Shades of New Orleans #E0C98C
Tints of New Orleans #E0C98C
RGB
CMYK
RGB Variations
Color information
#E0C98C (or 0xE0C98C) is known color: New Orleans. HEX triplet: E0, C9 and 8C. RGB value is (224,201,140). Sum of RGB (Red+Green+Blue) = 224+201+140=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C98C is #1F3673. Grayscale: #C9C9C9. Windows color (decimal): -2045556 or 9226720. OLE color: 9226720.
HSL color Cylindrical-coordinate representation of color #E0C98C: hue angle of 43.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0C98C is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 140 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.12 |
| HSL | 43.57º | 0.58% | 0.71% | - |
| HSV(B) | 43.57º | 0.38% | 0.88% | - |
| XYZ | 56.36 | 59.51 | 33.33 | - |
| YUV | 200.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 140 | 0 | 0.10 | 0.38 | 0.12 | 43.57 | 0.58 | 0.71 |
| Hex | E0 | C9 | 8C | 0 | A | 26 | C | 2C | 3A | 47 |
| Octal | 340 | 311 | 214 | 0 | 12 | 46 | 14 | 54 | 72 | 107 |
| Binary | 11100000 | 11001001 | 10001100 | 0 | 1010 | 100110 | 1100 | 101100 | 111010 | 1000111 |
Color Harmonies of #E0C98C
Complementary color
Monochromatic Colors of #E0C98C
Black with #E0C98C
Text Example
Text Example
White with #E0C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C98C; }
p { color: rgb(224,201,140); }
H1.HeaderClassName
{
color: #E0C98C;
}
.AnyTagClassName
{
color: #E0C98C;
}
</style>
background-color css
<style>
a { background-color: #E0C98C; }
a { background-color: rgb(224,201,140); }
div.DivClassName
{
background-color: #E0C98C;
}
.BgClassName
{
background-color: #E0C98C;
}
</style>
border-color css
<style>
span { border-color: #E0C98C; }
span { border-color: rgb(224,201,140); }
td.TdClassName
{
border-color: #E0C98C;
}
.TagClassName
{
border-color: #E0C98C;
}
</style>