Shades of New Orleans #E0C290
Tints of New Orleans #E0C290
RGB
CMYK
RGB Variations
Color information
#E0C290 (or 0xE0C290) is known color: New Orleans. HEX triplet: E0, C2 and 90. RGB value is (224,194,144). Sum of RGB (Red+Green+Blue) = 224+194+144=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C290 is #1F3D6F. Grayscale: #C5C5C5. Windows color (decimal): -2047344 or 9487072. OLE color: 9487072.
HSL color Cylindrical-coordinate representation of color #E0C290: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0C290 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 144 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.12 |
| HSL | 37.5º | 0.56% | 0.72% | - |
| HSV(B) | 37.5º | 0.36% | 0.88% | - |
| XYZ | 55.07 | 56.44 | 34.38 | - |
| YUV | 197.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 144 | 0 | 0.13 | 0.36 | 0.12 | 37.5 | 0.56 | 0.72 |
| Hex | E0 | C2 | 90 | 0 | D | 24 | C | 26 | 38 | 48 |
| Octal | 340 | 302 | 220 | 0 | 15 | 44 | 14 | 46 | 70 | 110 |
| Binary | 11100000 | 11000010 | 10010000 | 0 | 1101 | 100100 | 1100 | 100110 | 111000 | 1001000 |
Color Harmonies of #E0C290
Complementary color
Monochromatic Colors of #E0C290
Black with #E0C290
Text Example
Text Example
White with #E0C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C290; }
p { color: rgb(224,194,144); }
H1.HeaderClassName
{
color: #E0C290;
}
.AnyTagClassName
{
color: #E0C290;
}
</style>
background-color css
<style>
a { background-color: #E0C290; }
a { background-color: rgb(224,194,144); }
div.DivClassName
{
background-color: #E0C290;
}
.BgClassName
{
background-color: #E0C290;
}
</style>
border-color css
<style>
span { border-color: #E0C290; }
span { border-color: rgb(224,194,144); }
td.TdClassName
{
border-color: #E0C290;
}
.TagClassName
{
border-color: #E0C290;
}
</style>