Shades of Marzipan #ECC486
Tints of Marzipan #ECC486
RGB
CMYK
RGB Variations
Color information
#ECC486 (or 0xECC486) is known color: Marzipan. HEX triplet: EC, C4 and 86. RGB value is (236,196,134). Sum of RGB (Red+Green+Blue) = 236+196+134=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC486 is #133B79. Grayscale: #C9C9C9. Windows color (decimal): -1260410 or 8832236. OLE color: 8832236.
HSL color Cylindrical-coordinate representation of color #ECC486: hue angle of 36.47º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECC486 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 134 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.07 |
| HSL | 36.47º | 0.73% | 0.73% | - |
| HSV(B) | 36.47º | 0.43% | 0.93% | - |
| XYZ | 58.64 | 59.03 | 30.86 | - |
| YUV | 200.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 134 | 0 | 0.17 | 0.43 | 0.07 | 36.47 | 0.73 | 0.73 |
| Hex | EC | C4 | 86 | 0 | 11 | 2B | 7 | 24 | 49 | 49 |
| Octal | 354 | 304 | 206 | 0 | 21 | 53 | 7 | 44 | 111 | 111 |
| Binary | 11101100 | 11000100 | 10000110 | 0 | 10001 | 101011 | 111 | 100100 | 1001001 | 1001001 |
Color Harmonies of #ECC486
Complementary color
Monochromatic Colors of #ECC486
Black with #ECC486
Text Example
Text Example
White with #ECC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC486; }
p { color: rgb(236,196,134); }
H1.HeaderClassName
{
color: #ECC486;
}
.AnyTagClassName
{
color: #ECC486;
}
</style>
background-color css
<style>
a { background-color: #ECC486; }
a { background-color: rgb(236,196,134); }
div.DivClassName
{
background-color: #ECC486;
}
.BgClassName
{
background-color: #ECC486;
}
</style>
border-color css
<style>
span { border-color: #ECC486; }
span { border-color: rgb(236,196,134); }
td.TdClassName
{
border-color: #ECC486;
}
.TagClassName
{
border-color: #ECC486;
}
</style>