Shades of New Orleans #E1C186
Tints of New Orleans #E1C186
RGB
CMYK
RGB Variations
Color information
#E1C186 (or 0xE1C186) is known color: New Orleans. HEX triplet: E1, C1 and 86. RGB value is (225,193,134). Sum of RGB (Red+Green+Blue) = 225+193+134=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C186 is #1E3E79. Grayscale: #C4C4C4. Windows color (decimal): -1982074 or 8831457. OLE color: 8831457.
HSL color Cylindrical-coordinate representation of color #E1C186: hue angle of 38.9º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1C186 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 134 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.12 |
| HSL | 38.9º | 0.6% | 0.7% | - |
| HSV(B) | 38.9º | 0.4% | 0.88% | - |
| XYZ | 54.42 | 55.87 | 30.47 | - |
| YUV | 195.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 134 | 0 | 0.14 | 0.40 | 0.12 | 38.9 | 0.6 | 0.7 |
| Hex | E1 | C1 | 86 | 0 | E | 28 | C | 27 | 3C | 46 |
| Octal | 341 | 301 | 206 | 0 | 16 | 50 | 14 | 47 | 74 | 106 |
| Binary | 11100001 | 11000001 | 10000110 | 0 | 1110 | 101000 | 1100 | 100111 | 111100 | 1000110 |
Color Harmonies of #E1C186
Complementary color
Monochromatic Colors of #E1C186
Black with #E1C186
Text Example
Text Example
White with #E1C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C186; }
p { color: rgb(225,193,134); }
H1.HeaderClassName
{
color: #E1C186;
}
.AnyTagClassName
{
color: #E1C186;
}
</style>
background-color css
<style>
a { background-color: #E1C186; }
a { background-color: rgb(225,193,134); }
div.DivClassName
{
background-color: #E1C186;
}
.BgClassName
{
background-color: #E1C186;
}
</style>
border-color css
<style>
span { border-color: #E1C186; }
span { border-color: rgb(225,193,134); }
td.TdClassName
{
border-color: #E1C186;
}
.TagClassName
{
border-color: #E1C186;
}
</style>