Shades of Marzipan #ECCC77
Tints of Marzipan #ECCC77
RGB
CMYK
RGB Variations
Color information
#ECCC77 (or 0xECCC77) is known color: Marzipan. HEX triplet: EC, CC and 77. RGB value is (236,204,119). Sum of RGB (Red+Green+Blue) = 236+204+119=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC77 is #133388. Grayscale: #CCCCCC. Windows color (decimal): -1258377 or 7851244. OLE color: 7851244.
HSL color Cylindrical-coordinate representation of color #ECCC77: hue angle of 43.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECCC77 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 119 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.07 |
| HSL | 43.59º | 0.75% | 0.7% | - |
| HSV(B) | 43.59º | 0.5% | 0.93% | - |
| XYZ | 59.51 | 62.35 | 26.35 | - |
| YUV | 203.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 119 | 0 | 0.14 | 0.50 | 0.07 | 43.59 | 0.75 | 0.7 |
| Hex | EC | CC | 77 | 0 | E | 32 | 7 | 2C | 4B | 46 |
| Octal | 354 | 314 | 167 | 0 | 16 | 62 | 7 | 54 | 113 | 106 |
| Binary | 11101100 | 11001100 | 1110111 | 0 | 1110 | 110010 | 111 | 101100 | 1001011 | 1000110 |
Color Harmonies of #ECCC77
Complementary color
Monochromatic Colors of #ECCC77
Black with #ECCC77
Text Example
Text Example
White with #ECCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC77; }
p { color: rgb(236,204,119); }
H1.HeaderClassName
{
color: #ECCC77;
}
.AnyTagClassName
{
color: #ECCC77;
}
</style>
background-color css
<style>
a { background-color: #ECCC77; }
a { background-color: rgb(236,204,119); }
div.DivClassName
{
background-color: #ECCC77;
}
.BgClassName
{
background-color: #ECCC77;
}
</style>
border-color css
<style>
span { border-color: #ECCC77; }
span { border-color: rgb(236,204,119); }
td.TdClassName
{
border-color: #ECCC77;
}
.TagClassName
{
border-color: #ECCC77;
}
</style>