Shades of Marzipan #EACF81
Tints of Marzipan #EACF81
RGB
CMYK
RGB Variations
Color information
#EACF81 (or 0xEACF81) is known color: Marzipan. HEX triplet: EA, CF and 81. RGB value is (234,207,129). Sum of RGB (Red+Green+Blue) = 234+207+129=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF81 is #15307E. Grayscale: #CECECE. Windows color (decimal): -1388671 or 8507370. OLE color: 8507370.
HSL color Cylindrical-coordinate representation of color #EACF81: hue angle of 44.57º degrees, saturation: 0.71, 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 #EACF81 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 129 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.08 |
| HSL | 44.57º | 0.71% | 0.71% | - |
| HSV(B) | 44.57º | 0.45% | 0.92% | - |
| XYZ | 60.21 | 63.7 | 29.89 | - |
| YUV | 206.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 129 | 0 | 0.12 | 0.45 | 0.08 | 44.57 | 0.71 | 0.71 |
| Hex | EA | CF | 81 | 0 | C | 2D | 8 | 2D | 47 | 47 |
| Octal | 352 | 317 | 201 | 0 | 14 | 55 | 10 | 55 | 107 | 107 |
| Binary | 11101010 | 11001111 | 10000001 | 0 | 1100 | 101101 | 1000 | 101101 | 1000111 | 1000111 |
Color Harmonies of #EACF81
Complementary color
Monochromatic Colors of #EACF81
Black with #EACF81
Text Example
Text Example
White with #EACF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF81; }
p { color: rgb(234,207,129); }
H1.HeaderClassName
{
color: #EACF81;
}
.AnyTagClassName
{
color: #EACF81;
}
</style>
background-color css
<style>
a { background-color: #EACF81; }
a { background-color: rgb(234,207,129); }
div.DivClassName
{
background-color: #EACF81;
}
.BgClassName
{
background-color: #EACF81;
}
</style>
border-color css
<style>
span { border-color: #EACF81; }
span { border-color: rgb(234,207,129); }
td.TdClassName
{
border-color: #EACF81;
}
.TagClassName
{
border-color: #EACF81;
}
</style>