Shades of New Orleans #E1C08A
Tints of New Orleans #E1C08A
RGB
CMYK
RGB Variations
Color information
#E1C08A (or 0xE1C08A) is known color: New Orleans. HEX triplet: E1, C0 and 8A. RGB value is (225,192,138). Sum of RGB (Red+Green+Blue) = 225+192+138=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C08A is #1E3F75. Grayscale: #C3C3C3. Windows color (decimal): -1982326 or 9093345. OLE color: 9093345.
HSL color Cylindrical-coordinate representation of color #E1C08A: hue angle of 37.24º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1C08A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 138 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.12 |
| HSL | 37.24º | 0.59% | 0.71% | - |
| HSV(B) | 37.24º | 0.39% | 0.88% | - |
| XYZ | 54.49 | 55.54 | 31.89 | - |
| YUV | 195.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 138 | 0 | 0.15 | 0.39 | 0.12 | 37.24 | 0.59 | 0.71 |
| Hex | E1 | C0 | 8A | 0 | F | 27 | C | 25 | 3B | 47 |
| Octal | 341 | 300 | 212 | 0 | 17 | 47 | 14 | 45 | 73 | 107 |
| Binary | 11100001 | 11000000 | 10001010 | 0 | 1111 | 100111 | 1100 | 100101 | 111011 | 1000111 |
Color Harmonies of #E1C08A
Complementary color
Monochromatic Colors of #E1C08A
Black with #E1C08A
Text Example
Text Example
White with #E1C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C08A; }
p { color: rgb(225,192,138); }
H1.HeaderClassName
{
color: #E1C08A;
}
.AnyTagClassName
{
color: #E1C08A;
}
</style>
background-color css
<style>
a { background-color: #E1C08A; }
a { background-color: rgb(225,192,138); }
div.DivClassName
{
background-color: #E1C08A;
}
.BgClassName
{
background-color: #E1C08A;
}
</style>
border-color css
<style>
span { border-color: #E1C08A; }
span { border-color: rgb(225,192,138); }
td.TdClassName
{
border-color: #E1C08A;
}
.TagClassName
{
border-color: #E1C08A;
}
</style>