Shades of Marzipan #ECC97D
Tints of Marzipan #ECC97D
RGB
CMYK
RGB Variations
Color information
#ECC97D (or 0xECC97D) is known color: Marzipan. HEX triplet: EC, C9 and 7D. RGB value is (236,201,125). Sum of RGB (Red+Green+Blue) = 236+201+125=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC97D is #133682. Grayscale: #CBCBCB. Windows color (decimal): -1259139 or 8243692. OLE color: 8243692.
HSL color Cylindrical-coordinate representation of color #ECC97D: hue angle of 41.08º 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 #ECC97D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 125 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 41.08º | 0.74% | 0.71% | - |
| HSV(B) | 41.08º | 0.47% | 0.93% | - |
| XYZ | 59.18 | 61.09 | 28.07 | - |
| YUV | 202.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 125 | 0 | 0.15 | 0.47 | 0.07 | 41.08 | 0.74 | 0.71 |
| Hex | EC | C9 | 7D | 0 | F | 2F | 7 | 29 | 4A | 47 |
| Octal | 354 | 311 | 175 | 0 | 17 | 57 | 7 | 51 | 112 | 107 |
| Binary | 11101100 | 11001001 | 1111101 | 0 | 1111 | 101111 | 111 | 101001 | 1001010 | 1000111 |
Color Harmonies of #ECC97D
Complementary color
Monochromatic Colors of #ECC97D
Black with #ECC97D
Text Example
Text Example
White with #ECC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC97D; }
p { color: rgb(236,201,125); }
H1.HeaderClassName
{
color: #ECC97D;
}
.AnyTagClassName
{
color: #ECC97D;
}
</style>
background-color css
<style>
a { background-color: #ECC97D; }
a { background-color: rgb(236,201,125); }
div.DivClassName
{
background-color: #ECC97D;
}
.BgClassName
{
background-color: #ECC97D;
}
</style>
border-color css
<style>
span { border-color: #ECC97D; }
span { border-color: rgb(236,201,125); }
td.TdClassName
{
border-color: #ECC97D;
}
.TagClassName
{
border-color: #ECC97D;
}
</style>