Shades of New Orleans #E5CC89
Tints of New Orleans #E5CC89
RGB
CMYK
RGB Variations
Color information
#E5CC89 (or 0xE5CC89) is known color: New Orleans. HEX triplet: E5, CC and 89. RGB value is (229,204,137). Sum of RGB (Red+Green+Blue) = 229+204+137=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC89 is #1A3376. Grayscale: #CCCCCC. Windows color (decimal): -1717111 or 9030885. OLE color: 9030885.
HSL color Cylindrical-coordinate representation of color #E5CC89: hue angle of 43.7º 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 #E5CC89 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 137 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.10 |
| HSL | 43.7º | 0.64% | 0.72% | - |
| HSV(B) | 43.7º | 0.4% | 0.9% | - |
| XYZ | 58.42 | 61.65 | 32.49 | - |
| YUV | 203.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 137 | 0 | 0.11 | 0.40 | 0.10 | 43.7 | 0.64 | 0.72 |
| Hex | E5 | CC | 89 | 0 | B | 28 | A | 2C | 40 | 48 |
| Octal | 345 | 314 | 211 | 0 | 13 | 50 | 12 | 54 | 100 | 110 |
| Binary | 11100101 | 11001100 | 10001001 | 0 | 1011 | 101000 | 1010 | 101100 | 1000000 | 1001000 |
Color Harmonies of #E5CC89
Complementary color
Monochromatic Colors of #E5CC89
Black with #E5CC89
Text Example
Text Example
White with #E5CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC89; }
p { color: rgb(229,204,137); }
H1.HeaderClassName
{
color: #E5CC89;
}
.AnyTagClassName
{
color: #E5CC89;
}
</style>
background-color css
<style>
a { background-color: #E5CC89; }
a { background-color: rgb(229,204,137); }
div.DivClassName
{
background-color: #E5CC89;
}
.BgClassName
{
background-color: #E5CC89;
}
</style>
border-color css
<style>
span { border-color: #E5CC89; }
span { border-color: rgb(229,204,137); }
td.TdClassName
{
border-color: #E5CC89;
}
.TagClassName
{
border-color: #E5CC89;
}
</style>