Shades of New Orleans #E0C18E
Tints of New Orleans #E0C18E
RGB
CMYK
RGB Variations
Color information
#E0C18E (or 0xE0C18E) is known color: New Orleans. HEX triplet: E0, C1 and 8E. RGB value is (224,193,142). Sum of RGB (Red+Green+Blue) = 224+193+142=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C18E is #1F3E71. Grayscale: #C4C4C4. Windows color (decimal): -2047602 or 9355744. OLE color: 9355744.
HSL color Cylindrical-coordinate representation of color #E0C18E: hue angle of 37.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0C18E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 142 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.12 |
| HSL | 37.32º | 0.57% | 0.72% | - |
| HSV(B) | 37.32º | 0.37% | 0.88% | - |
| XYZ | 54.69 | 55.94 | 33.51 | - |
| YUV | 196.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 142 | 0 | 0.14 | 0.37 | 0.12 | 37.32 | 0.57 | 0.72 |
| Hex | E0 | C1 | 8E | 0 | E | 25 | C | 25 | 39 | 48 |
| Octal | 340 | 301 | 216 | 0 | 16 | 45 | 14 | 45 | 71 | 110 |
| Binary | 11100000 | 11000001 | 10001110 | 0 | 1110 | 100101 | 1100 | 100101 | 111001 | 1001000 |
Color Harmonies of #E0C18E
Complementary color
Monochromatic Colors of #E0C18E
Black with #E0C18E
Text Example
Text Example
White with #E0C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C18E; }
p { color: rgb(224,193,142); }
H1.HeaderClassName
{
color: #E0C18E;
}
.AnyTagClassName
{
color: #E0C18E;
}
</style>
background-color css
<style>
a { background-color: #E0C18E; }
a { background-color: rgb(224,193,142); }
div.DivClassName
{
background-color: #E0C18E;
}
.BgClassName
{
background-color: #E0C18E;
}
</style>
border-color css
<style>
span { border-color: #E0C18E; }
span { border-color: rgb(224,193,142); }
td.TdClassName
{
border-color: #E0C18E;
}
.TagClassName
{
border-color: #E0C18E;
}
</style>