Shades of New Orleans #E8C07E
Tints of New Orleans #E8C07E
RGB
CMYK
RGB Variations
Color information
#E8C07E (or 0xE8C07E) is known color: New Orleans. HEX triplet: E8, C0 and 7E. RGB value is (232,192,126). Sum of RGB (Red+Green+Blue) = 232+192+126=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C07E is #173F81. Grayscale: #C4C4C4. Windows color (decimal): -1523586 or 8306920. OLE color: 8306920.
HSL color Cylindrical-coordinate representation of color #E8C07E: hue angle of 37.36º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8C07E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 126 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.09 |
| HSL | 37.36º | 0.7% | 0.7% | - |
| HSV(B) | 37.36º | 0.46% | 0.91% | - |
| XYZ | 55.89 | 56.36 | 27.67 | - |
| YUV | 196.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 126 | 0 | 0.17 | 0.46 | 0.09 | 37.36 | 0.7 | 0.7 |
| Hex | E8 | C0 | 7E | 0 | 11 | 2E | 9 | 25 | 46 | 46 |
| Octal | 350 | 300 | 176 | 0 | 21 | 56 | 11 | 45 | 106 | 106 |
| Binary | 11101000 | 11000000 | 1111110 | 0 | 10001 | 101110 | 1001 | 100101 | 1000110 | 1000110 |
Color Harmonies of #E8C07E
Complementary color
Monochromatic Colors of #E8C07E
Black with #E8C07E
Text Example
Text Example
White with #E8C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C07E; }
p { color: rgb(232,192,126); }
H1.HeaderClassName
{
color: #E8C07E;
}
.AnyTagClassName
{
color: #E8C07E;
}
</style>
background-color css
<style>
a { background-color: #E8C07E; }
a { background-color: rgb(232,192,126); }
div.DivClassName
{
background-color: #E8C07E;
}
.BgClassName
{
background-color: #E8C07E;
}
</style>
border-color css
<style>
span { border-color: #E8C07E; }
span { border-color: rgb(232,192,126); }
td.TdClassName
{
border-color: #E8C07E;
}
.TagClassName
{
border-color: #E8C07E;
}
</style>