Shades of New Orleans #E1C588
Tints of New Orleans #E1C588
RGB
CMYK
RGB Variations
Color information
#E1C588 (or 0xE1C588) is known color: New Orleans. HEX triplet: E1, C5 and 88. RGB value is (225,197,136). Sum of RGB (Red+Green+Blue) = 225+197+136=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C588 is #1E3A77. Grayscale: #C6C6C6. Windows color (decimal): -1981048 or 8963553. OLE color: 8963553.
HSL color Cylindrical-coordinate representation of color #E1C588: hue angle of 41.12º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1C588 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 136 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.12 |
| HSL | 41.12º | 0.6% | 0.71% | - |
| HSV(B) | 41.12º | 0.4% | 0.88% | - |
| XYZ | 55.46 | 57.72 | 31.51 | - |
| YUV | 198.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 136 | 0 | 0.12 | 0.40 | 0.12 | 41.12 | 0.6 | 0.71 |
| Hex | E1 | C5 | 88 | 0 | C | 28 | C | 29 | 3C | 47 |
| Octal | 341 | 305 | 210 | 0 | 14 | 50 | 14 | 51 | 74 | 107 |
| Binary | 11100001 | 11000101 | 10001000 | 0 | 1100 | 101000 | 1100 | 101001 | 111100 | 1000111 |
Color Harmonies of #E1C588
Complementary color
Monochromatic Colors of #E1C588
Black with #E1C588
Text Example
Text Example
White with #E1C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C588; }
p { color: rgb(225,197,136); }
H1.HeaderClassName
{
color: #E1C588;
}
.AnyTagClassName
{
color: #E1C588;
}
</style>
background-color css
<style>
a { background-color: #E1C588; }
a { background-color: rgb(225,197,136); }
div.DivClassName
{
background-color: #E1C588;
}
.BgClassName
{
background-color: #E1C588;
}
</style>
border-color css
<style>
span { border-color: #E1C588; }
span { border-color: rgb(225,197,136); }
td.TdClassName
{
border-color: #E1C588;
}
.TagClassName
{
border-color: #E1C588;
}
</style>