Shades of New Orleans #E2C18B
Tints of New Orleans #E2C18B
RGB
CMYK
RGB Variations
Color information
#E2C18B (or 0xE2C18B) is known color: New Orleans. HEX triplet: E2, C1 and 8B. RGB value is (226,193,139). Sum of RGB (Red+Green+Blue) = 226+193+139=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C18B is #1D3E74. Grayscale: #C4C4C4. Windows color (decimal): -1916533 or 9159138. OLE color: 9159138.
HSL color Cylindrical-coordinate representation of color #E2C18B: hue angle of 37.24º 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 #E2C18B is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 139 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.11 |
| HSL | 37.24º | 0.6% | 0.72% | - |
| HSV(B) | 37.24º | 0.38% | 0.89% | - |
| XYZ | 55.09 | 56.17 | 32.36 | - |
| YUV | 196.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 139 | 0 | 0.15 | 0.38 | 0.11 | 37.24 | 0.6 | 0.72 |
| Hex | E2 | C1 | 8B | 0 | F | 26 | B | 25 | 3C | 48 |
| Octal | 342 | 301 | 213 | 0 | 17 | 46 | 13 | 45 | 74 | 110 |
| Binary | 11100010 | 11000001 | 10001011 | 0 | 1111 | 100110 | 1011 | 100101 | 111100 | 1001000 |
Color Harmonies of #E2C18B
Complementary color
Monochromatic Colors of #E2C18B
Black with #E2C18B
Text Example
Text Example
White with #E2C18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C18B; }
p { color: rgb(226,193,139); }
H1.HeaderClassName
{
color: #E2C18B;
}
.AnyTagClassName
{
color: #E2C18B;
}
</style>
background-color css
<style>
a { background-color: #E2C18B; }
a { background-color: rgb(226,193,139); }
div.DivClassName
{
background-color: #E2C18B;
}
.BgClassName
{
background-color: #E2C18B;
}
</style>
border-color css
<style>
span { border-color: #E2C18B; }
span { border-color: rgb(226,193,139); }
td.TdClassName
{
border-color: #E2C18B;
}
.TagClassName
{
border-color: #E2C18B;
}
</style>