Shades of New Orleans #E2C88B
Tints of New Orleans #E2C88B
RGB
CMYK
RGB Variations
Color information
#E2C88B (or 0xE2C88B) is known color: New Orleans. HEX triplet: E2, C8 and 8B. RGB value is (226,200,139). Sum of RGB (Red+Green+Blue) = 226+200+139=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C88B is #1D3774. Grayscale: #C9C9C9. Windows color (decimal): -1914741 or 9160930. OLE color: 9160930.
HSL color Cylindrical-coordinate representation of color #E2C88B: hue angle of 42.07º 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 #E2C88B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 139 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.11 |
| HSL | 42.07º | 0.6% | 0.72% | - |
| HSV(B) | 42.07º | 0.38% | 0.89% | - |
| XYZ | 56.68 | 59.34 | 32.89 | - |
| YUV | 200.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 139 | 0 | 0.12 | 0.38 | 0.11 | 42.07 | 0.6 | 0.72 |
| Hex | E2 | C8 | 8B | 0 | C | 26 | B | 2A | 3C | 48 |
| Octal | 342 | 310 | 213 | 0 | 14 | 46 | 13 | 52 | 74 | 110 |
| Binary | 11100010 | 11001000 | 10001011 | 0 | 1100 | 100110 | 1011 | 101010 | 111100 | 1001000 |
Color Harmonies of #E2C88B
Complementary color
Monochromatic Colors of #E2C88B
Black with #E2C88B
Text Example
Text Example
White with #E2C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C88B; }
p { color: rgb(226,200,139); }
H1.HeaderClassName
{
color: #E2C88B;
}
.AnyTagClassName
{
color: #E2C88B;
}
</style>
background-color css
<style>
a { background-color: #E2C88B; }
a { background-color: rgb(226,200,139); }
div.DivClassName
{
background-color: #E2C88B;
}
.BgClassName
{
background-color: #E2C88B;
}
</style>
border-color css
<style>
span { border-color: #E2C88B; }
span { border-color: rgb(226,200,139); }
td.TdClassName
{
border-color: #E2C88B;
}
.TagClassName
{
border-color: #E2C88B;
}
</style>