Shades of Marzipan #ECC47C
Tints of Marzipan #ECC47C
RGB
CMYK
RGB Variations
Color information
#ECC47C (or 0xECC47C) is known color: Marzipan. HEX triplet: EC, C4 and 7C. RGB value is (236,196,124). Sum of RGB (Red+Green+Blue) = 236+196+124=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC47C is #133B83. Grayscale: #C8C8C8. Windows color (decimal): -1260420 or 8176876. OLE color: 8176876.
HSL color Cylindrical-coordinate representation of color #ECC47C: hue angle of 38.57º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECC47C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 124 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 38.57º | 0.75% | 0.71% | - |
| HSV(B) | 38.57º | 0.47% | 0.93% | - |
| XYZ | 57.97 | 58.77 | 27.36 | - |
| YUV | 199.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 124 | 0 | 0.17 | 0.47 | 0.07 | 38.57 | 0.75 | 0.71 |
| Hex | EC | C4 | 7C | 0 | 11 | 2F | 7 | 27 | 4B | 47 |
| Octal | 354 | 304 | 174 | 0 | 21 | 57 | 7 | 47 | 113 | 107 |
| Binary | 11101100 | 11000100 | 1111100 | 0 | 10001 | 101111 | 111 | 100111 | 1001011 | 1000111 |
Color Harmonies of #ECC47C
Complementary color
Monochromatic Colors of #ECC47C
Black with #ECC47C
Text Example
Text Example
White with #ECC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC47C; }
p { color: rgb(236,196,124); }
H1.HeaderClassName
{
color: #ECC47C;
}
.AnyTagClassName
{
color: #ECC47C;
}
</style>
background-color css
<style>
a { background-color: #ECC47C; }
a { background-color: rgb(236,196,124); }
div.DivClassName
{
background-color: #ECC47C;
}
.BgClassName
{
background-color: #ECC47C;
}
</style>
border-color css
<style>
span { border-color: #ECC47C; }
span { border-color: rgb(236,196,124); }
td.TdClassName
{
border-color: #ECC47C;
}
.TagClassName
{
border-color: #ECC47C;
}
</style>