Shades of Marzipan #ECC477
Tints of Marzipan #ECC477
RGB
CMYK
RGB Variations
Color information
#ECC477 (or 0xECC477) is known color: Marzipan. HEX triplet: EC, C4 and 77. RGB value is (236,196,119). Sum of RGB (Red+Green+Blue) = 236+196+119=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC477 is #133B88. Grayscale: #C7C7C7. Windows color (decimal): -1260425 or 7849196. OLE color: 7849196.
HSL color Cylindrical-coordinate representation of color #ECC477: hue angle of 39.49º 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 #ECC477 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 119 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.07 |
| HSL | 39.49º | 0.75% | 0.7% | - |
| HSV(B) | 39.49º | 0.5% | 0.93% | - |
| XYZ | 57.66 | 58.64 | 25.73 | - |
| YUV | 199.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 119 | 0 | 0.17 | 0.50 | 0.07 | 39.49 | 0.75 | 0.7 |
| Hex | EC | C4 | 77 | 0 | 11 | 32 | 7 | 27 | 4B | 46 |
| Octal | 354 | 304 | 167 | 0 | 21 | 62 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000100 | 1110111 | 0 | 10001 | 110010 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC477
Complementary color
Monochromatic Colors of #ECC477
Black with #ECC477
Text Example
Text Example
White with #ECC477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC477; }
p { color: rgb(236,196,119); }
H1.HeaderClassName
{
color: #ECC477;
}
.AnyTagClassName
{
color: #ECC477;
}
</style>
background-color css
<style>
a { background-color: #ECC477; }
a { background-color: rgb(236,196,119); }
div.DivClassName
{
background-color: #ECC477;
}
.BgClassName
{
background-color: #ECC477;
}
</style>
border-color css
<style>
span { border-color: #ECC477; }
span { border-color: rgb(236,196,119); }
td.TdClassName
{
border-color: #ECC477;
}
.TagClassName
{
border-color: #ECC477;
}
</style>