Shades of Marzipan #EACE89
Tints of Marzipan #EACE89
RGB
CMYK
RGB Variations
Color information
#EACE89 (or 0xEACE89) is known color: Marzipan. HEX triplet: EA, CE and 89. RGB value is (234,206,137). Sum of RGB (Red+Green+Blue) = 234+206+137=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE89 is #153176. Grayscale: #CECECE. Windows color (decimal): -1388919 or 9031402. OLE color: 9031402.
HSL color Cylindrical-coordinate representation of color #EACE89: hue angle of 42.68º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EACE89 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 137 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.08 |
| HSL | 42.68º | 0.7% | 0.73% | - |
| HSV(B) | 42.68º | 0.41% | 0.92% | - |
| XYZ | 60.52 | 63.44 | 32.72 | - |
| YUV | 206.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 137 | 0 | 0.12 | 0.41 | 0.08 | 42.68 | 0.7 | 0.73 |
| Hex | EA | CE | 89 | 0 | C | 29 | 8 | 2B | 46 | 49 |
| Octal | 352 | 316 | 211 | 0 | 14 | 51 | 10 | 53 | 106 | 111 |
| Binary | 11101010 | 11001110 | 10001001 | 0 | 1100 | 101001 | 1000 | 101011 | 1000110 | 1001001 |
Color Harmonies of #EACE89
Complementary color
Monochromatic Colors of #EACE89
Black with #EACE89
Text Example
Text Example
White with #EACE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE89; }
p { color: rgb(234,206,137); }
H1.HeaderClassName
{
color: #EACE89;
}
.AnyTagClassName
{
color: #EACE89;
}
</style>
background-color css
<style>
a { background-color: #EACE89; }
a { background-color: rgb(234,206,137); }
div.DivClassName
{
background-color: #EACE89;
}
.BgClassName
{
background-color: #EACE89;
}
</style>
border-color css
<style>
span { border-color: #EACE89; }
span { border-color: rgb(234,206,137); }
td.TdClassName
{
border-color: #EACE89;
}
.TagClassName
{
border-color: #EACE89;
}
</style>