Shades of Marzipan #E8CE85
Tints of Marzipan #E8CE85
RGB
CMYK
RGB Variations
Color information
#E8CE85 (or 0xE8CE85) is known color: Marzipan. HEX triplet: E8, CE and 85. RGB value is (232,206,133). Sum of RGB (Red+Green+Blue) = 232+206+133=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE85 is #17317A. Grayscale: #CDCDCD. Windows color (decimal): -1519995 or 8769256. OLE color: 8769256.
HSL color Cylindrical-coordinate representation of color #E8CE85: hue angle of 44.24º 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 #E8CE85 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 133 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.09 |
| HSL | 44.24º | 0.68% | 0.72% | - |
| HSV(B) | 44.24º | 0.43% | 0.91% | - |
| XYZ | 59.58 | 62.99 | 31.21 | - |
| YUV | 205.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 133 | 0 | 0.11 | 0.43 | 0.09 | 44.24 | 0.68 | 0.72 |
| Hex | E8 | CE | 85 | 0 | B | 2B | 9 | 2C | 44 | 48 |
| Octal | 350 | 316 | 205 | 0 | 13 | 53 | 11 | 54 | 104 | 110 |
| Binary | 11101000 | 11001110 | 10000101 | 0 | 1011 | 101011 | 1001 | 101100 | 1000100 | 1001000 |
Color Harmonies of #E8CE85
Complementary color
Monochromatic Colors of #E8CE85
Black with #E8CE85
Text Example
Text Example
White with #E8CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE85; }
p { color: rgb(232,206,133); }
H1.HeaderClassName
{
color: #E8CE85;
}
.AnyTagClassName
{
color: #E8CE85;
}
</style>
background-color css
<style>
a { background-color: #E8CE85; }
a { background-color: rgb(232,206,133); }
div.DivClassName
{
background-color: #E8CE85;
}
.BgClassName
{
background-color: #E8CE85;
}
</style>
border-color css
<style>
span { border-color: #E8CE85; }
span { border-color: rgb(232,206,133); }
td.TdClassName
{
border-color: #E8CE85;
}
.TagClassName
{
border-color: #E8CE85;
}
</style>