Shades of Marzipan #EAC988
Tints of Marzipan #EAC988
RGB
CMYK
RGB Variations
Color information
#EAC988 (or 0xEAC988) is known color: Marzipan. HEX triplet: EA, C9 and 88. RGB value is (234,201,136). Sum of RGB (Red+Green+Blue) = 234+201+136=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC988 is #153677. Grayscale: #CBCBCB. Windows color (decimal): -1390200 or 8964586. OLE color: 8964586.
HSL color Cylindrical-coordinate representation of color #EAC988: hue angle of 39.8º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC988 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 136 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.08 |
| HSL | 39.8º | 0.7% | 0.73% | - |
| HSV(B) | 39.8º | 0.42% | 0.92% | - |
| XYZ | 59.26 | 61.04 | 31.95 | - |
| YUV | 203.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 136 | 0 | 0.14 | 0.42 | 0.08 | 39.8 | 0.7 | 0.73 |
| Hex | EA | C9 | 88 | 0 | E | 2A | 8 | 28 | 46 | 49 |
| Octal | 352 | 311 | 210 | 0 | 16 | 52 | 10 | 50 | 106 | 111 |
| Binary | 11101010 | 11001001 | 10001000 | 0 | 1110 | 101010 | 1000 | 101000 | 1000110 | 1001001 |
Color Harmonies of #EAC988
Complementary color
Monochromatic Colors of #EAC988
Black with #EAC988
Text Example
Text Example
White with #EAC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC988; }
p { color: rgb(234,201,136); }
H1.HeaderClassName
{
color: #EAC988;
}
.AnyTagClassName
{
color: #EAC988;
}
</style>
background-color css
<style>
a { background-color: #EAC988; }
a { background-color: rgb(234,201,136); }
div.DivClassName
{
background-color: #EAC988;
}
.BgClassName
{
background-color: #EAC988;
}
</style>
border-color css
<style>
span { border-color: #EAC988; }
span { border-color: rgb(234,201,136); }
td.TdClassName
{
border-color: #EAC988;
}
.TagClassName
{
border-color: #EAC988;
}
</style>