Shades of Marzipan #EAC574
Tints of Marzipan #EAC574
RGB
CMYK
RGB Variations
Color information
#EAC574 (or 0xEAC574) is known color: Marzipan. HEX triplet: EA, C5 and 74. RGB value is (234,197,116). Sum of RGB (Red+Green+Blue) = 234+197+116=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC574 is #153A8B. Grayscale: #C7C7C7. Windows color (decimal): -1391244 or 7652842. OLE color: 7652842.
HSL color Cylindrical-coordinate representation of color #EAC574: hue angle of 41.19º degrees, saturation: 0.74, 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 #EAC574 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 116 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.08 |
| HSL | 41.19º | 0.74% | 0.69% | - |
| HSV(B) | 41.19º | 0.5% | 0.92% | - |
| XYZ | 57.05 | 58.69 | 24.84 | - |
| YUV | 198.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 116 | 0 | 0.16 | 0.50 | 0.08 | 41.19 | 0.74 | 0.69 |
| Hex | EA | C5 | 74 | 0 | 10 | 32 | 8 | 29 | 4A | 45 |
| Octal | 352 | 305 | 164 | 0 | 20 | 62 | 10 | 51 | 112 | 105 |
| Binary | 11101010 | 11000101 | 1110100 | 0 | 10000 | 110010 | 1000 | 101001 | 1001010 | 1000101 |
Color Harmonies of #EAC574
Complementary color
Monochromatic Colors of #EAC574
Black with #EAC574
Text Example
Text Example
White with #EAC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC574; }
p { color: rgb(234,197,116); }
H1.HeaderClassName
{
color: #EAC574;
}
.AnyTagClassName
{
color: #EAC574;
}
</style>
background-color css
<style>
a { background-color: #EAC574; }
a { background-color: rgb(234,197,116); }
div.DivClassName
{
background-color: #EAC574;
}
.BgClassName
{
background-color: #EAC574;
}
</style>
border-color css
<style>
span { border-color: #EAC574; }
span { border-color: rgb(234,197,116); }
td.TdClassName
{
border-color: #EAC574;
}
.TagClassName
{
border-color: #EAC574;
}
</style>