Shades of New Orleans #E5C186
Tints of New Orleans #E5C186
RGB
CMYK
RGB Variations
Color information
#E5C186 (or 0xE5C186) is known color: New Orleans. HEX triplet: E5, C1 and 86. RGB value is (229,193,134). Sum of RGB (Red+Green+Blue) = 229+193+134=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C186 is #1A3E79. Grayscale: #C5C5C5. Windows color (decimal): -1719930 or 8831461. OLE color: 8831461.
HSL color Cylindrical-coordinate representation of color #E5C186: hue angle of 37.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5C186 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 134 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.10 |
| HSL | 37.26º | 0.65% | 0.71% | - |
| HSV(B) | 37.26º | 0.41% | 0.9% | - |
| XYZ | 55.69 | 56.52 | 30.53 | - |
| YUV | 197.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 134 | 0 | 0.16 | 0.41 | 0.10 | 37.26 | 0.65 | 0.71 |
| Hex | E5 | C1 | 86 | 0 | 10 | 29 | A | 25 | 41 | 47 |
| Octal | 345 | 301 | 206 | 0 | 20 | 51 | 12 | 45 | 101 | 107 |
| Binary | 11100101 | 11000001 | 10000110 | 0 | 10000 | 101001 | 1010 | 100101 | 1000001 | 1000111 |
Color Harmonies of #E5C186
Complementary color
Monochromatic Colors of #E5C186
Black with #E5C186
Text Example
Text Example
White with #E5C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C186; }
p { color: rgb(229,193,134); }
H1.HeaderClassName
{
color: #E5C186;
}
.AnyTagClassName
{
color: #E5C186;
}
</style>
background-color css
<style>
a { background-color: #E5C186; }
a { background-color: rgb(229,193,134); }
div.DivClassName
{
background-color: #E5C186;
}
.BgClassName
{
background-color: #E5C186;
}
</style>
border-color css
<style>
span { border-color: #E5C186; }
span { border-color: rgb(229,193,134); }
td.TdClassName
{
border-color: #E5C186;
}
.TagClassName
{
border-color: #E5C186;
}
</style>