Shades of Marzipan #EACF80
Tints of Marzipan #EACF80
RGB
CMYK
RGB Variations
Color information
#EACF80 (or 0xEACF80) is known color: Marzipan. HEX triplet: EA, CF and 80. RGB value is (234,207,128). Sum of RGB (Red+Green+Blue) = 234+207+128=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF80 is #15307F. Grayscale: #CECECE. Windows color (decimal): -1388672 or 8441834. OLE color: 8441834.
HSL color Cylindrical-coordinate representation of color #EACF80: hue angle of 44.72º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EACF80 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 128 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.08 |
| HSL | 44.72º | 0.72% | 0.71% | - |
| HSV(B) | 44.72º | 0.45% | 0.92% | - |
| XYZ | 60.14 | 63.68 | 29.54 | - |
| YUV | 206.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 128 | 0 | 0.12 | 0.45 | 0.08 | 44.72 | 0.72 | 0.71 |
| Hex | EA | CF | 80 | 0 | C | 2D | 8 | 2D | 48 | 47 |
| Octal | 352 | 317 | 200 | 0 | 14 | 55 | 10 | 55 | 110 | 107 |
| Binary | 11101010 | 11001111 | 10000000 | 0 | 1100 | 101101 | 1000 | 101101 | 1001000 | 1000111 |
Color Harmonies of #EACF80
Complementary color
Monochromatic Colors of #EACF80
Black with #EACF80
Text Example
Text Example
White with #EACF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF80; }
p { color: rgb(234,207,128); }
H1.HeaderClassName
{
color: #EACF80;
}
.AnyTagClassName
{
color: #EACF80;
}
</style>
background-color css
<style>
a { background-color: #EACF80; }
a { background-color: rgb(234,207,128); }
div.DivClassName
{
background-color: #EACF80;
}
.BgClassName
{
background-color: #EACF80;
}
</style>
border-color css
<style>
span { border-color: #EACF80; }
span { border-color: rgb(234,207,128); }
td.TdClassName
{
border-color: #EACF80;
}
.TagClassName
{
border-color: #EACF80;
}
</style>