Shades of Marzipan #ECC984
Tints of Marzipan #ECC984
RGB
CMYK
RGB Variations
Color information
#ECC984 (or 0xECC984) is known color: Marzipan. HEX triplet: EC, C9 and 84. RGB value is (236,201,132). Sum of RGB (Red+Green+Blue) = 236+201+132=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC984 is #13367B. Grayscale: #CBCBCB. Windows color (decimal): -1259132 or 8702444. OLE color: 8702444.
HSL color Cylindrical-coordinate representation of color #ECC984: hue angle of 39.81º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC984 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 132 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.07 |
| HSL | 39.81º | 0.73% | 0.72% | - |
| HSV(B) | 39.81º | 0.44% | 0.93% | - |
| XYZ | 59.64 | 61.27 | 30.51 | - |
| YUV | 203.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 132 | 0 | 0.15 | 0.44 | 0.07 | 39.81 | 0.73 | 0.72 |
| Hex | EC | C9 | 84 | 0 | F | 2C | 7 | 28 | 49 | 48 |
| Octal | 354 | 311 | 204 | 0 | 17 | 54 | 7 | 50 | 111 | 110 |
| Binary | 11101100 | 11001001 | 10000100 | 0 | 1111 | 101100 | 111 | 101000 | 1001001 | 1001000 |
Color Harmonies of #ECC984
Complementary color
Monochromatic Colors of #ECC984
Black with #ECC984
Text Example
Text Example
White with #ECC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC984; }
p { color: rgb(236,201,132); }
H1.HeaderClassName
{
color: #ECC984;
}
.AnyTagClassName
{
color: #ECC984;
}
</style>
background-color css
<style>
a { background-color: #ECC984; }
a { background-color: rgb(236,201,132); }
div.DivClassName
{
background-color: #ECC984;
}
.BgClassName
{
background-color: #ECC984;
}
</style>
border-color css
<style>
span { border-color: #ECC984; }
span { border-color: rgb(236,201,132); }
td.TdClassName
{
border-color: #ECC984;
}
.TagClassName
{
border-color: #ECC984;
}
</style>