Shades of Marzipan #EACC89
Tints of Marzipan #EACC89
RGB
CMYK
RGB Variations
Color information
#EACC89 (or 0xEACC89) is known color: Marzipan. HEX triplet: EA, CC and 89. RGB value is (234,204,137). Sum of RGB (Red+Green+Blue) = 234+204+137=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC89 is #153376. Grayscale: #CDCDCD. Windows color (decimal): -1389431 or 9030890. OLE color: 9030890.
HSL color Cylindrical-coordinate representation of color #EACC89: hue angle of 41.44º 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 #EACC89 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 137 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.08 |
| HSL | 41.44º | 0.7% | 0.73% | - |
| HSV(B) | 41.44º | 0.41% | 0.92% | - |
| XYZ | 60.04 | 62.48 | 32.56 | - |
| YUV | 205.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 137 | 0 | 0.13 | 0.41 | 0.08 | 41.44 | 0.7 | 0.73 |
| Hex | EA | CC | 89 | 0 | D | 29 | 8 | 29 | 46 | 49 |
| Octal | 352 | 314 | 211 | 0 | 15 | 51 | 10 | 51 | 106 | 111 |
| Binary | 11101010 | 11001100 | 10001001 | 0 | 1101 | 101001 | 1000 | 101001 | 1000110 | 1001001 |
Color Harmonies of #EACC89
Complementary color
Monochromatic Colors of #EACC89
Black with #EACC89
Text Example
Text Example
White with #EACC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC89; }
p { color: rgb(234,204,137); }
H1.HeaderClassName
{
color: #EACC89;
}
.AnyTagClassName
{
color: #EACC89;
}
</style>
background-color css
<style>
a { background-color: #EACC89; }
a { background-color: rgb(234,204,137); }
div.DivClassName
{
background-color: #EACC89;
}
.BgClassName
{
background-color: #EACC89;
}
</style>
border-color css
<style>
span { border-color: #EACC89; }
span { border-color: rgb(234,204,137); }
td.TdClassName
{
border-color: #EACC89;
}
.TagClassName
{
border-color: #EACC89;
}
</style>