Shades of Marzipan #EACD86
Tints of Marzipan #EACD86
RGB
CMYK
RGB Variations
Color information
#EACD86 (or 0xEACD86) is known color: Marzipan. HEX triplet: EA, CD and 86. RGB value is (234,205,134). Sum of RGB (Red+Green+Blue) = 234+205+134=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD86 is #153279. Grayscale: #CDCDCD. Windows color (decimal): -1389178 or 8834538. OLE color: 8834538.
HSL color Cylindrical-coordinate representation of color #EACD86: hue angle of 42.6º 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 #EACD86 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 134 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.08 |
| HSL | 42.6º | 0.7% | 0.72% | - |
| HSV(B) | 42.6º | 0.43% | 0.92% | - |
| XYZ | 60.07 | 62.88 | 31.52 | - |
| YUV | 205.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 134 | 0 | 0.12 | 0.43 | 0.08 | 42.6 | 0.7 | 0.72 |
| Hex | EA | CD | 86 | 0 | C | 2B | 8 | 2B | 46 | 48 |
| Octal | 352 | 315 | 206 | 0 | 14 | 53 | 10 | 53 | 106 | 110 |
| Binary | 11101010 | 11001101 | 10000110 | 0 | 1100 | 101011 | 1000 | 101011 | 1000110 | 1001000 |
Color Harmonies of #EACD86
Complementary color
Monochromatic Colors of #EACD86
Black with #EACD86
Text Example
Text Example
White with #EACD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD86; }
p { color: rgb(234,205,134); }
H1.HeaderClassName
{
color: #EACD86;
}
.AnyTagClassName
{
color: #EACD86;
}
</style>
background-color css
<style>
a { background-color: #EACD86; }
a { background-color: rgb(234,205,134); }
div.DivClassName
{
background-color: #EACD86;
}
.BgClassName
{
background-color: #EACD86;
}
</style>
border-color css
<style>
span { border-color: #EACD86; }
span { border-color: rgb(234,205,134); }
td.TdClassName
{
border-color: #EACD86;
}
.TagClassName
{
border-color: #EACD86;
}
</style>