#ECC28D

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

Shades of New Orleans #ECC28D

Tints of New Orleans #ECC28D

Color information

#ECC28D (or 0xECC28D) is unknown color: approx New Orleans. HEX triplet: EC, C2 and 8D. RGB value is (236,194,141). Sum of RGB (Red+Green+Blue) = 236+194+141=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28D is #133D72. Grayscale: #C8C8C8. Windows color (decimal): -1260915 or 9290476. OLE color: 9290476.

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

Color convert

RGB236194141-
CMYK00.180.400.07
HSL33.47º71.43%73.92%-
HSV(B)33.47º40.25%92.55%-
XYZ58.6958.3433.37-
YUV200.5294.41153.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=41.33%
G=33.98%
B=24.69%

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
Decimal23619414100.180.400.0733.4771.4373.92
HexECC28D01228721474a
Octal35430221502250741107112
Binary11101100110000101000110101001010100011110000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC28D; }

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

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

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

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

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

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

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

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