Shades of Marzipan #EACF87
Tints of Marzipan #EACF87
RGB
CMYK
RGB Variations
Color information
#EACF87 (or 0xEACF87) is known color: Marzipan. HEX triplet: EA, CF and 87. RGB value is (234,207,135). Sum of RGB (Red+Green+Blue) = 234+207+135=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF87 is #153078. Grayscale: #CFCFCF. Windows color (decimal): -1388665 or 8900586. OLE color: 8900586.
HSL color Cylindrical-coordinate representation of color #EACF87: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EACF87 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 135 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.08 |
| HSL | 43.64º | 0.7% | 0.72% | - |
| HSV(B) | 43.64º | 0.42% | 0.92% | - |
| XYZ | 60.62 | 63.87 | 32.05 | - |
| YUV | 206.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 135 | 0 | 0.12 | 0.42 | 0.08 | 43.64 | 0.7 | 0.72 |
| Hex | EA | CF | 87 | 0 | C | 2A | 8 | 2C | 46 | 48 |
| Octal | 352 | 317 | 207 | 0 | 14 | 52 | 10 | 54 | 106 | 110 |
| Binary | 11101010 | 11001111 | 10000111 | 0 | 1100 | 101010 | 1000 | 101100 | 1000110 | 1001000 |
Color Harmonies of #EACF87
Complementary color
Monochromatic Colors of #EACF87
Black with #EACF87
Text Example
Text Example
White with #EACF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF87; }
p { color: rgb(234,207,135); }
H1.HeaderClassName
{
color: #EACF87;
}
.AnyTagClassName
{
color: #EACF87;
}
</style>
background-color css
<style>
a { background-color: #EACF87; }
a { background-color: rgb(234,207,135); }
div.DivClassName
{
background-color: #EACF87;
}
.BgClassName
{
background-color: #EACF87;
}
</style>
border-color css
<style>
span { border-color: #EACF87; }
span { border-color: rgb(234,207,135); }
td.TdClassName
{
border-color: #EACF87;
}
.TagClassName
{
border-color: #EACF87;
}
</style>