Shades of Marzipan #EACC77
Tints of Marzipan #EACC77
RGB
CMYK
RGB Variations
Color information
#EACC77 (or 0xEACC77) is known color: Marzipan. HEX triplet: EA, CC and 77. RGB value is (234,204,119). Sum of RGB (Red+Green+Blue) = 234+204+119=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC77 is #153388. Grayscale: #CBCBCB. Windows color (decimal): -1389449 or 7851242. OLE color: 7851242.
HSL color Cylindrical-coordinate representation of color #EACC77: hue angle of 44.35º 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 #EACC77 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 119 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.08 |
| HSL | 44.35º | 0.73% | 0.69% | - |
| HSV(B) | 44.35º | 0.49% | 0.92% | - |
| XYZ | 58.85 | 62.01 | 26.32 | - |
| YUV | 203.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 119 | 0 | 0.13 | 0.49 | 0.08 | 44.35 | 0.73 | 0.69 |
| Hex | EA | CC | 77 | 0 | D | 31 | 8 | 2C | 49 | 45 |
| Octal | 352 | 314 | 167 | 0 | 15 | 61 | 10 | 54 | 111 | 105 |
| Binary | 11101010 | 11001100 | 1110111 | 0 | 1101 | 110001 | 1000 | 101100 | 1001001 | 1000101 |
Color Harmonies of #EACC77
Complementary color
Monochromatic Colors of #EACC77
Black with #EACC77
Text Example
Text Example
White with #EACC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC77; }
p { color: rgb(234,204,119); }
H1.HeaderClassName
{
color: #EACC77;
}
.AnyTagClassName
{
color: #EACC77;
}
</style>
background-color css
<style>
a { background-color: #EACC77; }
a { background-color: rgb(234,204,119); }
div.DivClassName
{
background-color: #EACC77;
}
.BgClassName
{
background-color: #EACC77;
}
</style>
border-color css
<style>
span { border-color: #EACC77; }
span { border-color: rgb(234,204,119); }
td.TdClassName
{
border-color: #EACC77;
}
.TagClassName
{
border-color: #EACC77;
}
</style>