#ECC28F

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

Shades of New Orleans #ECC28F

Tints of New Orleans #ECC28F

Color information

#ECC28F (or 0xECC28F) is unknown color: approx New Orleans. HEX triplet: EC, C2 and 8F. RGB value is (236,194,143). Sum of RGB (Red+Green+Blue) = 236+194+143=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28F is #133D70. Grayscale: #C8C8C8. Windows color (decimal): -1260913 or 9421548. OLE color: 9421548.

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

Color convert

RGB236194143-
CMYK00.180.390.07
HSL32.9º70.99%74.31%-
HSV(B)32.9º39.41%92.55%-
XYZ58.8458.434.16-
YUV200.7495.41153.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=41.19%
G=33.86%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619414300.180.390.0732.970.9974.31
HexECC28F01227721474a
Octal35430221702247741107112
Binary11101100110000101000111101001010011111110000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC28F; }

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

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

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

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

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

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

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

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