Shades of New Orleans #E5C389
Tints of New Orleans #E5C389
RGB
CMYK
RGB Variations
Color information
#E5C389 (or 0xE5C389) is known color: New Orleans. HEX triplet: E5, C3 and 89. RGB value is (229,195,137). Sum of RGB (Red+Green+Blue) = 229+195+137=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C389 is #1A3C76. Grayscale: #C6C6C6. Windows color (decimal): -1719415 or 9028581. OLE color: 9028581.
HSL color Cylindrical-coordinate representation of color #E5C389: hue angle of 37.83º 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 #E5C389 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 137 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.10 |
| HSL | 37.83º | 0.64% | 0.72% | - |
| HSV(B) | 37.83º | 0.4% | 0.9% | - |
| XYZ | 56.34 | 57.49 | 31.79 | - |
| YUV | 198.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 137 | 0 | 0.15 | 0.40 | 0.10 | 37.83 | 0.64 | 0.72 |
| Hex | E5 | C3 | 89 | 0 | F | 28 | A | 26 | 40 | 48 |
| Octal | 345 | 303 | 211 | 0 | 17 | 50 | 12 | 46 | 100 | 110 |
| Binary | 11100101 | 11000011 | 10001001 | 0 | 1111 | 101000 | 1010 | 100110 | 1000000 | 1001000 |
Color Harmonies of #E5C389
Complementary color
Monochromatic Colors of #E5C389
Black with #E5C389
Text Example
Text Example
White with #E5C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C389; }
p { color: rgb(229,195,137); }
H1.HeaderClassName
{
color: #E5C389;
}
.AnyTagClassName
{
color: #E5C389;
}
</style>
background-color css
<style>
a { background-color: #E5C389; }
a { background-color: rgb(229,195,137); }
div.DivClassName
{
background-color: #E5C389;
}
.BgClassName
{
background-color: #E5C389;
}
</style>
border-color css
<style>
span { border-color: #E5C389; }
span { border-color: rgb(229,195,137); }
td.TdClassName
{
border-color: #E5C389;
}
.TagClassName
{
border-color: #E5C389;
}
</style>