Shades of Marzipan #EACF84
Tints of Marzipan #EACF84
RGB
CMYK
RGB Variations
Color information
#EACF84 (or 0xEACF84) is known color: Marzipan. HEX triplet: EA, CF and 84. RGB value is (234,207,132). Sum of RGB (Red+Green+Blue) = 234+207+132=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF84 is #15307B. Grayscale: #CECECE. Windows color (decimal): -1388668 or 8703978. OLE color: 8703978.
HSL color Cylindrical-coordinate representation of color #EACF84: hue angle of 44.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EACF84 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 132 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.08 |
| HSL | 44.12º | 0.71% | 0.72% | - |
| HSV(B) | 44.12º | 0.44% | 0.92% | - |
| XYZ | 60.41 | 63.78 | 30.96 | - |
| YUV | 206.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 132 | 0 | 0.12 | 0.44 | 0.08 | 44.12 | 0.71 | 0.72 |
| Hex | EA | CF | 84 | 0 | C | 2C | 8 | 2C | 47 | 48 |
| Octal | 352 | 317 | 204 | 0 | 14 | 54 | 10 | 54 | 107 | 110 |
| Binary | 11101010 | 11001111 | 10000100 | 0 | 1100 | 101100 | 1000 | 101100 | 1000111 | 1001000 |
Color Harmonies of #EACF84
Complementary color
Monochromatic Colors of #EACF84
Black with #EACF84
Text Example
Text Example
White with #EACF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF84; }
p { color: rgb(234,207,132); }
H1.HeaderClassName
{
color: #EACF84;
}
.AnyTagClassName
{
color: #EACF84;
}
</style>
background-color css
<style>
a { background-color: #EACF84; }
a { background-color: rgb(234,207,132); }
div.DivClassName
{
background-color: #EACF84;
}
.BgClassName
{
background-color: #EACF84;
}
</style>
border-color css
<style>
span { border-color: #EACF84; }
span { border-color: rgb(234,207,132); }
td.TdClassName
{
border-color: #EACF84;
}
.TagClassName
{
border-color: #EACF84;
}
</style>