Shades of Marzipan #EAC889
Tints of Marzipan #EAC889
RGB
CMYK
RGB Variations
Color information
#EAC889 (or 0xEAC889) is known color: Marzipan. HEX triplet: EA, C8 and 89. RGB value is (234,200,137). Sum of RGB (Red+Green+Blue) = 234+200+137=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC889 is #153776. Grayscale: #CBCBCB. Windows color (decimal): -1390455 or 9029866. OLE color: 9029866.
HSL color Cylindrical-coordinate representation of color #EAC889: hue angle of 38.97º 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 #EAC889 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 137 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.08 |
| HSL | 38.97º | 0.7% | 0.73% | - |
| HSV(B) | 38.97º | 0.41% | 0.92% | - |
| XYZ | 59.1 | 60.61 | 32.25 | - |
| YUV | 202.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 137 | 0 | 0.15 | 0.41 | 0.08 | 38.97 | 0.7 | 0.73 |
| Hex | EA | C8 | 89 | 0 | F | 29 | 8 | 27 | 46 | 49 |
| Octal | 352 | 310 | 211 | 0 | 17 | 51 | 10 | 47 | 106 | 111 |
| Binary | 11101010 | 11001000 | 10001001 | 0 | 1111 | 101001 | 1000 | 100111 | 1000110 | 1001001 |
Color Harmonies of #EAC889
Complementary color
Monochromatic Colors of #EAC889
Black with #EAC889
Text Example
Text Example
White with #EAC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC889; }
p { color: rgb(234,200,137); }
H1.HeaderClassName
{
color: #EAC889;
}
.AnyTagClassName
{
color: #EAC889;
}
</style>
background-color css
<style>
a { background-color: #EAC889; }
a { background-color: rgb(234,200,137); }
div.DivClassName
{
background-color: #EAC889;
}
.BgClassName
{
background-color: #EAC889;
}
</style>
border-color css
<style>
span { border-color: #EAC889; }
span { border-color: rgb(234,200,137); }
td.TdClassName
{
border-color: #EAC889;
}
.TagClassName
{
border-color: #EAC889;
}
</style>