Shades of Marzipan #ECC078
Tints of Marzipan #ECC078
RGB
CMYK
RGB Variations
Color information
#ECC078 (or 0xECC078) is known color: Marzipan. HEX triplet: EC, C0 and 78. RGB value is (236,192,120). Sum of RGB (Red+Green+Blue) = 236+192+120=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC078 is #133F87. Grayscale: #C5C5C5. Windows color (decimal): -1261448 or 7913708. OLE color: 7913708.
HSL color Cylindrical-coordinate representation of color #ECC078: hue angle of 37.24º 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 #ECC078 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 120 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.07 |
| HSL | 37.24º | 0.75% | 0.7% | - |
| HSV(B) | 37.24º | 0.49% | 0.93% | - |
| XYZ | 56.83 | 56.89 | 25.75 | - |
| YUV | 196.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 120 | 0 | 0.19 | 0.49 | 0.07 | 37.24 | 0.75 | 0.7 |
| Hex | EC | C0 | 78 | 0 | 13 | 31 | 7 | 25 | 4B | 46 |
| Octal | 354 | 300 | 170 | 0 | 23 | 61 | 7 | 45 | 113 | 106 |
| Binary | 11101100 | 11000000 | 1111000 | 0 | 10011 | 110001 | 111 | 100101 | 1001011 | 1000110 |
Color Harmonies of #ECC078
Complementary color
Monochromatic Colors of #ECC078
Black with #ECC078
Text Example
Text Example
White with #ECC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC078; }
p { color: rgb(236,192,120); }
H1.HeaderClassName
{
color: #ECC078;
}
.AnyTagClassName
{
color: #ECC078;
}
</style>
background-color css
<style>
a { background-color: #ECC078; }
a { background-color: rgb(236,192,120); }
div.DivClassName
{
background-color: #ECC078;
}
.BgClassName
{
background-color: #ECC078;
}
</style>
border-color css
<style>
span { border-color: #ECC078; }
span { border-color: rgb(236,192,120); }
td.TdClassName
{
border-color: #ECC078;
}
.TagClassName
{
border-color: #ECC078;
}
</style>