Shades of New Orleans #E1C585
Tints of New Orleans #E1C585
RGB
CMYK
RGB Variations
Color information
#E1C585 (or 0xE1C585) is known color: New Orleans. HEX triplet: E1, C5 and 85. RGB value is (225,197,133). Sum of RGB (Red+Green+Blue) = 225+197+133=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C585 is #1E3A7A. Grayscale: #C6C6C6. Windows color (decimal): -1981051 or 8766945. OLE color: 8766945.
HSL color Cylindrical-coordinate representation of color #E1C585: hue angle of 41.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1C585 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 133 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.12 |
| HSL | 41.74º | 0.61% | 0.7% | - |
| HSV(B) | 41.74º | 0.41% | 0.88% | - |
| XYZ | 55.25 | 57.63 | 30.4 | - |
| YUV | 198.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 133 | 0 | 0.12 | 0.41 | 0.12 | 41.74 | 0.61 | 0.7 |
| Hex | E1 | C5 | 85 | 0 | C | 29 | C | 2A | 3D | 46 |
| Octal | 341 | 305 | 205 | 0 | 14 | 51 | 14 | 52 | 75 | 106 |
| Binary | 11100001 | 11000101 | 10000101 | 0 | 1100 | 101001 | 1100 | 101010 | 111101 | 1000110 |
Color Harmonies of #E1C585
Complementary color
Monochromatic Colors of #E1C585
Black with #E1C585
Text Example
Text Example
White with #E1C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C585; }
p { color: rgb(225,197,133); }
H1.HeaderClassName
{
color: #E1C585;
}
.AnyTagClassName
{
color: #E1C585;
}
</style>
background-color css
<style>
a { background-color: #E1C585; }
a { background-color: rgb(225,197,133); }
div.DivClassName
{
background-color: #E1C585;
}
.BgClassName
{
background-color: #E1C585;
}
</style>
border-color css
<style>
span { border-color: #E1C585; }
span { border-color: rgb(225,197,133); }
td.TdClassName
{
border-color: #E1C585;
}
.TagClassName
{
border-color: #E1C585;
}
</style>