Shades of Marzipan #ECC97C
Tints of Marzipan #ECC97C
RGB
CMYK
RGB Variations
Color information
#ECC97C (or 0xECC97C) is known color: Marzipan. HEX triplet: EC, C9 and 7C. RGB value is (236,201,124). Sum of RGB (Red+Green+Blue) = 236+201+124=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC97C is #133683. Grayscale: #CBCBCB. Windows color (decimal): -1259140 or 8178156. OLE color: 8178156.
HSL color Cylindrical-coordinate representation of color #ECC97C: hue angle of 41.25º 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 #ECC97C is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 124 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 41.25º | 0.75% | 0.71% | - |
| HSV(B) | 41.25º | 0.47% | 0.93% | - |
| XYZ | 59.12 | 61.06 | 27.74 | - |
| YUV | 202.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 124 | 0 | 0.15 | 0.47 | 0.07 | 41.25 | 0.75 | 0.71 |
| Hex | EC | C9 | 7C | 0 | F | 2F | 7 | 29 | 4B | 47 |
| Octal | 354 | 311 | 174 | 0 | 17 | 57 | 7 | 51 | 113 | 107 |
| Binary | 11101100 | 11001001 | 1111100 | 0 | 1111 | 101111 | 111 | 101001 | 1001011 | 1000111 |
Color Harmonies of #ECC97C
Complementary color
Monochromatic Colors of #ECC97C
Black with #ECC97C
Text Example
Text Example
White with #ECC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC97C; }
p { color: rgb(236,201,124); }
H1.HeaderClassName
{
color: #ECC97C;
}
.AnyTagClassName
{
color: #ECC97C;
}
</style>
background-color css
<style>
a { background-color: #ECC97C; }
a { background-color: rgb(236,201,124); }
div.DivClassName
{
background-color: #ECC97C;
}
.BgClassName
{
background-color: #ECC97C;
}
</style>
border-color css
<style>
span { border-color: #ECC97C; }
span { border-color: rgb(236,201,124); }
td.TdClassName
{
border-color: #ECC97C;
}
.TagClassName
{
border-color: #ECC97C;
}
</style>