Shades of New Orleans #E8C48C
Tints of New Orleans #E8C48C
RGB
CMYK
RGB Variations
Color information
#E8C48C (or 0xE8C48C) is known color: New Orleans. HEX triplet: E8, C4 and 8C. RGB value is (232,196,140). Sum of RGB (Red+Green+Blue) = 232+196+140=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C48C is #173B73. Grayscale: #C8C8C8. Windows color (decimal): -1522548 or 9225448. OLE color: 9225448.
HSL color Cylindrical-coordinate representation of color #E8C48C: hue angle of 36.52º degrees, saturation: 0.67, 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 #E8C48C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 140 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.09 |
| HSL | 36.52º | 0.67% | 0.73% | - |
| HSV(B) | 36.52º | 0.4% | 0.91% | - |
| XYZ | 57.75 | 58.53 | 33.06 | - |
| YUV | 200.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 140 | 0 | 0.16 | 0.40 | 0.09 | 36.52 | 0.67 | 0.73 |
| Hex | E8 | C4 | 8C | 0 | 10 | 28 | 9 | 25 | 43 | 49 |
| Octal | 350 | 304 | 214 | 0 | 20 | 50 | 11 | 45 | 103 | 111 |
| Binary | 11101000 | 11000100 | 10001100 | 0 | 10000 | 101000 | 1001 | 100101 | 1000011 | 1001001 |
Color Harmonies of #E8C48C
Complementary color
Monochromatic Colors of #E8C48C
Black with #E8C48C
Text Example
Text Example
White with #E8C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C48C; }
p { color: rgb(232,196,140); }
H1.HeaderClassName
{
color: #E8C48C;
}
.AnyTagClassName
{
color: #E8C48C;
}
</style>
background-color css
<style>
a { background-color: #E8C48C; }
a { background-color: rgb(232,196,140); }
div.DivClassName
{
background-color: #E8C48C;
}
.BgClassName
{
background-color: #E8C48C;
}
</style>
border-color css
<style>
span { border-color: #E8C48C; }
span { border-color: rgb(232,196,140); }
td.TdClassName
{
border-color: #E8C48C;
}
.TagClassName
{
border-color: #E8C48C;
}
</style>