Shades of New Orleans #E2C48D
Tints of New Orleans #E2C48D
RGB
CMYK
RGB Variations
Color information
#E2C48D (or 0xE2C48D) is known color: New Orleans. HEX triplet: E2, C4 and 8D. RGB value is (226,196,141). Sum of RGB (Red+Green+Blue) = 226+196+141=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C48D is #1D3B72. Grayscale: #C6C6C6. Windows color (decimal): -1915763 or 9290978. OLE color: 9290978.
HSL color Cylindrical-coordinate representation of color #E2C48D: hue angle of 38.82º degrees, saturation: 0.59, 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 #E2C48D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 141 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.11 |
| HSL | 38.82º | 0.59% | 0.72% | - |
| HSV(B) | 38.82º | 0.38% | 0.89% | - |
| XYZ | 55.91 | 57.57 | 33.36 | - |
| YUV | 198.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 141 | 0 | 0.13 | 0.38 | 0.11 | 38.82 | 0.59 | 0.72 |
| Hex | E2 | C4 | 8D | 0 | D | 26 | B | 27 | 3B | 48 |
| Octal | 342 | 304 | 215 | 0 | 15 | 46 | 13 | 47 | 73 | 110 |
| Binary | 11100010 | 11000100 | 10001101 | 0 | 1101 | 100110 | 1011 | 100111 | 111011 | 1001000 |
Color Harmonies of #E2C48D
Complementary color
Monochromatic Colors of #E2C48D
Black with #E2C48D
Text Example
Text Example
White with #E2C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C48D; }
p { color: rgb(226,196,141); }
H1.HeaderClassName
{
color: #E2C48D;
}
.AnyTagClassName
{
color: #E2C48D;
}
</style>
background-color css
<style>
a { background-color: #E2C48D; }
a { background-color: rgb(226,196,141); }
div.DivClassName
{
background-color: #E2C48D;
}
.BgClassName
{
background-color: #E2C48D;
}
</style>
border-color css
<style>
span { border-color: #E2C48D; }
span { border-color: rgb(226,196,141); }
td.TdClassName
{
border-color: #E2C48D;
}
.TagClassName
{
border-color: #E2C48D;
}
</style>