Shades of New Orleans #E8C786
Tints of New Orleans #E8C786
RGB
CMYK
RGB Variations
Color information
#E8C786 (or 0xE8C786) is known color: New Orleans. HEX triplet: E8, C7 and 86. RGB value is (232,199,134). Sum of RGB (Red+Green+Blue) = 232+199+134=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C786 is #173879. Grayscale: #C9C9C9. Windows color (decimal): -1521786 or 8833000. OLE color: 8833000.
HSL color Cylindrical-coordinate representation of color #E8C786: hue angle of 39.8º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8C786 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 134 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.09 |
| HSL | 39.8º | 0.68% | 0.72% | - |
| HSV(B) | 39.8º | 0.42% | 0.91% | - |
| XYZ | 58.01 | 59.72 | 31.02 | - |
| YUV | 201.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 134 | 0 | 0.14 | 0.42 | 0.09 | 39.8 | 0.68 | 0.72 |
| Hex | E8 | C7 | 86 | 0 | E | 2A | 9 | 28 | 44 | 48 |
| Octal | 350 | 307 | 206 | 0 | 16 | 52 | 11 | 50 | 104 | 110 |
| Binary | 11101000 | 11000111 | 10000110 | 0 | 1110 | 101010 | 1001 | 101000 | 1000100 | 1001000 |
Color Harmonies of #E8C786
Complementary color
Monochromatic Colors of #E8C786
Black with #E8C786
Text Example
Text Example
White with #E8C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C786; }
p { color: rgb(232,199,134); }
H1.HeaderClassName
{
color: #E8C786;
}
.AnyTagClassName
{
color: #E8C786;
}
</style>
background-color css
<style>
a { background-color: #E8C786; }
a { background-color: rgb(232,199,134); }
div.DivClassName
{
background-color: #E8C786;
}
.BgClassName
{
background-color: #E8C786;
}
</style>
border-color css
<style>
span { border-color: #E8C786; }
span { border-color: rgb(232,199,134); }
td.TdClassName
{
border-color: #E8C786;
}
.TagClassName
{
border-color: #E8C786;
}
</style>