Shades of New Orleans #E9C48D
Tints of New Orleans #E9C48D
RGB
CMYK
RGB Variations
Color information
#E9C48D (or 0xE9C48D) is known color: New Orleans. HEX triplet: E9, C4 and 8D. RGB value is (233,196,141). Sum of RGB (Red+Green+Blue) = 233+196+141=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C48D is #163B72. Grayscale: #C9C9C9. Windows color (decimal): -1457011 or 9290985. OLE color: 9290985.
HSL color Cylindrical-coordinate representation of color #E9C48D: hue angle of 35.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9C48D is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 141 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.09 |
| HSL | 35.87º | 0.68% | 0.73% | - |
| HSV(B) | 35.87º | 0.39% | 0.91% | - |
| XYZ | 58.15 | 58.73 | 33.47 | - |
| YUV | 200.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 141 | 0 | 0.16 | 0.39 | 0.09 | 35.87 | 0.68 | 0.73 |
| Hex | E9 | C4 | 8D | 0 | 10 | 27 | 9 | 24 | 44 | 49 |
| Octal | 351 | 304 | 215 | 0 | 20 | 47 | 11 | 44 | 104 | 111 |
| Binary | 11101001 | 11000100 | 10001101 | 0 | 10000 | 100111 | 1001 | 100100 | 1000100 | 1001001 |
Color Harmonies of #E9C48D
Complementary color
Monochromatic Colors of #E9C48D
Black with #E9C48D
Text Example
Text Example
White with #E9C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C48D; }
p { color: rgb(233,196,141); }
H1.HeaderClassName
{
color: #E9C48D;
}
.AnyTagClassName
{
color: #E9C48D;
}
</style>
background-color css
<style>
a { background-color: #E9C48D; }
a { background-color: rgb(233,196,141); }
div.DivClassName
{
background-color: #E9C48D;
}
.BgClassName
{
background-color: #E9C48D;
}
</style>
border-color css
<style>
span { border-color: #E9C48D; }
span { border-color: rgb(233,196,141); }
td.TdClassName
{
border-color: #E9C48D;
}
.TagClassName
{
border-color: #E9C48D;
}
</style>