Shades of New Orleans #E1C08D
Tints of New Orleans #E1C08D
RGB
CMYK
RGB Variations
Color information
#E1C08D (or 0xE1C08D) is known color: New Orleans. HEX triplet: E1, C0 and 8D. RGB value is (225,192,141). Sum of RGB (Red+Green+Blue) = 225+192+141=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C08D is #1E3F72. Grayscale: #C4C4C4. Windows color (decimal): -1982323 or 9289953. OLE color: 9289953.
HSL color Cylindrical-coordinate representation of color #E1C08D: hue angle of 36.43º degrees, saturation: 0.58, 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 #E1C08D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 141 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.12 |
| HSL | 36.43º | 0.58% | 0.72% | - |
| HSV(B) | 36.43º | 0.37% | 0.88% | - |
| XYZ | 54.71 | 55.63 | 33.05 | - |
| YUV | 196.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 141 | 0 | 0.15 | 0.37 | 0.12 | 36.43 | 0.58 | 0.72 |
| Hex | E1 | C0 | 8D | 0 | F | 25 | C | 24 | 3A | 48 |
| Octal | 341 | 300 | 215 | 0 | 17 | 45 | 14 | 44 | 72 | 110 |
| Binary | 11100001 | 11000000 | 10001101 | 0 | 1111 | 100101 | 1100 | 100100 | 111010 | 1001000 |
Color Harmonies of #E1C08D
Complementary color
Monochromatic Colors of #E1C08D
Black with #E1C08D
Text Example
Text Example
White with #E1C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C08D; }
p { color: rgb(225,192,141); }
H1.HeaderClassName
{
color: #E1C08D;
}
.AnyTagClassName
{
color: #E1C08D;
}
</style>
background-color css
<style>
a { background-color: #E1C08D; }
a { background-color: rgb(225,192,141); }
div.DivClassName
{
background-color: #E1C08D;
}
.BgClassName
{
background-color: #E1C08D;
}
</style>
border-color css
<style>
span { border-color: #E1C08D; }
span { border-color: rgb(225,192,141); }
td.TdClassName
{
border-color: #E1C08D;
}
.TagClassName
{
border-color: #E1C08D;
}
</style>