Shades of Marzipan #EACF79
Tints of Marzipan #EACF79
RGB
CMYK
RGB Variations
Color information
#EACF79 (or 0xEACF79) is known color: Marzipan. HEX triplet: EA, CF and 79. RGB value is (234,207,121). Sum of RGB (Red+Green+Blue) = 234+207+121=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF79 is #153086. Grayscale: #CDCDCD. Windows color (decimal): -1388679 or 7983082. OLE color: 7983082.
HSL color Cylindrical-coordinate representation of color #EACF79: hue angle of 45.66º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EACF79 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 121 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.08 |
| HSL | 45.66º | 0.73% | 0.7% | - |
| HSV(B) | 45.66º | 0.48% | 0.92% | - |
| XYZ | 59.7 | 63.5 | 27.2 | - |
| YUV | 205.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 121 | 0 | 0.12 | 0.48 | 0.08 | 45.66 | 0.73 | 0.7 |
| Hex | EA | CF | 79 | 0 | C | 30 | 8 | 2E | 49 | 46 |
| Octal | 352 | 317 | 171 | 0 | 14 | 60 | 10 | 56 | 111 | 106 |
| Binary | 11101010 | 11001111 | 1111001 | 0 | 1100 | 110000 | 1000 | 101110 | 1001001 | 1000110 |
Color Harmonies of #EACF79
Complementary color
Monochromatic Colors of #EACF79
Black with #EACF79
Text Example
Text Example
White with #EACF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF79; }
p { color: rgb(234,207,121); }
H1.HeaderClassName
{
color: #EACF79;
}
.AnyTagClassName
{
color: #EACF79;
}
</style>
background-color css
<style>
a { background-color: #EACF79; }
a { background-color: rgb(234,207,121); }
div.DivClassName
{
background-color: #EACF79;
}
.BgClassName
{
background-color: #EACF79;
}
</style>
border-color css
<style>
span { border-color: #EACF79; }
span { border-color: rgb(234,207,121); }
td.TdClassName
{
border-color: #EACF79;
}
.TagClassName
{
border-color: #EACF79;
}
</style>