Shades of Marzipan #EACF86
Tints of Marzipan #EACF86
RGB
CMYK
RGB Variations
Color information
#EACF86 (or 0xEACF86) is known color: Marzipan. HEX triplet: EA, CF and 86. RGB value is (234,207,134). Sum of RGB (Red+Green+Blue) = 234+207+134=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF86 is #153079. Grayscale: #CFCFCF. Windows color (decimal): -1388666 or 8835050. OLE color: 8835050.
HSL color Cylindrical-coordinate representation of color #EACF86: hue angle of 43.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EACF86 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 134 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.08 |
| HSL | 43.8º | 0.7% | 0.72% | - |
| HSV(B) | 43.8º | 0.43% | 0.92% | - |
| XYZ | 60.55 | 63.84 | 31.69 | - |
| YUV | 206.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 134 | 0 | 0.12 | 0.43 | 0.08 | 43.8 | 0.7 | 0.72 |
| Hex | EA | CF | 86 | 0 | C | 2B | 8 | 2C | 46 | 48 |
| Octal | 352 | 317 | 206 | 0 | 14 | 53 | 10 | 54 | 106 | 110 |
| Binary | 11101010 | 11001111 | 10000110 | 0 | 1100 | 101011 | 1000 | 101100 | 1000110 | 1001000 |
Color Harmonies of #EACF86
Complementary color
Monochromatic Colors of #EACF86
Black with #EACF86
Text Example
Text Example
White with #EACF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF86; }
p { color: rgb(234,207,134); }
H1.HeaderClassName
{
color: #EACF86;
}
.AnyTagClassName
{
color: #EACF86;
}
</style>
background-color css
<style>
a { background-color: #EACF86; }
a { background-color: rgb(234,207,134); }
div.DivClassName
{
background-color: #EACF86;
}
.BgClassName
{
background-color: #EACF86;
}
</style>
border-color css
<style>
span { border-color: #EACF86; }
span { border-color: rgb(234,207,134); }
td.TdClassName
{
border-color: #EACF86;
}
.TagClassName
{
border-color: #EACF86;
}
</style>