Shades of Marzipan #ECC47F
Tints of Marzipan #ECC47F
RGB
CMYK
RGB Variations
Color information
#ECC47F (or 0xECC47F) is known color: Marzipan. HEX triplet: EC, C4 and 7F. RGB value is (236,196,127). Sum of RGB (Red+Green+Blue) = 236+196+127=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC47F is #133B80. Grayscale: #C8C8C8. Windows color (decimal): -1260417 or 8373484. OLE color: 8373484.
HSL color Cylindrical-coordinate representation of color #ECC47F: hue angle of 37.98º 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 #ECC47F is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 127 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.07 |
| HSL | 37.98º | 0.74% | 0.71% | - |
| HSV(B) | 37.98º | 0.46% | 0.93% | - |
| XYZ | 58.16 | 58.85 | 28.37 | - |
| YUV | 200.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 127 | 0 | 0.17 | 0.46 | 0.07 | 37.98 | 0.74 | 0.71 |
| Hex | EC | C4 | 7F | 0 | 11 | 2E | 7 | 26 | 4A | 47 |
| Octal | 354 | 304 | 177 | 0 | 21 | 56 | 7 | 46 | 112 | 107 |
| Binary | 11101100 | 11000100 | 1111111 | 0 | 10001 | 101110 | 111 | 100110 | 1001010 | 1000111 |
Color Harmonies of #ECC47F
Complementary color
Monochromatic Colors of #ECC47F
Black with #ECC47F
Text Example
Text Example
White with #ECC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC47F; }
p { color: rgb(236,196,127); }
H1.HeaderClassName
{
color: #ECC47F;
}
.AnyTagClassName
{
color: #ECC47F;
}
</style>
background-color css
<style>
a { background-color: #ECC47F; }
a { background-color: rgb(236,196,127); }
div.DivClassName
{
background-color: #ECC47F;
}
.BgClassName
{
background-color: #ECC47F;
}
</style>
border-color css
<style>
span { border-color: #ECC47F; }
span { border-color: rgb(236,196,127); }
td.TdClassName
{
border-color: #ECC47F;
}
.TagClassName
{
border-color: #ECC47F;
}
</style>