Shades of Marzipan #ECC077
Tints of Marzipan #ECC077
RGB
CMYK
RGB Variations
Color information
#ECC077 (or 0xECC077) is known color: Marzipan. HEX triplet: EC, C0 and 77. RGB value is (236,192,119). Sum of RGB (Red+Green+Blue) = 236+192+119=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC077 is #133F88. Grayscale: #C5C5C5. Windows color (decimal): -1261449 or 7848172. OLE color: 7848172.
HSL color Cylindrical-coordinate representation of color #ECC077: hue angle of 37.44º 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 #ECC077 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 119 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.07 |
| HSL | 37.44º | 0.75% | 0.7% | - |
| HSV(B) | 37.44º | 0.5% | 0.93% | - |
| XYZ | 56.77 | 56.86 | 25.44 | - |
| YUV | 196.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 119 | 0 | 0.19 | 0.50 | 0.07 | 37.44 | 0.75 | 0.7 |
| Hex | EC | C0 | 77 | 0 | 13 | 32 | 7 | 25 | 4B | 46 |
| Octal | 354 | 300 | 167 | 0 | 23 | 62 | 7 | 45 | 113 | 106 |
| Binary | 11101100 | 11000000 | 1110111 | 0 | 10011 | 110010 | 111 | 100101 | 1001011 | 1000110 |
Color Harmonies of #ECC077
Complementary color
Monochromatic Colors of #ECC077
Black with #ECC077
Text Example
Text Example
White with #ECC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC077; }
p { color: rgb(236,192,119); }
H1.HeaderClassName
{
color: #ECC077;
}
.AnyTagClassName
{
color: #ECC077;
}
</style>
background-color css
<style>
a { background-color: #ECC077; }
a { background-color: rgb(236,192,119); }
div.DivClassName
{
background-color: #ECC077;
}
.BgClassName
{
background-color: #ECC077;
}
</style>
border-color css
<style>
span { border-color: #ECC077; }
span { border-color: rgb(236,192,119); }
td.TdClassName
{
border-color: #ECC077;
}
.TagClassName
{
border-color: #ECC077;
}
</style>