Shades of New Orleans #E5C98A
Tints of New Orleans #E5C98A
RGB
CMYK
RGB Variations
Color information
#E5C98A (or 0xE5C98A) is known color: New Orleans. HEX triplet: E5, C9 and 8A. RGB value is (229,201,138). Sum of RGB (Red+Green+Blue) = 229+201+138=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C98A is #1A3675. Grayscale: #CACACA. Windows color (decimal): -1717878 or 9095653. OLE color: 9095653.
HSL color Cylindrical-coordinate representation of color #E5C98A: hue angle of 41.54º 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 #E5C98A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 138 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.10 |
| HSL | 41.54º | 0.64% | 0.72% | - |
| HSV(B) | 41.54º | 0.4% | 0.9% | - |
| XYZ | 57.79 | 60.27 | 32.63 | - |
| YUV | 202.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 138 | 0 | 0.12 | 0.40 | 0.10 | 41.54 | 0.64 | 0.72 |
| Hex | E5 | C9 | 8A | 0 | C | 28 | A | 2A | 40 | 48 |
| Octal | 345 | 311 | 212 | 0 | 14 | 50 | 12 | 52 | 100 | 110 |
| Binary | 11100101 | 11001001 | 10001010 | 0 | 1100 | 101000 | 1010 | 101010 | 1000000 | 1001000 |
Color Harmonies of #E5C98A
Complementary color
Monochromatic Colors of #E5C98A
Black with #E5C98A
Text Example
Text Example
White with #E5C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C98A; }
p { color: rgb(229,201,138); }
H1.HeaderClassName
{
color: #E5C98A;
}
.AnyTagClassName
{
color: #E5C98A;
}
</style>
background-color css
<style>
a { background-color: #E5C98A; }
a { background-color: rgb(229,201,138); }
div.DivClassName
{
background-color: #E5C98A;
}
.BgClassName
{
background-color: #E5C98A;
}
</style>
border-color css
<style>
span { border-color: #E5C98A; }
span { border-color: rgb(229,201,138); }
td.TdClassName
{
border-color: #E5C98A;
}
.TagClassName
{
border-color: #E5C98A;
}
</style>