Shades of New Orleans #E2C98C
Tints of New Orleans #E2C98C
RGB
CMYK
RGB Variations
Color information
#E2C98C (or 0xE2C98C) is known color: New Orleans. HEX triplet: E2, C9 and 8C. RGB value is (226,201,140). Sum of RGB (Red+Green+Blue) = 226+201+140=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C98C is #1D3673. Grayscale: #C9C9C9. Windows color (decimal): -1914484 or 9226722. OLE color: 9226722.
HSL color Cylindrical-coordinate representation of color #E2C98C: hue angle of 42.56º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2C98C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 140 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.11 |
| HSL | 42.56º | 0.6% | 0.72% | - |
| HSV(B) | 42.56º | 0.38% | 0.89% | - |
| XYZ | 56.98 | 59.84 | 33.36 | - |
| YUV | 201.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 140 | 0 | 0.11 | 0.38 | 0.11 | 42.56 | 0.6 | 0.72 |
| Hex | E2 | C9 | 8C | 0 | B | 26 | B | 2B | 3C | 48 |
| Octal | 342 | 311 | 214 | 0 | 13 | 46 | 13 | 53 | 74 | 110 |
| Binary | 11100010 | 11001001 | 10001100 | 0 | 1011 | 100110 | 1011 | 101011 | 111100 | 1001000 |
Color Harmonies of #E2C98C
Complementary color
Monochromatic Colors of #E2C98C
Black with #E2C98C
Text Example
Text Example
White with #E2C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C98C; }
p { color: rgb(226,201,140); }
H1.HeaderClassName
{
color: #E2C98C;
}
.AnyTagClassName
{
color: #E2C98C;
}
</style>
background-color css
<style>
a { background-color: #E2C98C; }
a { background-color: rgb(226,201,140); }
div.DivClassName
{
background-color: #E2C98C;
}
.BgClassName
{
background-color: #E2C98C;
}
</style>
border-color css
<style>
span { border-color: #E2C98C; }
span { border-color: rgb(226,201,140); }
td.TdClassName
{
border-color: #E2C98C;
}
.TagClassName
{
border-color: #E2C98C;
}
</style>