Shades of Marzipan #EACF85
Tints of Marzipan #EACF85
RGB
CMYK
RGB Variations
Color information
#EACF85 (or 0xEACF85) is known color: Marzipan. HEX triplet: EA, CF and 85. RGB value is (234,207,133). Sum of RGB (Red+Green+Blue) = 234+207+133=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF85 is #15307A. Grayscale: #CECECE. Windows color (decimal): -1388667 or 8769514. OLE color: 8769514.
HSL color Cylindrical-coordinate representation of color #EACF85: hue angle of 43.96º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EACF85 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 133 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.08 |
| HSL | 43.96º | 0.71% | 0.72% | - |
| HSV(B) | 43.96º | 0.43% | 0.92% | - |
| XYZ | 60.48 | 63.81 | 31.32 | - |
| YUV | 206.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 133 | 0 | 0.12 | 0.43 | 0.08 | 43.96 | 0.71 | 0.72 |
| Hex | EA | CF | 85 | 0 | C | 2B | 8 | 2C | 47 | 48 |
| Octal | 352 | 317 | 205 | 0 | 14 | 53 | 10 | 54 | 107 | 110 |
| Binary | 11101010 | 11001111 | 10000101 | 0 | 1100 | 101011 | 1000 | 101100 | 1000111 | 1001000 |
Color Harmonies of #EACF85
Complementary color
Monochromatic Colors of #EACF85
Black with #EACF85
Text Example
Text Example
White with #EACF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF85; }
p { color: rgb(234,207,133); }
H1.HeaderClassName
{
color: #EACF85;
}
.AnyTagClassName
{
color: #EACF85;
}
</style>
background-color css
<style>
a { background-color: #EACF85; }
a { background-color: rgb(234,207,133); }
div.DivClassName
{
background-color: #EACF85;
}
.BgClassName
{
background-color: #EACF85;
}
</style>
border-color css
<style>
span { border-color: #EACF85; }
span { border-color: rgb(234,207,133); }
td.TdClassName
{
border-color: #EACF85;
}
.TagClassName
{
border-color: #EACF85;
}
</style>