Shades of New Orleans #E9C48C
Tints of New Orleans #E9C48C
RGB
CMYK
RGB Variations
Color information
#E9C48C (or 0xE9C48C) is known color: New Orleans. HEX triplet: E9, C4 and 8C. RGB value is (233,196,140). Sum of RGB (Red+Green+Blue) = 233+196+140=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C48C is #163B73. Grayscale: #C8C8C8. Windows color (decimal): -1457012 or 9225449. OLE color: 9225449.
HSL color Cylindrical-coordinate representation of color #E9C48C: hue angle of 36.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9C48C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 140 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.09 |
| HSL | 36.13º | 0.68% | 0.73% | - |
| HSV(B) | 36.13º | 0.4% | 0.91% | - |
| XYZ | 58.08 | 58.7 | 33.08 | - |
| YUV | 200.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 140 | 0 | 0.16 | 0.40 | 0.09 | 36.13 | 0.68 | 0.73 |
| Hex | E9 | C4 | 8C | 0 | 10 | 28 | 9 | 24 | 44 | 49 |
| Octal | 351 | 304 | 214 | 0 | 20 | 50 | 11 | 44 | 104 | 111 |
| Binary | 11101001 | 11000100 | 10001100 | 0 | 10000 | 101000 | 1001 | 100100 | 1000100 | 1001001 |
Color Harmonies of #E9C48C
Complementary color
Monochromatic Colors of #E9C48C
Black with #E9C48C
Text Example
Text Example
White with #E9C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C48C; }
p { color: rgb(233,196,140); }
H1.HeaderClassName
{
color: #E9C48C;
}
.AnyTagClassName
{
color: #E9C48C;
}
</style>
background-color css
<style>
a { background-color: #E9C48C; }
a { background-color: rgb(233,196,140); }
div.DivClassName
{
background-color: #E9C48C;
}
.BgClassName
{
background-color: #E9C48C;
}
</style>
border-color css
<style>
span { border-color: #E9C48C; }
span { border-color: rgb(233,196,140); }
td.TdClassName
{
border-color: #E9C48C;
}
.TagClassName
{
border-color: #E9C48C;
}
</style>