Shades of Marzipan #EAC578
Tints of Marzipan #EAC578
RGB
CMYK
RGB Variations
Color information
#EAC578 (or 0xEAC578) is known color: Marzipan. HEX triplet: EA, C5 and 78. RGB value is (234,197,120). Sum of RGB (Red+Green+Blue) = 234+197+120=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC578 is #153A87. Grayscale: #C7C7C7. Windows color (decimal): -1391240 or 7914986. OLE color: 7914986.
HSL color Cylindrical-coordinate representation of color #EAC578: hue angle of 40.53º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAC578 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 120 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.08 |
| HSL | 40.53º | 0.73% | 0.69% | - |
| HSV(B) | 40.53º | 0.49% | 0.92% | - |
| XYZ | 57.29 | 58.78 | 26.1 | - |
| YUV | 199.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 120 | 0 | 0.16 | 0.49 | 0.08 | 40.53 | 0.73 | 0.69 |
| Hex | EA | C5 | 78 | 0 | 10 | 31 | 8 | 29 | 49 | 45 |
| Octal | 352 | 305 | 170 | 0 | 20 | 61 | 10 | 51 | 111 | 105 |
| Binary | 11101010 | 11000101 | 1111000 | 0 | 10000 | 110001 | 1000 | 101001 | 1001001 | 1000101 |
Color Harmonies of #EAC578
Complementary color
Monochromatic Colors of #EAC578
Black with #EAC578
Text Example
Text Example
White with #EAC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC578; }
p { color: rgb(234,197,120); }
H1.HeaderClassName
{
color: #EAC578;
}
.AnyTagClassName
{
color: #EAC578;
}
</style>
background-color css
<style>
a { background-color: #EAC578; }
a { background-color: rgb(234,197,120); }
div.DivClassName
{
background-color: #EAC578;
}
.BgClassName
{
background-color: #EAC578;
}
</style>
border-color css
<style>
span { border-color: #EAC578; }
span { border-color: rgb(234,197,120); }
td.TdClassName
{
border-color: #EAC578;
}
.TagClassName
{
border-color: #EAC578;
}
</style>