Shades of New Orleans #E8C78B
Tints of New Orleans #E8C78B
RGB
CMYK
RGB Variations
Color information
#E8C78B (or 0xE8C78B) is known color: New Orleans. HEX triplet: E8, C7 and 8B. RGB value is (232,199,139). Sum of RGB (Red+Green+Blue) = 232+199+139=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C78B is #173874. Grayscale: #CACACA. Windows color (decimal): -1521781 or 9160680. OLE color: 9160680.
HSL color Cylindrical-coordinate representation of color #E8C78B: hue angle of 38.71º 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 #E8C78B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 139 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.09 |
| HSL | 38.71º | 0.67% | 0.73% | - |
| HSV(B) | 38.71º | 0.4% | 0.91% | - |
| XYZ | 58.36 | 59.87 | 32.91 | - |
| YUV | 202.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 139 | 0 | 0.14 | 0.40 | 0.09 | 38.71 | 0.67 | 0.73 |
| Hex | E8 | C7 | 8B | 0 | E | 28 | 9 | 27 | 43 | 49 |
| Octal | 350 | 307 | 213 | 0 | 16 | 50 | 11 | 47 | 103 | 111 |
| Binary | 11101000 | 11000111 | 10001011 | 0 | 1110 | 101000 | 1001 | 100111 | 1000011 | 1001001 |
Color Harmonies of #E8C78B
Complementary color
Monochromatic Colors of #E8C78B
Black with #E8C78B
Text Example
Text Example
White with #E8C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C78B; }
p { color: rgb(232,199,139); }
H1.HeaderClassName
{
color: #E8C78B;
}
.AnyTagClassName
{
color: #E8C78B;
}
</style>
background-color css
<style>
a { background-color: #E8C78B; }
a { background-color: rgb(232,199,139); }
div.DivClassName
{
background-color: #E8C78B;
}
.BgClassName
{
background-color: #E8C78B;
}
</style>
border-color css
<style>
span { border-color: #E8C78B; }
span { border-color: rgb(232,199,139); }
td.TdClassName
{
border-color: #E8C78B;
}
.TagClassName
{
border-color: #E8C78B;
}
</style>