Shades of New Orleans #ECC58E
Tints of New Orleans #ECC58E
RGB
CMYK
RGB Variations
Color information
#ECC58E (or 0xECC58E) is known color: New Orleans. HEX triplet: EC, C5 and 8E. RGB value is (236,197,142). Sum of RGB (Red+Green+Blue) = 236+197+142=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58E is #133A71. Grayscale: #CACACA. Windows color (decimal): -1260146 or 9356780. OLE color: 9356780.
HSL color Cylindrical-coordinate representation of color #ECC58E: hue angle of 35.11º 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 #ECC58E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 142 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.07 |
| HSL | 35.11º | 0.71% | 0.74% | - |
| HSV(B) | 35.11º | 0.4% | 0.93% | - |
| XYZ | 59.44 | 59.72 | 33.99 | - |
| YUV | 202.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 142 | 0 | 0.17 | 0.40 | 0.07 | 35.11 | 0.71 | 0.74 |
| Hex | EC | C5 | 8E | 0 | 11 | 28 | 7 | 23 | 47 | 4A |
| Octal | 354 | 305 | 216 | 0 | 21 | 50 | 7 | 43 | 107 | 112 |
| Binary | 11101100 | 11000101 | 10001110 | 0 | 10001 | 101000 | 111 | 100011 | 1000111 | 1001010 |
Color Harmonies of #ECC58E
Complementary color
Monochromatic Colors of #ECC58E
Black with #ECC58E
Text Example
Text Example
White with #ECC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC58E; }
p { color: rgb(236,197,142); }
H1.HeaderClassName
{
color: #ECC58E;
}
.AnyTagClassName
{
color: #ECC58E;
}
</style>
background-color css
<style>
a { background-color: #ECC58E; }
a { background-color: rgb(236,197,142); }
div.DivClassName
{
background-color: #ECC58E;
}
.BgClassName
{
background-color: #ECC58E;
}
</style>
border-color css
<style>
span { border-color: #ECC58E; }
span { border-color: rgb(236,197,142); }
td.TdClassName
{
border-color: #ECC58E;
}
.TagClassName
{
border-color: #ECC58E;
}
</style>