Shades of New Orleans #E2C58B
Tints of New Orleans #E2C58B
RGB
CMYK
RGB Variations
Color information
#E2C58B (or 0xE2C58B) is known color: New Orleans. HEX triplet: E2, C5 and 8B. RGB value is (226,197,139). Sum of RGB (Red+Green+Blue) = 226+197+139=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C58B is #1D3A74. Grayscale: #C7C7C7. Windows color (decimal): -1915509 or 9160162. OLE color: 9160162.
HSL color Cylindrical-coordinate representation of color #E2C58B: hue angle of 40º 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 #E2C58B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 139 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.11 |
| HSL | 40º | 0.6% | 0.72% | - |
| HSV(B) | 40º | 0.38% | 0.89% | - |
| XYZ | 55.99 | 57.97 | 32.66 | - |
| YUV | 199.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 139 | 0 | 0.13 | 0.38 | 0.11 | 40 | 0.6 | 0.72 |
| Hex | E2 | C5 | 8B | 0 | D | 26 | B | 28 | 3C | 48 |
| Octal | 342 | 305 | 213 | 0 | 15 | 46 | 13 | 50 | 74 | 110 |
| Binary | 11100010 | 11000101 | 10001011 | 0 | 1101 | 100110 | 1011 | 101000 | 111100 | 1001000 |
Color Harmonies of #E2C58B
Complementary color
Monochromatic Colors of #E2C58B
Black with #E2C58B
Text Example
Text Example
White with #E2C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C58B; }
p { color: rgb(226,197,139); }
H1.HeaderClassName
{
color: #E2C58B;
}
.AnyTagClassName
{
color: #E2C58B;
}
</style>
background-color css
<style>
a { background-color: #E2C58B; }
a { background-color: rgb(226,197,139); }
div.DivClassName
{
background-color: #E2C58B;
}
.BgClassName
{
background-color: #E2C58B;
}
</style>
border-color css
<style>
span { border-color: #E2C58B; }
span { border-color: rgb(226,197,139); }
td.TdClassName
{
border-color: #E2C58B;
}
.TagClassName
{
border-color: #E2C58B;
}
</style>