Shades of New Orleans #E7CA8E
Tints of New Orleans #E7CA8E
RGB
CMYK
RGB Variations
Color information
#E7CA8E (or 0xE7CA8E) is known color: New Orleans. HEX triplet: E7, CA and 8E. RGB value is (231,202,142). Sum of RGB (Red+Green+Blue) = 231+202+142=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CA8E is #183571. Grayscale: #CCCCCC. Windows color (decimal): -1586546 or 9358055. OLE color: 9358055.
HSL color Cylindrical-coordinate representation of color #E7CA8E: hue angle of 40.45º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7CA8E is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 142 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.09 |
| HSL | 40.45º | 0.65% | 0.73% | - |
| HSV(B) | 40.45º | 0.39% | 0.91% | - |
| XYZ | 58.96 | 61.18 | 34.29 | - |
| YUV | 203.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 142 | 0 | 0.13 | 0.39 | 0.09 | 40.45 | 0.65 | 0.73 |
| Hex | E7 | CA | 8E | 0 | D | 27 | 9 | 28 | 41 | 49 |
| Octal | 347 | 312 | 216 | 0 | 15 | 47 | 11 | 50 | 101 | 111 |
| Binary | 11100111 | 11001010 | 10001110 | 0 | 1101 | 100111 | 1001 | 101000 | 1000001 | 1001001 |
Color Harmonies of #E7CA8E
Complementary color
Monochromatic Colors of #E7CA8E
Black with #E7CA8E
Text Example
Text Example
White with #E7CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA8E; }
p { color: rgb(231,202,142); }
H1.HeaderClassName
{
color: #E7CA8E;
}
.AnyTagClassName
{
color: #E7CA8E;
}
</style>
background-color css
<style>
a { background-color: #E7CA8E; }
a { background-color: rgb(231,202,142); }
div.DivClassName
{
background-color: #E7CA8E;
}
.BgClassName
{
background-color: #E7CA8E;
}
</style>
border-color css
<style>
span { border-color: #E7CA8E; }
span { border-color: rgb(231,202,142); }
td.TdClassName
{
border-color: #E7CA8E;
}
.TagClassName
{
border-color: #E7CA8E;
}
</style>