Shades of Marzipan #EACA8C
Tints of Marzipan #EACA8C
RGB
CMYK
RGB Variations
Color information
#EACA8C (or 0xEACA8C) is known color: Marzipan. HEX triplet: EA, CA and 8C. RGB value is (234,202,140). Sum of RGB (Red+Green+Blue) = 234+202+140=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA8C is #153573. Grayscale: #CCCCCC. Windows color (decimal): -1389940 or 9226986. OLE color: 9226986.
HSL color Cylindrical-coordinate representation of color #EACA8C: hue angle of 39.57º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACA8C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 140 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.08 |
| HSL | 39.57º | 0.69% | 0.73% | - |
| HSV(B) | 39.57º | 0.4% | 0.92% | - |
| XYZ | 59.79 | 61.63 | 33.56 | - |
| YUV | 204.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 140 | 0 | 0.14 | 0.40 | 0.08 | 39.57 | 0.69 | 0.73 |
| Hex | EA | CA | 8C | 0 | E | 28 | 8 | 28 | 45 | 49 |
| Octal | 352 | 312 | 214 | 0 | 16 | 50 | 10 | 50 | 105 | 111 |
| Binary | 11101010 | 11001010 | 10001100 | 0 | 1110 | 101000 | 1000 | 101000 | 1000101 | 1001001 |
Color Harmonies of #EACA8C
Complementary color
Monochromatic Colors of #EACA8C
Black with #EACA8C
Text Example
Text Example
White with #EACA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA8C; }
p { color: rgb(234,202,140); }
H1.HeaderClassName
{
color: #EACA8C;
}
.AnyTagClassName
{
color: #EACA8C;
}
</style>
background-color css
<style>
a { background-color: #EACA8C; }
a { background-color: rgb(234,202,140); }
div.DivClassName
{
background-color: #EACA8C;
}
.BgClassName
{
background-color: #EACA8C;
}
</style>
border-color css
<style>
span { border-color: #EACA8C; }
span { border-color: rgb(234,202,140); }
td.TdClassName
{
border-color: #EACA8C;
}
.TagClassName
{
border-color: #EACA8C;
}
</style>