Shades of Marzipan #ECC57A
Tints of Marzipan #ECC57A
RGB
CMYK
RGB Variations
Color information
#ECC57A (or 0xECC57A) is known color: Marzipan. HEX triplet: EC, C5 and 7A. RGB value is (236,197,122). Sum of RGB (Red+Green+Blue) = 236+197+122=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC57A is #133A85. Grayscale: #C8C8C8. Windows color (decimal): -1260166 or 8046060. OLE color: 8046060.
HSL color Cylindrical-coordinate representation of color #ECC57A: hue angle of 39.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECC57A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 122 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.07 |
| HSL | 39.47º | 0.75% | 0.7% | - |
| HSV(B) | 39.47º | 0.48% | 0.93% | - |
| XYZ | 58.07 | 59.17 | 26.77 | - |
| YUV | 200.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 122 | 0 | 0.17 | 0.48 | 0.07 | 39.47 | 0.75 | 0.7 |
| Hex | EC | C5 | 7A | 0 | 11 | 30 | 7 | 27 | 4B | 46 |
| Octal | 354 | 305 | 172 | 0 | 21 | 60 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000101 | 1111010 | 0 | 10001 | 110000 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC57A
Complementary color
Monochromatic Colors of #ECC57A
Black with #ECC57A
Text Example
Text Example
White with #ECC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC57A; }
p { color: rgb(236,197,122); }
H1.HeaderClassName
{
color: #ECC57A;
}
.AnyTagClassName
{
color: #ECC57A;
}
</style>
background-color css
<style>
a { background-color: #ECC57A; }
a { background-color: rgb(236,197,122); }
div.DivClassName
{
background-color: #ECC57A;
}
.BgClassName
{
background-color: #ECC57A;
}
</style>
border-color css
<style>
span { border-color: #ECC57A; }
span { border-color: rgb(236,197,122); }
td.TdClassName
{
border-color: #ECC57A;
}
.TagClassName
{
border-color: #ECC57A;
}
</style>