Shades of New Orleans #ECC58F
Tints of New Orleans #ECC58F
RGB
CMYK
RGB Variations
Color information
#ECC58F (or 0xECC58F) is known color: New Orleans. HEX triplet: EC, C5 and 8F. RGB value is (236,197,143). Sum of RGB (Red+Green+Blue) = 236+197+143=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58F is #133A70. Grayscale: #CACACA. Windows color (decimal): -1260145 or 9422316. OLE color: 9422316.
HSL color Cylindrical-coordinate representation of color #ECC58F: hue angle of 34.84º 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 #ECC58F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 143 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.07 |
| HSL | 34.84º | 0.71% | 0.74% | - |
| HSV(B) | 34.84º | 0.39% | 0.93% | - |
| XYZ | 59.52 | 59.75 | 34.38 | - |
| YUV | 202.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 143 | 0 | 0.17 | 0.39 | 0.07 | 34.84 | 0.71 | 0.74 |
| Hex | EC | C5 | 8F | 0 | 11 | 27 | 7 | 23 | 47 | 4A |
| Octal | 354 | 305 | 217 | 0 | 21 | 47 | 7 | 43 | 107 | 112 |
| Binary | 11101100 | 11000101 | 10001111 | 0 | 10001 | 100111 | 111 | 100011 | 1000111 | 1001010 |
Color Harmonies of #ECC58F
Complementary color
Monochromatic Colors of #ECC58F
Black with #ECC58F
Text Example
Text Example
White with #ECC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC58F; }
p { color: rgb(236,197,143); }
H1.HeaderClassName
{
color: #ECC58F;
}
.AnyTagClassName
{
color: #ECC58F;
}
</style>
background-color css
<style>
a { background-color: #ECC58F; }
a { background-color: rgb(236,197,143); }
div.DivClassName
{
background-color: #ECC58F;
}
.BgClassName
{
background-color: #ECC58F;
}
</style>
border-color css
<style>
span { border-color: #ECC58F; }
span { border-color: rgb(236,197,143); }
td.TdClassName
{
border-color: #ECC58F;
}
.TagClassName
{
border-color: #ECC58F;
}
</style>