Shades of New Orleans #E5C589
Tints of New Orleans #E5C589
RGB
CMYK
RGB Variations
Color information
#E5C589 (or 0xE5C589) is known color: New Orleans. HEX triplet: E5, C5 and 89. RGB value is (229,197,137). Sum of RGB (Red+Green+Blue) = 229+197+137=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C589 is #1A3A76. Grayscale: #C8C8C8. Windows color (decimal): -1718903 or 9029093. OLE color: 9029093.
HSL color Cylindrical-coordinate representation of color #E5C589: hue angle of 39.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5C589 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 137 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.10 |
| HSL | 39.13º | 0.64% | 0.72% | - |
| HSV(B) | 39.13º | 0.4% | 0.9% | - |
| XYZ | 56.79 | 58.4 | 31.95 | - |
| YUV | 199.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 137 | 0 | 0.14 | 0.40 | 0.10 | 39.13 | 0.64 | 0.72 |
| Hex | E5 | C5 | 89 | 0 | E | 28 | A | 27 | 40 | 48 |
| Octal | 345 | 305 | 211 | 0 | 16 | 50 | 12 | 47 | 100 | 110 |
| Binary | 11100101 | 11000101 | 10001001 | 0 | 1110 | 101000 | 1010 | 100111 | 1000000 | 1001000 |
Color Harmonies of #E5C589
Complementary color
Monochromatic Colors of #E5C589
Black with #E5C589
Text Example
Text Example
White with #E5C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C589; }
p { color: rgb(229,197,137); }
H1.HeaderClassName
{
color: #E5C589;
}
.AnyTagClassName
{
color: #E5C589;
}
</style>
background-color css
<style>
a { background-color: #E5C589; }
a { background-color: rgb(229,197,137); }
div.DivClassName
{
background-color: #E5C589;
}
.BgClassName
{
background-color: #E5C589;
}
</style>
border-color css
<style>
span { border-color: #E5C589; }
span { border-color: rgb(229,197,137); }
td.TdClassName
{
border-color: #E5C589;
}
.TagClassName
{
border-color: #E5C589;
}
</style>