Shades of New Orleans #E5C289
Tints of New Orleans #E5C289
RGB
CMYK
RGB Variations
Color information
#E5C289 (or 0xE5C289) is known color: New Orleans. HEX triplet: E5, C2 and 89. RGB value is (229,194,137). Sum of RGB (Red+Green+Blue) = 229+194+137=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C289 is #1A3D76. Grayscale: #C6C6C6. Windows color (decimal): -1719671 or 9028325. OLE color: 9028325.
HSL color Cylindrical-coordinate representation of color #E5C289: hue angle of 37.17º 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 #E5C289 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 137 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.10 |
| HSL | 37.17º | 0.64% | 0.72% | - |
| HSV(B) | 37.17º | 0.4% | 0.9% | - |
| XYZ | 56.12 | 57.05 | 31.72 | - |
| YUV | 197.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 137 | 0 | 0.15 | 0.40 | 0.10 | 37.17 | 0.64 | 0.72 |
| Hex | E5 | C2 | 89 | 0 | F | 28 | A | 25 | 40 | 48 |
| Octal | 345 | 302 | 211 | 0 | 17 | 50 | 12 | 45 | 100 | 110 |
| Binary | 11100101 | 11000010 | 10001001 | 0 | 1111 | 101000 | 1010 | 100101 | 1000000 | 1001000 |
Color Harmonies of #E5C289
Complementary color
Monochromatic Colors of #E5C289
Black with #E5C289
Text Example
Text Example
White with #E5C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C289; }
p { color: rgb(229,194,137); }
H1.HeaderClassName
{
color: #E5C289;
}
.AnyTagClassName
{
color: #E5C289;
}
</style>
background-color css
<style>
a { background-color: #E5C289; }
a { background-color: rgb(229,194,137); }
div.DivClassName
{
background-color: #E5C289;
}
.BgClassName
{
background-color: #E5C289;
}
</style>
border-color css
<style>
span { border-color: #E5C289; }
span { border-color: rgb(229,194,137); }
td.TdClassName
{
border-color: #E5C289;
}
.TagClassName
{
border-color: #E5C289;
}
</style>