Shades of New Orleans #ECC58C
Tints of New Orleans #ECC58C
RGB
CMYK
RGB Variations
Color information
#ECC58C (or 0xECC58C) is known color: New Orleans. HEX triplet: EC, C5 and 8C. RGB value is (236,197,140). Sum of RGB (Red+Green+Blue) = 236+197+140=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58C is #133A73. Grayscale: #CACACA. Windows color (decimal): -1260148 or 9225708. OLE color: 9225708.
HSL color Cylindrical-coordinate representation of color #ECC58C: hue angle of 35.62º 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 #ECC58C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 140 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 35.63º | 0.72% | 0.74% | - |
| HSV(B) | 35.63º | 0.41% | 0.93% | - |
| XYZ | 59.29 | 59.66 | 33.2 | - |
| YUV | 202.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 140 | 0 | 0.17 | 0.41 | 0.07 | 35.63 | 0.72 | 0.74 |
| Hex | EC | C5 | 8C | 0 | 11 | 29 | 7 | 24 | 48 | 4A |
| Octal | 354 | 305 | 214 | 0 | 21 | 51 | 7 | 44 | 110 | 112 |
| Binary | 11101100 | 11000101 | 10001100 | 0 | 10001 | 101001 | 111 | 100100 | 1001000 | 1001010 |
Color Harmonies of #ECC58C
Complementary color
Monochromatic Colors of #ECC58C
Black with #ECC58C
Text Example
Text Example
White with #ECC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC58C; }
p { color: rgb(236,197,140); }
H1.HeaderClassName
{
color: #ECC58C;
}
.AnyTagClassName
{
color: #ECC58C;
}
</style>
background-color css
<style>
a { background-color: #ECC58C; }
a { background-color: rgb(236,197,140); }
div.DivClassName
{
background-color: #ECC58C;
}
.BgClassName
{
background-color: #ECC58C;
}
</style>
border-color css
<style>
span { border-color: #ECC58C; }
span { border-color: rgb(236,197,140); }
td.TdClassName
{
border-color: #ECC58C;
}
.TagClassName
{
border-color: #ECC58C;
}
</style>