Shades of New Orleans #E2C08A
Tints of New Orleans #E2C08A
RGB
CMYK
RGB Variations
Color information
#E2C08A (or 0xE2C08A) is known color: New Orleans. HEX triplet: E2, C0 and 8A. RGB value is (226,192,138). Sum of RGB (Red+Green+Blue) = 226+192+138=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C08A is #1D3F75. Grayscale: #C4C4C4. Windows color (decimal): -1916790 or 9093346. OLE color: 9093346.
HSL color Cylindrical-coordinate representation of color #E2C08A: hue angle of 36.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2C08A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 138 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.11 |
| HSL | 36.82º | 0.6% | 0.71% | - |
| HSV(B) | 36.82º | 0.39% | 0.89% | - |
| XYZ | 54.8 | 55.7 | 31.91 | - |
| YUV | 196.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 138 | 0 | 0.15 | 0.39 | 0.11 | 36.82 | 0.6 | 0.71 |
| Hex | E2 | C0 | 8A | 0 | F | 27 | B | 25 | 3C | 47 |
| Octal | 342 | 300 | 212 | 0 | 17 | 47 | 13 | 45 | 74 | 107 |
| Binary | 11100010 | 11000000 | 10001010 | 0 | 1111 | 100111 | 1011 | 100101 | 111100 | 1000111 |
Color Harmonies of #E2C08A
Complementary color
Monochromatic Colors of #E2C08A
Black with #E2C08A
Text Example
Text Example
White with #E2C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C08A; }
p { color: rgb(226,192,138); }
H1.HeaderClassName
{
color: #E2C08A;
}
.AnyTagClassName
{
color: #E2C08A;
}
</style>
background-color css
<style>
a { background-color: #E2C08A; }
a { background-color: rgb(226,192,138); }
div.DivClassName
{
background-color: #E2C08A;
}
.BgClassName
{
background-color: #E2C08A;
}
</style>
border-color css
<style>
span { border-color: #E2C08A; }
span { border-color: rgb(226,192,138); }
td.TdClassName
{
border-color: #E2C08A;
}
.TagClassName
{
border-color: #E2C08A;
}
</style>