Html Css Color HEX #ECC38B New Orleans

📋 copy color: '#ECC38B'

red 236 ◦ green 195 ◦ blue 139

#ECC38B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Orleans #ECC38B

Tints of New Orleans #ECC38B

RGB

 RED value IS 236 (92.58% from 255) = 41.4%

 GREEN value IS 195 (76.56% from 255) = 34.21%

 BLUE value IS 139 (54.69% from 255) = 24.39%

R = 41.4%
G = 34.21%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECC38B (or 0xECC38B) is known color: New Orleans. HEX triplet: EC, C3 and 8B. RGB value is (236,195,139). Sum of RGB (Red+Green+Blue) = 236+195+139=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38B is #133C74. Grayscale: #C9C9C9. Windows color (decimal): -1260661 or 9159660. OLE color: 9159660.

HSL color Cylindrical-coordinate representation of color #ECC38B: hue angle of 34.64º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECC38B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 139 -
CMYK 0 0.17 0.41 0.07
HSL 34.64º 0.72% 0.74% -
HSV(B) 34.64º 0.41% 0.93% -
XYZ 58.77 58.73 32.66 -
YUV 200.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 236 195 139 0 0.17 0.41 0.07 34.64 0.72 0.74
Hex EC C3 8B 0 11 29 7 23 48 4A
Octal 354 303 213 0 21 51 7 43 110 112
Binary 11101100 11000011 10001011 0 10001 101001 111 100011 1001000 1001010

Color Harmonies of #ECC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC38B

Black with #ECC38B

Text Example


Text Example

White with #ECC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC38B; }

 p { color: rgb(236,195,139); }

 H1.HeaderClassName
 {
   color: #ECC38B;
 }
 .AnyTagClassName
 {
   color: #ECC38B;
 }
</style>

background-color css

<style>
 a { background-color: #ECC38B; }

 a { background-color: rgb(236,195,139); }

 div.DivClassName
 {
   background-color: #ECC38B;
 }
 .BgClassName
 {
   background-color: #ECC38B;
 }
</style>

border-color css

<style>
 span { border-color: #ECC38B; }

 span { border-color: rgb(236,195,139); }

 td.TdClassName
 {
   border-color: #ECC38B;
 }
 .TagClassName
 {
   border-color: #ECC38B;
 }
</style>