Shades of Marzipan #EACE86
Tints of Marzipan #EACE86
RGB
CMYK
RGB Variations
Color information
#EACE86 (or 0xEACE86) is known color: Marzipan. HEX triplet: EA, CE and 86. RGB value is (234,206,134). Sum of RGB (Red+Green+Blue) = 234+206+134=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE86 is #153179. Grayscale: #CECECE. Windows color (decimal): -1388922 or 8834794. OLE color: 8834794.
HSL color Cylindrical-coordinate representation of color #EACE86: hue angle of 43.2º 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 #EACE86 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 134 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.08 |
| HSL | 43.2º | 0.7% | 0.72% | - |
| HSV(B) | 43.2º | 0.43% | 0.92% | - |
| XYZ | 60.31 | 63.36 | 31.6 | - |
| YUV | 206.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 134 | 0 | 0.12 | 0.43 | 0.08 | 43.2 | 0.7 | 0.72 |
| Hex | EA | CE | 86 | 0 | C | 2B | 8 | 2B | 46 | 48 |
| Octal | 352 | 316 | 206 | 0 | 14 | 53 | 10 | 53 | 106 | 110 |
| Binary | 11101010 | 11001110 | 10000110 | 0 | 1100 | 101011 | 1000 | 101011 | 1000110 | 1001000 |
Color Harmonies of #EACE86
Complementary color
Monochromatic Colors of #EACE86
Black with #EACE86
Text Example
Text Example
White with #EACE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE86; }
p { color: rgb(234,206,134); }
H1.HeaderClassName
{
color: #EACE86;
}
.AnyTagClassName
{
color: #EACE86;
}
</style>
background-color css
<style>
a { background-color: #EACE86; }
a { background-color: rgb(234,206,134); }
div.DivClassName
{
background-color: #EACE86;
}
.BgClassName
{
background-color: #EACE86;
}
</style>
border-color css
<style>
span { border-color: #EACE86; }
span { border-color: rgb(234,206,134); }
td.TdClassName
{
border-color: #EACE86;
}
.TagClassName
{
border-color: #EACE86;
}
</style>