Shades of Marzipan #ECC57F
Tints of Marzipan #ECC57F
RGB
CMYK
RGB Variations
Color information
#ECC57F (or 0xECC57F) is known color: Marzipan. HEX triplet: EC, C5 and 7F. RGB value is (236,197,127). Sum of RGB (Red+Green+Blue) = 236+197+127=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC57F is #133A80. Grayscale: #C8C8C8. Windows color (decimal): -1260161 or 8373740. OLE color: 8373740.
HSL color Cylindrical-coordinate representation of color #ECC57F: hue angle of 38.53º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECC57F is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 127 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.07 |
| HSL | 38.53º | 0.74% | 0.71% | - |
| HSV(B) | 38.53º | 0.46% | 0.93% | - |
| XYZ | 58.39 | 59.3 | 28.45 | - |
| YUV | 200.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 127 | 0 | 0.17 | 0.46 | 0.07 | 38.53 | 0.74 | 0.71 |
| Hex | EC | C5 | 7F | 0 | 11 | 2E | 7 | 27 | 4A | 47 |
| Octal | 354 | 305 | 177 | 0 | 21 | 56 | 7 | 47 | 112 | 107 |
| Binary | 11101100 | 11000101 | 1111111 | 0 | 10001 | 101110 | 111 | 100111 | 1001010 | 1000111 |
Color Harmonies of #ECC57F
Complementary color
Monochromatic Colors of #ECC57F
Black with #ECC57F
Text Example
Text Example
White with #ECC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC57F; }
p { color: rgb(236,197,127); }
H1.HeaderClassName
{
color: #ECC57F;
}
.AnyTagClassName
{
color: #ECC57F;
}
</style>
background-color css
<style>
a { background-color: #ECC57F; }
a { background-color: rgb(236,197,127); }
div.DivClassName
{
background-color: #ECC57F;
}
.BgClassName
{
background-color: #ECC57F;
}
</style>
border-color css
<style>
span { border-color: #ECC57F; }
span { border-color: rgb(236,197,127); }
td.TdClassName
{
border-color: #ECC57F;
}
.TagClassName
{
border-color: #ECC57F;
}
</style>