Shades of New Orleans #E7C089
Tints of New Orleans #E7C089
RGB
CMYK
RGB Variations
Color information
#E7C089 (or 0xE7C089) is known color: New Orleans. HEX triplet: E7, C0 and 89. RGB value is (231,192,137). Sum of RGB (Red+Green+Blue) = 231+192+137=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C089 is #183F76. Grayscale: #C5C5C5. Windows color (decimal): -1589111 or 9027815. OLE color: 9027815.
HSL color Cylindrical-coordinate representation of color #E7C089: hue angle of 35.11º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E7C089 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 137 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.09 |
| HSL | 35.11º | 0.66% | 0.72% | - |
| HSV(B) | 35.11º | 0.41% | 0.91% | - |
| XYZ | 56.32 | 56.49 | 31.6 | - |
| YUV | 197.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 137 | 0 | 0.17 | 0.41 | 0.09 | 35.11 | 0.66 | 0.72 |
| Hex | E7 | C0 | 89 | 0 | 11 | 29 | 9 | 23 | 42 | 48 |
| Octal | 347 | 300 | 211 | 0 | 21 | 51 | 11 | 43 | 102 | 110 |
| Binary | 11100111 | 11000000 | 10001001 | 0 | 10001 | 101001 | 1001 | 100011 | 1000010 | 1001000 |
Color Harmonies of #E7C089
Complementary color
Monochromatic Colors of #E7C089
Black with #E7C089
Text Example
Text Example
White with #E7C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C089; }
p { color: rgb(231,192,137); }
H1.HeaderClassName
{
color: #E7C089;
}
.AnyTagClassName
{
color: #E7C089;
}
</style>
background-color css
<style>
a { background-color: #E7C089; }
a { background-color: rgb(231,192,137); }
div.DivClassName
{
background-color: #E7C089;
}
.BgClassName
{
background-color: #E7C089;
}
</style>
border-color css
<style>
span { border-color: #E7C089; }
span { border-color: rgb(231,192,137); }
td.TdClassName
{
border-color: #E7C089;
}
.TagClassName
{
border-color: #E7C089;
}
</style>