Shades of Marzipan #ECC57C
Tints of Marzipan #ECC57C
RGB
CMYK
RGB Variations
Color information
#ECC57C (or 0xECC57C) is known color: Marzipan. HEX triplet: EC, C5 and 7C. RGB value is (236,197,124). Sum of RGB (Red+Green+Blue) = 236+197+124=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC57C is #133A83. Grayscale: #C8C8C8. Windows color (decimal): -1260164 or 8177132. OLE color: 8177132.
HSL color Cylindrical-coordinate representation of color #ECC57C: hue angle of 39.11º 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 #ECC57C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 124 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 39.11º | 0.75% | 0.71% | - |
| HSV(B) | 39.11º | 0.47% | 0.93% | - |
| XYZ | 58.2 | 59.22 | 27.43 | - |
| YUV | 200.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 124 | 0 | 0.17 | 0.47 | 0.07 | 39.11 | 0.75 | 0.71 |
| Hex | EC | C5 | 7C | 0 | 11 | 2F | 7 | 27 | 4B | 47 |
| Octal | 354 | 305 | 174 | 0 | 21 | 57 | 7 | 47 | 113 | 107 |
| Binary | 11101100 | 11000101 | 1111100 | 0 | 10001 | 101111 | 111 | 100111 | 1001011 | 1000111 |
Color Harmonies of #ECC57C
Complementary color
Monochromatic Colors of #ECC57C
Black with #ECC57C
Text Example
Text Example
White with #ECC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC57C; }
p { color: rgb(236,197,124); }
H1.HeaderClassName
{
color: #ECC57C;
}
.AnyTagClassName
{
color: #ECC57C;
}
</style>
background-color css
<style>
a { background-color: #ECC57C; }
a { background-color: rgb(236,197,124); }
div.DivClassName
{
background-color: #ECC57C;
}
.BgClassName
{
background-color: #ECC57C;
}
</style>
border-color css
<style>
span { border-color: #ECC57C; }
span { border-color: rgb(236,197,124); }
td.TdClassName
{
border-color: #ECC57C;
}
.TagClassName
{
border-color: #ECC57C;
}
</style>