Shades of Marzipan #EAC478
Tints of Marzipan #EAC478
RGB
CMYK
RGB Variations
Color information
#EAC478 (or 0xEAC478) is known color: Marzipan. HEX triplet: EA, C4 and 78. RGB value is (234,196,120). Sum of RGB (Red+Green+Blue) = 234+196+120=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC478 is #153B87. Grayscale: #C7C7C7. Windows color (decimal): -1391496 or 7914730. OLE color: 7914730.
HSL color Cylindrical-coordinate representation of color #EAC478: hue angle of 40º 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 #EAC478 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 120 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.08 |
| HSL | 40º | 0.73% | 0.69% | - |
| HSV(B) | 40º | 0.49% | 0.92% | - |
| XYZ | 57.06 | 58.33 | 26.02 | - |
| YUV | 198.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 120 | 0 | 0.16 | 0.49 | 0.08 | 40 | 0.73 | 0.69 |
| Hex | EA | C4 | 78 | 0 | 10 | 31 | 8 | 28 | 49 | 45 |
| Octal | 352 | 304 | 170 | 0 | 20 | 61 | 10 | 50 | 111 | 105 |
| Binary | 11101010 | 11000100 | 1111000 | 0 | 10000 | 110001 | 1000 | 101000 | 1001001 | 1000101 |
Color Harmonies of #EAC478
Complementary color
Monochromatic Colors of #EAC478
Black with #EAC478
Text Example
Text Example
White with #EAC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC478; }
p { color: rgb(234,196,120); }
H1.HeaderClassName
{
color: #EAC478;
}
.AnyTagClassName
{
color: #EAC478;
}
</style>
background-color css
<style>
a { background-color: #EAC478; }
a { background-color: rgb(234,196,120); }
div.DivClassName
{
background-color: #EAC478;
}
.BgClassName
{
background-color: #EAC478;
}
</style>
border-color css
<style>
span { border-color: #EAC478; }
span { border-color: rgb(234,196,120); }
td.TdClassName
{
border-color: #EAC478;
}
.TagClassName
{
border-color: #EAC478;
}
</style>