Shades of Marzipan #E8CF86
Tints of Marzipan #E8CF86
RGB
CMYK
RGB Variations
Color information
#E8CF86 (or 0xE8CF86) is known color: Marzipan. HEX triplet: E8, CF and 86. RGB value is (232,207,134). Sum of RGB (Red+Green+Blue) = 232+207+134=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF86 is #173079. Grayscale: #CECECE. Windows color (decimal): -1519738 or 8835048. OLE color: 8835048.
HSL color Cylindrical-coordinate representation of color #E8CF86: hue angle of 44.69º 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 #E8CF86 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 134 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.09 |
| HSL | 44.69º | 0.68% | 0.72% | - |
| HSV(B) | 44.69º | 0.42% | 0.91% | - |
| XYZ | 59.89 | 63.5 | 31.65 | - |
| YUV | 206.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 134 | 0 | 0.11 | 0.42 | 0.09 | 44.69 | 0.68 | 0.72 |
| Hex | E8 | CF | 86 | 0 | B | 2A | 9 | 2D | 44 | 48 |
| Octal | 350 | 317 | 206 | 0 | 13 | 52 | 11 | 55 | 104 | 110 |
| Binary | 11101000 | 11001111 | 10000110 | 0 | 1011 | 101010 | 1001 | 101101 | 1000100 | 1001000 |
Color Harmonies of #E8CF86
Complementary color
Monochromatic Colors of #E8CF86
Black with #E8CF86
Text Example
Text Example
White with #E8CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF86; }
p { color: rgb(232,207,134); }
H1.HeaderClassName
{
color: #E8CF86;
}
.AnyTagClassName
{
color: #E8CF86;
}
</style>
background-color css
<style>
a { background-color: #E8CF86; }
a { background-color: rgb(232,207,134); }
div.DivClassName
{
background-color: #E8CF86;
}
.BgClassName
{
background-color: #E8CF86;
}
</style>
border-color css
<style>
span { border-color: #E8CF86; }
span { border-color: rgb(232,207,134); }
td.TdClassName
{
border-color: #E8CF86;
}
.TagClassName
{
border-color: #E8CF86;
}
</style>