Shades of Marzipan #ECC57D
Tints of Marzipan #ECC57D
RGB
CMYK
RGB Variations
Color information
#ECC57D (or 0xECC57D) is known color: Marzipan. HEX triplet: EC, C5 and 7D. RGB value is (236,197,125). Sum of RGB (Red+Green+Blue) = 236+197+125=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC57D is #133A82. Grayscale: #C8C8C8. Windows color (decimal): -1260163 or 8242668. OLE color: 8242668.
HSL color Cylindrical-coordinate representation of color #ECC57D: hue angle of 38.92º degrees, saturation: 0.74, 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 #ECC57D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 125 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 38.92º | 0.74% | 0.71% | - |
| HSV(B) | 38.92º | 0.47% | 0.93% | - |
| XYZ | 58.26 | 59.25 | 27.77 | - |
| YUV | 200.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 125 | 0 | 0.17 | 0.47 | 0.07 | 38.92 | 0.74 | 0.71 |
| Hex | EC | C5 | 7D | 0 | 11 | 2F | 7 | 27 | 4A | 47 |
| Octal | 354 | 305 | 175 | 0 | 21 | 57 | 7 | 47 | 112 | 107 |
| Binary | 11101100 | 11000101 | 1111101 | 0 | 10001 | 101111 | 111 | 100111 | 1001010 | 1000111 |
Color Harmonies of #ECC57D
Complementary color
Monochromatic Colors of #ECC57D
Black with #ECC57D
Text Example
Text Example
White with #ECC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC57D; }
p { color: rgb(236,197,125); }
H1.HeaderClassName
{
color: #ECC57D;
}
.AnyTagClassName
{
color: #ECC57D;
}
</style>
background-color css
<style>
a { background-color: #ECC57D; }
a { background-color: rgb(236,197,125); }
div.DivClassName
{
background-color: #ECC57D;
}
.BgClassName
{
background-color: #ECC57D;
}
</style>
border-color css
<style>
span { border-color: #ECC57D; }
span { border-color: rgb(236,197,125); }
td.TdClassName
{
border-color: #ECC57D;
}
.TagClassName
{
border-color: #ECC57D;
}
</style>