Shades of Marzipan #EAC577
Tints of Marzipan #EAC577
RGB
CMYK
RGB Variations
Color information
#EAC577 (or 0xEAC577) is known color: Marzipan. HEX triplet: EA, C5 and 77. RGB value is (234,197,119). Sum of RGB (Red+Green+Blue) = 234+197+119=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC577 is #153A88. Grayscale: #C7C7C7. Windows color (decimal): -1391241 or 7849450. OLE color: 7849450.
HSL color Cylindrical-coordinate representation of color #EAC577: hue angle of 40.7º 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 #EAC577 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 119 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.08 |
| HSL | 40.7º | 0.73% | 0.69% | - |
| HSV(B) | 40.7º | 0.49% | 0.92% | - |
| XYZ | 57.23 | 58.76 | 25.78 | - |
| YUV | 199.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 119 | 0 | 0.16 | 0.49 | 0.08 | 40.7 | 0.73 | 0.69 |
| Hex | EA | C5 | 77 | 0 | 10 | 31 | 8 | 29 | 49 | 45 |
| Octal | 352 | 305 | 167 | 0 | 20 | 61 | 10 | 51 | 111 | 105 |
| Binary | 11101010 | 11000101 | 1110111 | 0 | 10000 | 110001 | 1000 | 101001 | 1001001 | 1000101 |
Color Harmonies of #EAC577
Complementary color
Monochromatic Colors of #EAC577
Black with #EAC577
Text Example
Text Example
White with #EAC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC577; }
p { color: rgb(234,197,119); }
H1.HeaderClassName
{
color: #EAC577;
}
.AnyTagClassName
{
color: #EAC577;
}
</style>
background-color css
<style>
a { background-color: #EAC577; }
a { background-color: rgb(234,197,119); }
div.DivClassName
{
background-color: #EAC577;
}
.BgClassName
{
background-color: #EAC577;
}
</style>
border-color css
<style>
span { border-color: #EAC577; }
span { border-color: rgb(234,197,119); }
td.TdClassName
{
border-color: #EAC577;
}
.TagClassName
{
border-color: #EAC577;
}
</style>