Shades of New Orleans #E0C389
Tints of New Orleans #E0C389
RGB
CMYK
RGB Variations
Color information
#E0C389 (or 0xE0C389) is known color: New Orleans. HEX triplet: E0, C3 and 89. RGB value is (224,195,137). Sum of RGB (Red+Green+Blue) = 224+195+137=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C389 is #1F3C76. Grayscale: #C5C5C5. Windows color (decimal): -2047095 or 9028576. OLE color: 9028576.
HSL color Cylindrical-coordinate representation of color #E0C389: hue angle of 40º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0C389 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 137 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.12 |
| HSL | 40º | 0.58% | 0.71% | - |
| HSV(B) | 40º | 0.39% | 0.88% | - |
| XYZ | 54.77 | 56.68 | 31.72 | - |
| YUV | 197.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 137 | 0 | 0.13 | 0.39 | 0.12 | 40 | 0.58 | 0.71 |
| Hex | E0 | C3 | 89 | 0 | D | 27 | C | 28 | 3A | 47 |
| Octal | 340 | 303 | 211 | 0 | 15 | 47 | 14 | 50 | 72 | 107 |
| Binary | 11100000 | 11000011 | 10001001 | 0 | 1101 | 100111 | 1100 | 101000 | 111010 | 1000111 |
Color Harmonies of #E0C389
Complementary color
Monochromatic Colors of #E0C389
Black with #E0C389
Text Example
Text Example
White with #E0C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C389; }
p { color: rgb(224,195,137); }
H1.HeaderClassName
{
color: #E0C389;
}
.AnyTagClassName
{
color: #E0C389;
}
</style>
background-color css
<style>
a { background-color: #E0C389; }
a { background-color: rgb(224,195,137); }
div.DivClassName
{
background-color: #E0C389;
}
.BgClassName
{
background-color: #E0C389;
}
</style>
border-color css
<style>
span { border-color: #E0C389; }
span { border-color: rgb(224,195,137); }
td.TdClassName
{
border-color: #E0C389;
}
.TagClassName
{
border-color: #E0C389;
}
</style>