Shades of New Orleans #ECC68E
Tints of New Orleans #ECC68E
RGB
CMYK
RGB Variations
Color information
#ECC68E (or 0xECC68E) is known color: New Orleans. HEX triplet: EC, C6 and 8E. RGB value is (236,198,142). Sum of RGB (Red+Green+Blue) = 236+198+142=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68E is #133971. Grayscale: #CBCBCB. Windows color (decimal): -1259890 or 9357036. OLE color: 9357036.
HSL color Cylindrical-coordinate representation of color #ECC68E: hue angle of 35.74º 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 #ECC68E is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 142 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.07 |
| HSL | 35.74º | 0.71% | 0.74% | - |
| HSV(B) | 35.74º | 0.4% | 0.93% | - |
| XYZ | 59.67 | 60.17 | 34.06 | - |
| YUV | 202.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 142 | 0 | 0.16 | 0.40 | 0.07 | 35.74 | 0.71 | 0.74 |
| Hex | EC | C6 | 8E | 0 | 10 | 28 | 7 | 24 | 47 | 4A |
| Octal | 354 | 306 | 216 | 0 | 20 | 50 | 7 | 44 | 107 | 112 |
| Binary | 11101100 | 11000110 | 10001110 | 0 | 10000 | 101000 | 111 | 100100 | 1000111 | 1001010 |
Color Harmonies of #ECC68E
Complementary color
Monochromatic Colors of #ECC68E
Black with #ECC68E
Text Example
Text Example
White with #ECC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC68E; }
p { color: rgb(236,198,142); }
H1.HeaderClassName
{
color: #ECC68E;
}
.AnyTagClassName
{
color: #ECC68E;
}
</style>
background-color css
<style>
a { background-color: #ECC68E; }
a { background-color: rgb(236,198,142); }
div.DivClassName
{
background-color: #ECC68E;
}
.BgClassName
{
background-color: #ECC68E;
}
</style>
border-color css
<style>
span { border-color: #ECC68E; }
span { border-color: rgb(236,198,142); }
td.TdClassName
{
border-color: #ECC68E;
}
.TagClassName
{
border-color: #ECC68E;
}
</style>