Shades of New Orleans #E2C08E
Tints of New Orleans #E2C08E
RGB
CMYK
RGB Variations
Color information
#E2C08E (or 0xE2C08E) is known color: New Orleans. HEX triplet: E2, C0 and 8E. RGB value is (226,192,142). Sum of RGB (Red+Green+Blue) = 226+192+142=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C08E is #1D3F71. Grayscale: #C4C4C4. Windows color (decimal): -1916786 or 9355490. OLE color: 9355490.
HSL color Cylindrical-coordinate representation of color #E2C08E: hue angle of 35.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2C08E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 142 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.11 |
| HSL | 35.71º | 0.59% | 0.72% | - |
| HSV(B) | 35.71º | 0.37% | 0.89% | - |
| XYZ | 55.1 | 55.82 | 33.46 | - |
| YUV | 196.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 142 | 0 | 0.15 | 0.37 | 0.11 | 35.71 | 0.59 | 0.72 |
| Hex | E2 | C0 | 8E | 0 | F | 25 | B | 24 | 3B | 48 |
| Octal | 342 | 300 | 216 | 0 | 17 | 45 | 13 | 44 | 73 | 110 |
| Binary | 11100010 | 11000000 | 10001110 | 0 | 1111 | 100101 | 1011 | 100100 | 111011 | 1001000 |
Color Harmonies of #E2C08E
Complementary color
Monochromatic Colors of #E2C08E
Black with #E2C08E
Text Example
Text Example
White with #E2C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C08E; }
p { color: rgb(226,192,142); }
H1.HeaderClassName
{
color: #E2C08E;
}
.AnyTagClassName
{
color: #E2C08E;
}
</style>
background-color css
<style>
a { background-color: #E2C08E; }
a { background-color: rgb(226,192,142); }
div.DivClassName
{
background-color: #E2C08E;
}
.BgClassName
{
background-color: #E2C08E;
}
</style>
border-color css
<style>
span { border-color: #E2C08E; }
span { border-color: rgb(226,192,142); }
td.TdClassName
{
border-color: #E2C08E;
}
.TagClassName
{
border-color: #E2C08E;
}
</style>