Shades of New Orleans #E0C287
Tints of New Orleans #E0C287
RGB
CMYK
RGB Variations
Color information
#E0C287 (or 0xE0C287) is known color: New Orleans. HEX triplet: E0, C2 and 87. RGB value is (224,194,135). Sum of RGB (Red+Green+Blue) = 224+194+135=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C287 is #1F3D78. Grayscale: #C4C4C4. Windows color (decimal): -2047353 or 8897248. OLE color: 8897248.
HSL color Cylindrical-coordinate representation of color #E0C287: hue angle of 39.78º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0C287 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 135 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.12 |
| HSL | 39.78º | 0.59% | 0.7% | - |
| HSV(B) | 39.78º | 0.4% | 0.88% | - |
| XYZ | 54.41 | 56.18 | 30.9 | - |
| YUV | 196.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 135 | 0 | 0.13 | 0.40 | 0.12 | 39.78 | 0.59 | 0.7 |
| Hex | E0 | C2 | 87 | 0 | D | 28 | C | 28 | 3B | 46 |
| Octal | 340 | 302 | 207 | 0 | 15 | 50 | 14 | 50 | 73 | 106 |
| Binary | 11100000 | 11000010 | 10000111 | 0 | 1101 | 101000 | 1100 | 101000 | 111011 | 1000110 |
Color Harmonies of #E0C287
Complementary color
Monochromatic Colors of #E0C287
Black with #E0C287
Text Example
Text Example
White with #E0C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C287; }
p { color: rgb(224,194,135); }
H1.HeaderClassName
{
color: #E0C287;
}
.AnyTagClassName
{
color: #E0C287;
}
</style>
background-color css
<style>
a { background-color: #E0C287; }
a { background-color: rgb(224,194,135); }
div.DivClassName
{
background-color: #E0C287;
}
.BgClassName
{
background-color: #E0C287;
}
</style>
border-color css
<style>
span { border-color: #E0C287; }
span { border-color: rgb(224,194,135); }
td.TdClassName
{
border-color: #E0C287;
}
.TagClassName
{
border-color: #E0C287;
}
</style>