Shades of Marzipan #EACC86
Tints of Marzipan #EACC86
RGB
CMYK
RGB Variations
Color information
#EACC86 (or 0xEACC86) is known color: Marzipan. HEX triplet: EA, CC and 86. RGB value is (234,204,134). Sum of RGB (Red+Green+Blue) = 234+204+134=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC86 is #153379. Grayscale: #CDCDCD. Windows color (decimal): -1389434 or 8834282. OLE color: 8834282.
HSL color Cylindrical-coordinate representation of color #EACC86: hue angle of 42º 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 #EACC86 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 134 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.08 |
| HSL | 42º | 0.7% | 0.72% | - |
| HSV(B) | 42º | 0.43% | 0.92% | - |
| XYZ | 59.83 | 62.4 | 31.45 | - |
| YUV | 204.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 134 | 0 | 0.13 | 0.43 | 0.08 | 42 | 0.7 | 0.72 |
| Hex | EA | CC | 86 | 0 | D | 2B | 8 | 2A | 46 | 48 |
| Octal | 352 | 314 | 206 | 0 | 15 | 53 | 10 | 52 | 106 | 110 |
| Binary | 11101010 | 11001100 | 10000110 | 0 | 1101 | 101011 | 1000 | 101010 | 1000110 | 1001000 |
Color Harmonies of #EACC86
Complementary color
Monochromatic Colors of #EACC86
Black with #EACC86
Text Example
Text Example
White with #EACC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC86; }
p { color: rgb(234,204,134); }
H1.HeaderClassName
{
color: #EACC86;
}
.AnyTagClassName
{
color: #EACC86;
}
</style>
background-color css
<style>
a { background-color: #EACC86; }
a { background-color: rgb(234,204,134); }
div.DivClassName
{
background-color: #EACC86;
}
.BgClassName
{
background-color: #EACC86;
}
</style>
border-color css
<style>
span { border-color: #EACC86; }
span { border-color: rgb(234,204,134); }
td.TdClassName
{
border-color: #EACC86;
}
.TagClassName
{
border-color: #EACC86;
}
</style>