Shades of New Orleans #E7C886
Tints of New Orleans #E7C886
RGB
CMYK
RGB Variations
Color information
#E7C886 (or 0xE7C886) is known color: New Orleans. HEX triplet: E7, C8 and 86. RGB value is (231,200,134). Sum of RGB (Red+Green+Blue) = 231+200+134=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C886 is #183779. Grayscale: #CACACA. Windows color (decimal): -1587066 or 8833255. OLE color: 8833255.
HSL color Cylindrical-coordinate representation of color #E7C886: hue angle of 40.82º degrees, saturation: 0.67, 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 #E7C886 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 134 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.09 |
| HSL | 40.82º | 0.67% | 0.72% | - |
| HSV(B) | 40.82º | 0.42% | 0.91% | - |
| XYZ | 57.91 | 60.02 | 31.09 | - |
| YUV | 201.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 134 | 0 | 0.13 | 0.42 | 0.09 | 40.82 | 0.67 | 0.72 |
| Hex | E7 | C8 | 86 | 0 | D | 2A | 9 | 29 | 43 | 48 |
| Octal | 347 | 310 | 206 | 0 | 15 | 52 | 11 | 51 | 103 | 110 |
| Binary | 11100111 | 11001000 | 10000110 | 0 | 1101 | 101010 | 1001 | 101001 | 1000011 | 1001000 |
Color Harmonies of #E7C886
Complementary color
Monochromatic Colors of #E7C886
Black with #E7C886
Text Example
Text Example
White with #E7C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C886; }
p { color: rgb(231,200,134); }
H1.HeaderClassName
{
color: #E7C886;
}
.AnyTagClassName
{
color: #E7C886;
}
</style>
background-color css
<style>
a { background-color: #E7C886; }
a { background-color: rgb(231,200,134); }
div.DivClassName
{
background-color: #E7C886;
}
.BgClassName
{
background-color: #E7C886;
}
</style>
border-color css
<style>
span { border-color: #E7C886; }
span { border-color: rgb(231,200,134); }
td.TdClassName
{
border-color: #E7C886;
}
.TagClassName
{
border-color: #E7C886;
}
</style>