Shades of New Orleans #E5C98D
Tints of New Orleans #E5C98D
RGB
CMYK
RGB Variations
Color information
#E5C98D (or 0xE5C98D) is known color: New Orleans. HEX triplet: E5, C9 and 8D. RGB value is (229,201,141). Sum of RGB (Red+Green+Blue) = 229+201+141=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C98D is #1A3672. Grayscale: #CACACA. Windows color (decimal): -1717875 or 9292261. OLE color: 9292261.
HSL color Cylindrical-coordinate representation of color #E5C98D: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C98D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 141 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.10 |
| HSL | 40.91º | 0.63% | 0.73% | - |
| HSV(B) | 40.91º | 0.38% | 0.9% | - |
| XYZ | 58.01 | 60.35 | 33.79 | - |
| YUV | 202.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 141 | 0 | 0.12 | 0.38 | 0.10 | 40.91 | 0.63 | 0.73 |
| Hex | E5 | C9 | 8D | 0 | C | 26 | A | 29 | 3F | 49 |
| Octal | 345 | 311 | 215 | 0 | 14 | 46 | 12 | 51 | 77 | 111 |
| Binary | 11100101 | 11001001 | 10001101 | 0 | 1100 | 100110 | 1010 | 101001 | 111111 | 1001001 |
Color Harmonies of #E5C98D
Complementary color
Monochromatic Colors of #E5C98D
Black with #E5C98D
Text Example
Text Example
White with #E5C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C98D; }
p { color: rgb(229,201,141); }
H1.HeaderClassName
{
color: #E5C98D;
}
.AnyTagClassName
{
color: #E5C98D;
}
</style>
background-color css
<style>
a { background-color: #E5C98D; }
a { background-color: rgb(229,201,141); }
div.DivClassName
{
background-color: #E5C98D;
}
.BgClassName
{
background-color: #E5C98D;
}
</style>
border-color css
<style>
span { border-color: #E5C98D; }
span { border-color: rgb(229,201,141); }
td.TdClassName
{
border-color: #E5C98D;
}
.TagClassName
{
border-color: #E5C98D;
}
</style>