Shades of New Orleans #E5CA86
Tints of New Orleans #E5CA86
RGB
CMYK
RGB Variations
Color information
#E5CA86 (or 0xE5CA86) is known color: New Orleans. HEX triplet: E5, CA and 86. RGB value is (229,202,134). Sum of RGB (Red+Green+Blue) = 229+202+134=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CA86 is #1A3579. Grayscale: #CACACA. Windows color (decimal): -1717626 or 8833765. OLE color: 8833765.
HSL color Cylindrical-coordinate representation of color #E5CA86: hue angle of 42.95º 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 #E5CA86 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 134 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.10 |
| HSL | 42.95º | 0.65% | 0.71% | - |
| HSV(B) | 42.95º | 0.41% | 0.9% | - |
| XYZ | 57.74 | 60.62 | 31.21 | - |
| YUV | 202.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 134 | 0 | 0.12 | 0.41 | 0.10 | 42.95 | 0.65 | 0.71 |
| Hex | E5 | CA | 86 | 0 | C | 29 | A | 2B | 41 | 47 |
| Octal | 345 | 312 | 206 | 0 | 14 | 51 | 12 | 53 | 101 | 107 |
| Binary | 11100101 | 11001010 | 10000110 | 0 | 1100 | 101001 | 1010 | 101011 | 1000001 | 1000111 |
Color Harmonies of #E5CA86
Complementary color
Monochromatic Colors of #E5CA86
Black with #E5CA86
Text Example
Text Example
White with #E5CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA86; }
p { color: rgb(229,202,134); }
H1.HeaderClassName
{
color: #E5CA86;
}
.AnyTagClassName
{
color: #E5CA86;
}
</style>
background-color css
<style>
a { background-color: #E5CA86; }
a { background-color: rgb(229,202,134); }
div.DivClassName
{
background-color: #E5CA86;
}
.BgClassName
{
background-color: #E5CA86;
}
</style>
border-color css
<style>
span { border-color: #E5CA86; }
span { border-color: rgb(229,202,134); }
td.TdClassName
{
border-color: #E5CA86;
}
.TagClassName
{
border-color: #E5CA86;
}
</style>