Shades of Marzipan #ECC478
Tints of Marzipan #ECC478
RGB
CMYK
RGB Variations
Color information
#ECC478 (or 0xECC478) is known color: Marzipan. HEX triplet: EC, C4 and 78. RGB value is (236,196,120). Sum of RGB (Red+Green+Blue) = 236+196+120=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC478 is #133B87. Grayscale: #C7C7C7. Windows color (decimal): -1260424 or 7914732. OLE color: 7914732.
HSL color Cylindrical-coordinate representation of color #ECC478: hue angle of 39.31º 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 #ECC478 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 120 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.07 |
| HSL | 39.31º | 0.75% | 0.7% | - |
| HSV(B) | 39.31º | 0.49% | 0.93% | - |
| XYZ | 57.72 | 58.67 | 26.05 | - |
| YUV | 199.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 120 | 0 | 0.17 | 0.49 | 0.07 | 39.31 | 0.75 | 0.7 |
| Hex | EC | C4 | 78 | 0 | 11 | 31 | 7 | 27 | 4B | 46 |
| Octal | 354 | 304 | 170 | 0 | 21 | 61 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000100 | 1111000 | 0 | 10001 | 110001 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC478
Complementary color
Monochromatic Colors of #ECC478
Black with #ECC478
Text Example
Text Example
White with #ECC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC478; }
p { color: rgb(236,196,120); }
H1.HeaderClassName
{
color: #ECC478;
}
.AnyTagClassName
{
color: #ECC478;
}
</style>
background-color css
<style>
a { background-color: #ECC478; }
a { background-color: rgb(236,196,120); }
div.DivClassName
{
background-color: #ECC478;
}
.BgClassName
{
background-color: #ECC478;
}
</style>
border-color css
<style>
span { border-color: #ECC478; }
span { border-color: rgb(236,196,120); }
td.TdClassName
{
border-color: #ECC478;
}
.TagClassName
{
border-color: #ECC478;
}
</style>