Shades of Marzipan #EACA89
Tints of Marzipan #EACA89
RGB
CMYK
RGB Variations
Color information
#EACA89 (or 0xEACA89) is known color: Marzipan. HEX triplet: EA, CA and 89. RGB value is (234,202,137). Sum of RGB (Red+Green+Blue) = 234+202+137=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA89 is #153576. Grayscale: #CCCCCC. Windows color (decimal): -1389943 or 9030378. OLE color: 9030378.
HSL color Cylindrical-coordinate representation of color #EACA89: hue angle of 40.21º 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 #EACA89 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 137 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.08 |
| HSL | 40.21º | 0.7% | 0.73% | - |
| HSV(B) | 40.21º | 0.41% | 0.92% | - |
| XYZ | 59.57 | 61.54 | 32.41 | - |
| YUV | 204.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 137 | 0 | 0.14 | 0.41 | 0.08 | 40.21 | 0.7 | 0.73 |
| Hex | EA | CA | 89 | 0 | E | 29 | 8 | 28 | 46 | 49 |
| Octal | 352 | 312 | 211 | 0 | 16 | 51 | 10 | 50 | 106 | 111 |
| Binary | 11101010 | 11001010 | 10001001 | 0 | 1110 | 101001 | 1000 | 101000 | 1000110 | 1001001 |
Color Harmonies of #EACA89
Complementary color
Monochromatic Colors of #EACA89
Black with #EACA89
Text Example
Text Example
White with #EACA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA89; }
p { color: rgb(234,202,137); }
H1.HeaderClassName
{
color: #EACA89;
}
.AnyTagClassName
{
color: #EACA89;
}
</style>
background-color css
<style>
a { background-color: #EACA89; }
a { background-color: rgb(234,202,137); }
div.DivClassName
{
background-color: #EACA89;
}
.BgClassName
{
background-color: #EACA89;
}
</style>
border-color css
<style>
span { border-color: #EACA89; }
span { border-color: rgb(234,202,137); }
td.TdClassName
{
border-color: #EACA89;
}
.TagClassName
{
border-color: #EACA89;
}
</style>