#ECC58D

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

Shades of New Orleans #ECC58D

Tints of New Orleans #ECC58D

Color information

#ECC58D (or 0xECC58D) is unknown color: approx New Orleans. HEX triplet: EC, C5 and 8D. RGB value is (236,197,141). Sum of RGB (Red+Green+Blue) = 236+197+141=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58D is #133A72. Grayscale: #CACACA. Windows color (decimal): -1260147 or 9291244. OLE color: 9291244.

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

Color convert

RGB236197141-
CMYK00.170.400.07
HSL35.37º71.43%73.92%-
HSV(B)35.37º40.25%92.55%-
XYZ59.3759.6933.59-
YUV202.2893.42152.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=41.11%
G=34.32%
B=24.56%

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
Decimal23619714100.170.400.0735.3771.4373.92
HexECC58D01128723474a
Octal35430521502150743107112
Binary11101100110001011000110101000110100011110001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC58D; }

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

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

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

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

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

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

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

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