Shades of Marzipan #ECC076
Tints of Marzipan #ECC076
RGB
CMYK
RGB Variations
Color information
#ECC076 (or 0xECC076) is known color: Marzipan. HEX triplet: EC, C0 and 76. RGB value is (236,192,118). Sum of RGB (Red+Green+Blue) = 236+192+118=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC076 is #133F89. Grayscale: #C5C5C5. Windows color (decimal): -1261450 or 7782636. OLE color: 7782636.
HSL color Cylindrical-coordinate representation of color #ECC076: hue angle of 37.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECC076 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 118 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.07 |
| HSL | 37.63º | 0.76% | 0.69% | - |
| HSV(B) | 37.63º | 0.5% | 0.93% | - |
| XYZ | 56.71 | 56.84 | 25.12 | - |
| YUV | 196.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 118 | 0 | 0.19 | 0.5 | 0.07 | 37.63 | 0.76 | 0.69 |
| Hex | EC | C0 | 76 | 0 | 13 | 32 | 7 | 26 | 4C | 45 |
| Octal | 354 | 300 | 166 | 0 | 23 | 62 | 7 | 46 | 114 | 105 |
| Binary | 11101100 | 11000000 | 1110110 | 0 | 10011 | 110010 | 111 | 100110 | 1001100 | 1000101 |
Color Harmonies of #ECC076
Complementary color
Monochromatic Colors of #ECC076
Black with #ECC076
Text Example
Text Example
White with #ECC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC076; }
p { color: rgb(236,192,118); }
H1.HeaderClassName
{
color: #ECC076;
}
.AnyTagClassName
{
color: #ECC076;
}
</style>
background-color css
<style>
a { background-color: #ECC076; }
a { background-color: rgb(236,192,118); }
div.DivClassName
{
background-color: #ECC076;
}
.BgClassName
{
background-color: #ECC076;
}
</style>
border-color css
<style>
span { border-color: #ECC076; }
span { border-color: rgb(236,192,118); }
td.TdClassName
{
border-color: #ECC076;
}
.TagClassName
{
border-color: #ECC076;
}
</style>