#ECC48E

Color #ECC48E New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #ECC48E

Tints of New Orleans #ECC48E

Color information

#ECC48E (or 0xECC48E) is unknown color: approx New Orleans. HEX triplet: EC, C4 and 8E. RGB value is (236,196,142). Sum of RGB (Red+Green+Blue) = 236+196+142=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48E is #133B71. Grayscale: #CACACA. Windows color (decimal): -1260402 or 9356524. OLE color: 9356524.

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

Color convert

RGB236196142-
CMYK00.170.400.07
HSL34.47º71.21%74.12%-
HSV(B)34.47º39.83%92.55%-
XYZ59.2159.2733.91-
YUV201.894.25152.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=41.11%
G=34.15%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619614200.170.400.0734.4771.2174.12
HexECC48E01128722474a
Octal35430421602150742107112
Binary11101100110001001000111001000110100011110001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC48E; }

 p { color: rgb(236,196,142); }

 H1.HeaderClassName
 {
   color: #ECC48E;
 }
 .AnyTagClassName
 {
   color: #ECC48E;
 }
</style>
background-color css

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

 a { background-color: rgb(236,196,142); }

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

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

 span { border-color: rgb(236,196,142); }

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