Shades of New Orleans #ECC58A
Tints of New Orleans #ECC58A
RGB
CMYK
RGB Variations
Color information
#ECC58A (or 0xECC58A) is known color: New Orleans. HEX triplet: EC, C5 and 8A. RGB value is (236,197,138). Sum of RGB (Red+Green+Blue) = 236+197+138=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58A is #133A75. Grayscale: #CACACA. Windows color (decimal): -1260150 or 9094636. OLE color: 9094636.
HSL color Cylindrical-coordinate representation of color #ECC58A: hue angle of 36.12º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC58A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 138 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.07 |
| HSL | 36.12º | 0.72% | 0.73% | - |
| HSV(B) | 36.12º | 0.42% | 0.93% | - |
| XYZ | 59.15 | 59.6 | 32.43 | - |
| YUV | 201.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 138 | 0 | 0.17 | 0.42 | 0.07 | 36.12 | 0.72 | 0.73 |
| Hex | EC | C5 | 8A | 0 | 11 | 2A | 7 | 24 | 48 | 49 |
| Octal | 354 | 305 | 212 | 0 | 21 | 52 | 7 | 44 | 110 | 111 |
| Binary | 11101100 | 11000101 | 10001010 | 0 | 10001 | 101010 | 111 | 100100 | 1001000 | 1001001 |
Color Harmonies of #ECC58A
Complementary color
Monochromatic Colors of #ECC58A
Black with #ECC58A
Text Example
Text Example
White with #ECC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC58A; }
p { color: rgb(236,197,138); }
H1.HeaderClassName
{
color: #ECC58A;
}
.AnyTagClassName
{
color: #ECC58A;
}
</style>
background-color css
<style>
a { background-color: #ECC58A; }
a { background-color: rgb(236,197,138); }
div.DivClassName
{
background-color: #ECC58A;
}
.BgClassName
{
background-color: #ECC58A;
}
</style>
border-color css
<style>
span { border-color: #ECC58A; }
span { border-color: rgb(236,197,138); }
td.TdClassName
{
border-color: #ECC58A;
}
.TagClassName
{
border-color: #ECC58A;
}
</style>