Shades of Marzipan #E8C885
Tints of Marzipan #E8C885
RGB
CMYK
RGB Variations
Color information
#E8C885 (or 0xE8C885) is known color: Marzipan. HEX triplet: E8, C8 and 85. RGB value is (232,200,133). Sum of RGB (Red+Green+Blue) = 232+200+133=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C885 is #17377A. Grayscale: #CACACA. Windows color (decimal): -1521531 or 8767720. OLE color: 8767720.
HSL color Cylindrical-coordinate representation of color #E8C885: hue angle of 40.61º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8C885 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 133 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.09 |
| HSL | 40.61º | 0.68% | 0.72% | - |
| HSV(B) | 40.61º | 0.43% | 0.91% | - |
| XYZ | 58.17 | 60.16 | 30.74 | - |
| YUV | 201.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 133 | 0 | 0.14 | 0.43 | 0.09 | 40.61 | 0.68 | 0.72 |
| Hex | E8 | C8 | 85 | 0 | E | 2B | 9 | 29 | 44 | 48 |
| Octal | 350 | 310 | 205 | 0 | 16 | 53 | 11 | 51 | 104 | 110 |
| Binary | 11101000 | 11001000 | 10000101 | 0 | 1110 | 101011 | 1001 | 101001 | 1000100 | 1001000 |
Color Harmonies of #E8C885
Complementary color
Monochromatic Colors of #E8C885
Black with #E8C885
Text Example
Text Example
White with #E8C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C885; }
p { color: rgb(232,200,133); }
H1.HeaderClassName
{
color: #E8C885;
}
.AnyTagClassName
{
color: #E8C885;
}
</style>
background-color css
<style>
a { background-color: #E8C885; }
a { background-color: rgb(232,200,133); }
div.DivClassName
{
background-color: #E8C885;
}
.BgClassName
{
background-color: #E8C885;
}
</style>
border-color css
<style>
span { border-color: #E8C885; }
span { border-color: rgb(232,200,133); }
td.TdClassName
{
border-color: #E8C885;
}
.TagClassName
{
border-color: #E8C885;
}
</style>