Shades of New Orleans #ECC58B
Tints of New Orleans #ECC58B
RGB
CMYK
RGB Variations
Color information
#ECC58B (or 0xECC58B) is known color: New Orleans. HEX triplet: EC, C5 and 8B. RGB value is (236,197,139). Sum of RGB (Red+Green+Blue) = 236+197+139=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC58B is #133A74. Grayscale: #CACACA. Windows color (decimal): -1260149 or 9160172. OLE color: 9160172.
HSL color Cylindrical-coordinate representation of color #ECC58B: hue angle of 35.88º 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 #ECC58B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 139 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 35.88º | 0.72% | 0.74% | - |
| HSV(B) | 35.88º | 0.41% | 0.93% | - |
| XYZ | 59.22 | 59.63 | 32.81 | - |
| YUV | 202.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 139 | 0 | 0.17 | 0.41 | 0.07 | 35.88 | 0.72 | 0.74 |
| Hex | EC | C5 | 8B | 0 | 11 | 29 | 7 | 24 | 48 | 4A |
| Octal | 354 | 305 | 213 | 0 | 21 | 51 | 7 | 44 | 110 | 112 |
| Binary | 11101100 | 11000101 | 10001011 | 0 | 10001 | 101001 | 111 | 100100 | 1001000 | 1001010 |
Color Harmonies of #ECC58B
Complementary color
Monochromatic Colors of #ECC58B
Black with #ECC58B
Text Example
Text Example
White with #ECC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC58B; }
p { color: rgb(236,197,139); }
H1.HeaderClassName
{
color: #ECC58B;
}
.AnyTagClassName
{
color: #ECC58B;
}
</style>
background-color css
<style>
a { background-color: #ECC58B; }
a { background-color: rgb(236,197,139); }
div.DivClassName
{
background-color: #ECC58B;
}
.BgClassName
{
background-color: #ECC58B;
}
</style>
border-color css
<style>
span { border-color: #ECC58B; }
span { border-color: rgb(236,197,139); }
td.TdClassName
{
border-color: #ECC58B;
}
.TagClassName
{
border-color: #ECC58B;
}
</style>