#ECC58B

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

Shades of New Orleans #ECC58B

Tints of New Orleans #ECC58B

Color information

#ECC58B (or 0xECC58B) is unknown color: approx New Orleans. HEX triplet: EC, C5 and 8B. RGB value is (236,197,139). Sum of RGB (Red+Green+Blue) = 236+197+139=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58B is #133A74. Grayscale: #CACACA. Windows color (decimal): -1260149 or 9160172. OLE color: 9160172.

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

Color convert

RGB236197139-
CMYK00.170.410.07
HSL35.88º71.85%73.53%-
HSV(B)35.88º41.1%92.55%-
XYZ59.2259.6332.81-
YUV202.0592.42152.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 139 (54.69% from 255) = 24.30%
R=41.26%
G=34.44%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619713900.170.410.0735.8871.8573.53
HexECC58B01129724484a
Octal35430521302151744110112
Binary11101100110001011000101101000110100111110010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC58B; }

 p { color: rgb(236,197,139); }

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

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

 a { background-color: rgb(236,197,139); }

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

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

 span { border-color: rgb(236,197,139); }

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