Shades of New Orleans #E8C286
Tints of New Orleans #E8C286
RGB
CMYK
RGB Variations
Color information
#E8C286 (or 0xE8C286) is known color: New Orleans. HEX triplet: E8, C2 and 86. RGB value is (232,194,134). Sum of RGB (Red+Green+Blue) = 232+194+134=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C286 is #173D79. Grayscale: #C6C6C6. Windows color (decimal): -1523066 or 8831720. OLE color: 8831720.
HSL color Cylindrical-coordinate representation of color #E8C286: hue angle of 36.73º 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 #E8C286 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 134 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.09 |
| HSL | 36.73º | 0.68% | 0.72% | - |
| HSV(B) | 36.73º | 0.42% | 0.91% | - |
| XYZ | 56.87 | 57.46 | 30.65 | - |
| YUV | 198.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 134 | 0 | 0.16 | 0.42 | 0.09 | 36.73 | 0.68 | 0.72 |
| Hex | E8 | C2 | 86 | 0 | 10 | 2A | 9 | 25 | 44 | 48 |
| Octal | 350 | 302 | 206 | 0 | 20 | 52 | 11 | 45 | 104 | 110 |
| Binary | 11101000 | 11000010 | 10000110 | 0 | 10000 | 101010 | 1001 | 100101 | 1000100 | 1001000 |
Color Harmonies of #E8C286
Complementary color
Monochromatic Colors of #E8C286
Black with #E8C286
Text Example
Text Example
White with #E8C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C286; }
p { color: rgb(232,194,134); }
H1.HeaderClassName
{
color: #E8C286;
}
.AnyTagClassName
{
color: #E8C286;
}
</style>
background-color css
<style>
a { background-color: #E8C286; }
a { background-color: rgb(232,194,134); }
div.DivClassName
{
background-color: #E8C286;
}
.BgClassName
{
background-color: #E8C286;
}
</style>
border-color css
<style>
span { border-color: #E8C286; }
span { border-color: rgb(232,194,134); }
td.TdClassName
{
border-color: #E8C286;
}
.TagClassName
{
border-color: #E8C286;
}
</style>