Shades of Marzipan #EACF89
Tints of Marzipan #EACF89
RGB
CMYK
RGB Variations
Color information
#EACF89 (or 0xEACF89) is known color: Marzipan. HEX triplet: EA, CF and 89. RGB value is (234,207,137). Sum of RGB (Red+Green+Blue) = 234+207+137=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF89 is #153076. Grayscale: #CFCFCF. Windows color (decimal): -1388663 or 9031658. OLE color: 9031658.
HSL color Cylindrical-coordinate representation of color #EACF89: hue angle of 43.3º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EACF89 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 137 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.08 |
| HSL | 43.3º | 0.7% | 0.73% | - |
| HSV(B) | 43.3º | 0.41% | 0.92% | - |
| XYZ | 60.76 | 63.92 | 32.8 | - |
| YUV | 207.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 137 | 0 | 0.12 | 0.41 | 0.08 | 43.3 | 0.7 | 0.73 |
| Hex | EA | CF | 89 | 0 | C | 29 | 8 | 2B | 46 | 49 |
| Octal | 352 | 317 | 211 | 0 | 14 | 51 | 10 | 53 | 106 | 111 |
| Binary | 11101010 | 11001111 | 10001001 | 0 | 1100 | 101001 | 1000 | 101011 | 1000110 | 1001001 |
Color Harmonies of #EACF89
Complementary color
Monochromatic Colors of #EACF89
Black with #EACF89
Text Example
Text Example
White with #EACF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF89; }
p { color: rgb(234,207,137); }
H1.HeaderClassName
{
color: #EACF89;
}
.AnyTagClassName
{
color: #EACF89;
}
</style>
background-color css
<style>
a { background-color: #EACF89; }
a { background-color: rgb(234,207,137); }
div.DivClassName
{
background-color: #EACF89;
}
.BgClassName
{
background-color: #EACF89;
}
</style>
border-color css
<style>
span { border-color: #EACF89; }
span { border-color: rgb(234,207,137); }
td.TdClassName
{
border-color: #EACF89;
}
.TagClassName
{
border-color: #EACF89;
}
</style>