Shades of Marzipan #EACA76
Tints of Marzipan #EACA76
RGB
CMYK
RGB Variations
Color information
#EACA76 (or 0xEACA76) is known color: Marzipan. HEX triplet: EA, CA and 76. RGB value is (234,202,118). Sum of RGB (Red+Green+Blue) = 234+202+118=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA76 is #153589. Grayscale: #CACACA. Windows color (decimal): -1389962 or 7785194. OLE color: 7785194.
HSL color Cylindrical-coordinate representation of color #EACA76: hue angle of 43.45º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACA76 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 118 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.08 |
| HSL | 43.45º | 0.73% | 0.69% | - |
| HSV(B) | 43.45º | 0.5% | 0.92% | - |
| XYZ | 58.32 | 61.04 | 25.85 | - |
| YUV | 201.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 118 | 0 | 0.14 | 0.50 | 0.08 | 43.45 | 0.73 | 0.69 |
| Hex | EA | CA | 76 | 0 | E | 32 | 8 | 2B | 49 | 45 |
| Octal | 352 | 312 | 166 | 0 | 16 | 62 | 10 | 53 | 111 | 105 |
| Binary | 11101010 | 11001010 | 1110110 | 0 | 1110 | 110010 | 1000 | 101011 | 1001001 | 1000101 |
Color Harmonies of #EACA76
Complementary color
Monochromatic Colors of #EACA76
Black with #EACA76
Text Example
Text Example
White with #EACA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA76; }
p { color: rgb(234,202,118); }
H1.HeaderClassName
{
color: #EACA76;
}
.AnyTagClassName
{
color: #EACA76;
}
</style>
background-color css
<style>
a { background-color: #EACA76; }
a { background-color: rgb(234,202,118); }
div.DivClassName
{
background-color: #EACA76;
}
.BgClassName
{
background-color: #EACA76;
}
</style>
border-color css
<style>
span { border-color: #EACA76; }
span { border-color: rgb(234,202,118); }
td.TdClassName
{
border-color: #EACA76;
}
.TagClassName
{
border-color: #EACA76;
}
</style>