Shades of New Orleans #E2C98B
Tints of New Orleans #E2C98B
RGB
CMYK
RGB Variations
Color information
#E2C98B (or 0xE2C98B) is known color: New Orleans. HEX triplet: E2, C9 and 8B. RGB value is (226,201,139). Sum of RGB (Red+Green+Blue) = 226+201+139=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C98B is #1D3674. Grayscale: #C9C9C9. Windows color (decimal): -1914485 or 9161186. OLE color: 9161186.
HSL color Cylindrical-coordinate representation of color #E2C98B: hue angle of 42.76º 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 #E2C98B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 139 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.11 |
| HSL | 42.76º | 0.6% | 0.72% | - |
| HSV(B) | 42.76º | 0.38% | 0.89% | - |
| XYZ | 56.91 | 59.81 | 32.97 | - |
| YUV | 201.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 139 | 0 | 0.11 | 0.38 | 0.11 | 42.76 | 0.6 | 0.72 |
| Hex | E2 | C9 | 8B | 0 | B | 26 | B | 2B | 3C | 48 |
| Octal | 342 | 311 | 213 | 0 | 13 | 46 | 13 | 53 | 74 | 110 |
| Binary | 11100010 | 11001001 | 10001011 | 0 | 1011 | 100110 | 1011 | 101011 | 111100 | 1001000 |
Color Harmonies of #E2C98B
Complementary color
Monochromatic Colors of #E2C98B
Black with #E2C98B
Text Example
Text Example
White with #E2C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C98B; }
p { color: rgb(226,201,139); }
H1.HeaderClassName
{
color: #E2C98B;
}
.AnyTagClassName
{
color: #E2C98B;
}
</style>
background-color css
<style>
a { background-color: #E2C98B; }
a { background-color: rgb(226,201,139); }
div.DivClassName
{
background-color: #E2C98B;
}
.BgClassName
{
background-color: #E2C98B;
}
</style>
border-color css
<style>
span { border-color: #E2C98B; }
span { border-color: rgb(226,201,139); }
td.TdClassName
{
border-color: #E2C98B;
}
.TagClassName
{
border-color: #E2C98B;
}
</style>