Shades of Marzipan #E8C886
Tints of Marzipan #E8C886
RGB
CMYK
RGB Variations
Color information
#E8C886 (or 0xE8C886) is known color: Marzipan. HEX triplet: E8, C8 and 86. RGB value is (232,200,134). Sum of RGB (Red+Green+Blue) = 232+200+134=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C886 is #173779. Grayscale: #CACACA. Windows color (decimal): -1521530 or 8833256. OLE color: 8833256.
HSL color Cylindrical-coordinate representation of color #E8C886: hue angle of 40.41º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8C886 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 134 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.09 |
| HSL | 40.41º | 0.68% | 0.72% | - |
| HSV(B) | 40.41º | 0.42% | 0.91% | - |
| XYZ | 58.24 | 60.19 | 31.1 | - |
| YUV | 202.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 134 | 0 | 0.14 | 0.42 | 0.09 | 40.41 | 0.68 | 0.72 |
| Hex | E8 | C8 | 86 | 0 | E | 2A | 9 | 28 | 44 | 48 |
| Octal | 350 | 310 | 206 | 0 | 16 | 52 | 11 | 50 | 104 | 110 |
| Binary | 11101000 | 11001000 | 10000110 | 0 | 1110 | 101010 | 1001 | 101000 | 1000100 | 1001000 |
Color Harmonies of #E8C886
Complementary color
Monochromatic Colors of #E8C886
Black with #E8C886
Text Example
Text Example
White with #E8C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C886; }
p { color: rgb(232,200,134); }
H1.HeaderClassName
{
color: #E8C886;
}
.AnyTagClassName
{
color: #E8C886;
}
</style>
background-color css
<style>
a { background-color: #E8C886; }
a { background-color: rgb(232,200,134); }
div.DivClassName
{
background-color: #E8C886;
}
.BgClassName
{
background-color: #E8C886;
}
</style>
border-color css
<style>
span { border-color: #E8C886; }
span { border-color: rgb(232,200,134); }
td.TdClassName
{
border-color: #E8C886;
}
.TagClassName
{
border-color: #E8C886;
}
</style>