Shades of Marzipan #EAC786
Tints of Marzipan #EAC786
RGB
CMYK
RGB Variations
Color information
#EAC786 (or 0xEAC786) is known color: Marzipan. HEX triplet: EA, C7 and 86. RGB value is (234,199,134). Sum of RGB (Red+Green+Blue) = 234+199+134=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC786 is #153879. Grayscale: #CACACA. Windows color (decimal): -1390714 or 8833002. OLE color: 8833002.
HSL color Cylindrical-coordinate representation of color #EAC786: hue angle of 39º degrees, saturation: 0.7, 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 #EAC786 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 134 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.08 |
| HSL | 39º | 0.7% | 0.72% | - |
| HSV(B) | 39º | 0.43% | 0.92% | - |
| XYZ | 58.66 | 60.06 | 31.06 | - |
| YUV | 202.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 134 | 0 | 0.15 | 0.43 | 0.08 | 39 | 0.7 | 0.72 |
| Hex | EA | C7 | 86 | 0 | F | 2B | 8 | 27 | 46 | 48 |
| Octal | 352 | 307 | 206 | 0 | 17 | 53 | 10 | 47 | 106 | 110 |
| Binary | 11101010 | 11000111 | 10000110 | 0 | 1111 | 101011 | 1000 | 100111 | 1000110 | 1001000 |
Color Harmonies of #EAC786
Complementary color
Monochromatic Colors of #EAC786
Black with #EAC786
Text Example
Text Example
White with #EAC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC786; }
p { color: rgb(234,199,134); }
H1.HeaderClassName
{
color: #EAC786;
}
.AnyTagClassName
{
color: #EAC786;
}
</style>
background-color css
<style>
a { background-color: #EAC786; }
a { background-color: rgb(234,199,134); }
div.DivClassName
{
background-color: #EAC786;
}
.BgClassName
{
background-color: #EAC786;
}
</style>
border-color css
<style>
span { border-color: #EAC786; }
span { border-color: rgb(234,199,134); }
td.TdClassName
{
border-color: #EAC786;
}
.TagClassName
{
border-color: #EAC786;
}
</style>