Shades of Marzipan #ECC579
Tints of Marzipan #ECC579
RGB
CMYK
RGB Variations
Color information
#ECC579 (or 0xECC579) is known color: Marzipan. HEX triplet: EC, C5 and 79. RGB value is (236,197,121). Sum of RGB (Red+Green+Blue) = 236+197+121=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC579 is #133A86. Grayscale: #C8C8C8. Windows color (decimal): -1260167 or 7980524. OLE color: 7980524.
HSL color Cylindrical-coordinate representation of color #ECC579: hue angle of 39.65º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECC579 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 121 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.07 |
| HSL | 39.65º | 0.75% | 0.7% | - |
| HSV(B) | 39.65º | 0.49% | 0.93% | - |
| XYZ | 58.01 | 59.15 | 26.45 | - |
| YUV | 200 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 121 | 0 | 0.17 | 0.49 | 0.07 | 39.65 | 0.75 | 0.7 |
| Hex | EC | C5 | 79 | 0 | 11 | 31 | 7 | 28 | 4B | 46 |
| Octal | 354 | 305 | 171 | 0 | 21 | 61 | 7 | 50 | 113 | 106 |
| Binary | 11101100 | 11000101 | 1111001 | 0 | 10001 | 110001 | 111 | 101000 | 1001011 | 1000110 |
Color Harmonies of #ECC579
Complementary color
Monochromatic Colors of #ECC579
Black with #ECC579
Text Example
Text Example
White with #ECC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC579; }
p { color: rgb(236,197,121); }
H1.HeaderClassName
{
color: #ECC579;
}
.AnyTagClassName
{
color: #ECC579;
}
</style>
background-color css
<style>
a { background-color: #ECC579; }
a { background-color: rgb(236,197,121); }
div.DivClassName
{
background-color: #ECC579;
}
.BgClassName
{
background-color: #ECC579;
}
</style>
border-color css
<style>
span { border-color: #ECC579; }
span { border-color: rgb(236,197,121); }
td.TdClassName
{
border-color: #ECC579;
}
.TagClassName
{
border-color: #ECC579;
}
</style>