Shades of New Orleans #E2C48C
Tints of New Orleans #E2C48C
RGB
CMYK
RGB Variations
Color information
#E2C48C (or 0xE2C48C) is known color: New Orleans. HEX triplet: E2, C4 and 8C. RGB value is (226,196,140). Sum of RGB (Red+Green+Blue) = 226+196+140=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C48C is #1D3B73. Grayscale: #C6C6C6. Windows color (decimal): -1915764 or 9225442. OLE color: 9225442.
HSL color Cylindrical-coordinate representation of color #E2C48C: hue angle of 39.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 #E2C48C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 140 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.11 |
| HSL | 39.07º | 0.6% | 0.72% | - |
| HSV(B) | 39.07º | 0.38% | 0.89% | - |
| XYZ | 55.84 | 57.54 | 32.97 | - |
| YUV | 198.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 140 | 0 | 0.13 | 0.38 | 0.11 | 39.07 | 0.6 | 0.72 |
| Hex | E2 | C4 | 8C | 0 | D | 26 | B | 27 | 3C | 48 |
| Octal | 342 | 304 | 214 | 0 | 15 | 46 | 13 | 47 | 74 | 110 |
| Binary | 11100010 | 11000100 | 10001100 | 0 | 1101 | 100110 | 1011 | 100111 | 111100 | 1001000 |
Color Harmonies of #E2C48C
Complementary color
Monochromatic Colors of #E2C48C
Black with #E2C48C
Text Example
Text Example
White with #E2C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C48C; }
p { color: rgb(226,196,140); }
H1.HeaderClassName
{
color: #E2C48C;
}
.AnyTagClassName
{
color: #E2C48C;
}
</style>
background-color css
<style>
a { background-color: #E2C48C; }
a { background-color: rgb(226,196,140); }
div.DivClassName
{
background-color: #E2C48C;
}
.BgClassName
{
background-color: #E2C48C;
}
</style>
border-color css
<style>
span { border-color: #E2C48C; }
span { border-color: rgb(226,196,140); }
td.TdClassName
{
border-color: #E2C48C;
}
.TagClassName
{
border-color: #E2C48C;
}
</style>