Shades of New Orleans #E2C98A
Tints of New Orleans #E2C98A
RGB
CMYK
RGB Variations
Color information
#E2C98A (or 0xE2C98A) is known color: New Orleans. HEX triplet: E2, C9 and 8A. RGB value is (226,201,138). Sum of RGB (Red+Green+Blue) = 226+201+138=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C98A is #1D3675. Grayscale: #C9C9C9. Windows color (decimal): -1914486 or 9095650. OLE color: 9095650.
HSL color Cylindrical-coordinate representation of color #E2C98A: hue angle of 42.95º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2C98A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 138 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.11 |
| HSL | 42.95º | 0.6% | 0.71% | - |
| HSV(B) | 42.95º | 0.39% | 0.89% | - |
| XYZ | 56.84 | 59.78 | 32.59 | - |
| YUV | 201.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 138 | 0 | 0.11 | 0.39 | 0.11 | 42.95 | 0.6 | 0.71 |
| Hex | E2 | C9 | 8A | 0 | B | 27 | B | 2B | 3C | 47 |
| Octal | 342 | 311 | 212 | 0 | 13 | 47 | 13 | 53 | 74 | 107 |
| Binary | 11100010 | 11001001 | 10001010 | 0 | 1011 | 100111 | 1011 | 101011 | 111100 | 1000111 |
Color Harmonies of #E2C98A
Complementary color
Monochromatic Colors of #E2C98A
Black with #E2C98A
Text Example
Text Example
White with #E2C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C98A; }
p { color: rgb(226,201,138); }
H1.HeaderClassName
{
color: #E2C98A;
}
.AnyTagClassName
{
color: #E2C98A;
}
</style>
background-color css
<style>
a { background-color: #E2C98A; }
a { background-color: rgb(226,201,138); }
div.DivClassName
{
background-color: #E2C98A;
}
.BgClassName
{
background-color: #E2C98A;
}
</style>
border-color css
<style>
span { border-color: #E2C98A; }
span { border-color: rgb(226,201,138); }
td.TdClassName
{
border-color: #E2C98A;
}
.TagClassName
{
border-color: #E2C98A;
}
</style>