#ECC28E

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

Shades of New Orleans #ECC28E

Tints of New Orleans #ECC28E

Color information

#ECC28E (or 0xECC28E) is unknown color: approx New Orleans. HEX triplet: EC, C2 and 8E. RGB value is (236,194,142). Sum of RGB (Red+Green+Blue) = 236+194+142=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28E is #133D71. Grayscale: #C8C8C8. Windows color (decimal): -1260914 or 9356012. OLE color: 9356012.

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

Color convert

RGB236194142-
CMYK00.180.400.07
HSL33.19º71.21%74.12%-
HSV(B)33.19º39.83%92.55%-
XYZ58.7758.3733.76-
YUV200.6394.91153.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 142 (55.86% from 255) = 24.83%
R=41.26%
G=33.92%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619414200.180.400.0733.1971.2174.12
HexECC28E01228721474a
Octal35430221602250741107112
Binary11101100110000101000111001001010100011110000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC28E; }

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

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

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

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

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

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

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

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