Html Css Color HEX #ECC38C New Orleans

📋 copy color: '#ECC38C'

red 236 ◦ green 195 ◦ blue 140

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

Shades of New Orleans #ECC38C

Tints of New Orleans #ECC38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 41.33%
G = 34.15%
B = 24.52%

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

#ECC38C (or 0xECC38C) is known color: New Orleans. HEX triplet: EC, C3 and 8C. RGB value is (236,195,140). Sum of RGB (Red+Green+Blue) = 236+195+140=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38C is #133C73. Grayscale: #C9C9C9. Windows color (decimal): -1260660 or 9225196. OLE color: 9225196.

HSL color Cylindrical-coordinate representation of color #ECC38C: hue angle of 34.38º 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 #ECC38C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 140 -
CMYK 0 0.17 0.41 0.07
HSL 34.38º 0.72% 0.74% -
HSV(B) 34.38º 0.41% 0.93% -
XYZ 58.84 58.76 33.05 -
YUV 200.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 236 195 140 0 0.17 0.41 0.07 34.38 0.72 0.74
Hex EC C3 8C 0 11 29 7 22 48 4A
Octal 354 303 214 0 21 51 7 42 110 112
Binary 11101100 11000011 10001100 0 10001 101001 111 100010 1001000 1001010

Color Harmonies of #ECC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC38C

Black with #ECC38C

Text Example


Text Example

White with #ECC38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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