Shades of Marzipan #ECC97E
Tints of Marzipan #ECC97E
RGB
CMYK
RGB Variations
Color information
#ECC97E (or 0xECC97E) is known color: Marzipan. HEX triplet: EC, C9 and 7E. RGB value is (236,201,126). Sum of RGB (Red+Green+Blue) = 236+201+126=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC97E is #133681. Grayscale: #CBCBCB. Windows color (decimal): -1259138 or 8309228. OLE color: 8309228.
HSL color Cylindrical-coordinate representation of color #ECC97E: hue angle of 40.91º 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 #ECC97E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 126 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 40.91º | 0.74% | 0.71% | - |
| HSV(B) | 40.91º | 0.47% | 0.93% | - |
| XYZ | 59.24 | 61.11 | 28.41 | - |
| YUV | 202.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 126 | 0 | 0.15 | 0.47 | 0.07 | 40.91 | 0.74 | 0.71 |
| Hex | EC | C9 | 7E | 0 | F | 2F | 7 | 29 | 4A | 47 |
| Octal | 354 | 311 | 176 | 0 | 17 | 57 | 7 | 51 | 112 | 107 |
| Binary | 11101100 | 11001001 | 1111110 | 0 | 1111 | 101111 | 111 | 101001 | 1001010 | 1000111 |
Color Harmonies of #ECC97E
Complementary color
Monochromatic Colors of #ECC97E
Black with #ECC97E
Text Example
Text Example
White with #ECC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC97E; }
p { color: rgb(236,201,126); }
H1.HeaderClassName
{
color: #ECC97E;
}
.AnyTagClassName
{
color: #ECC97E;
}
</style>
background-color css
<style>
a { background-color: #ECC97E; }
a { background-color: rgb(236,201,126); }
div.DivClassName
{
background-color: #ECC97E;
}
.BgClassName
{
background-color: #ECC97E;
}
</style>
border-color css
<style>
span { border-color: #ECC97E; }
span { border-color: rgb(236,201,126); }
td.TdClassName
{
border-color: #ECC97E;
}
.TagClassName
{
border-color: #ECC97E;
}
</style>