Shades of Marzipan #ECC684
Tints of Marzipan #ECC684
RGB
CMYK
RGB Variations
Color information
#ECC684 (or 0xECC684) is known color: Marzipan. HEX triplet: EC, C6 and 84. RGB value is (236,198,132). Sum of RGB (Red+Green+Blue) = 236+198+132=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC684 is #13397B. Grayscale: #CACACA. Windows color (decimal): -1259900 or 8701676. OLE color: 8701676.
HSL color Cylindrical-coordinate representation of color #ECC684: hue angle of 38.08º 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 #ECC684 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 132 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.08º | 0.73% | 0.72% | - |
| HSV(B) | 38.08º | 0.44% | 0.93% | - |
| XYZ | 58.95 | 59.89 | 30.28 | - |
| YUV | 201.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 132 | 0 | 0.16 | 0.44 | 0.07 | 38.08 | 0.73 | 0.72 |
| Hex | EC | C6 | 84 | 0 | 10 | 2C | 7 | 26 | 49 | 48 |
| Octal | 354 | 306 | 204 | 0 | 20 | 54 | 7 | 46 | 111 | 110 |
| Binary | 11101100 | 11000110 | 10000100 | 0 | 10000 | 101100 | 111 | 100110 | 1001001 | 1001000 |
Color Harmonies of #ECC684
Complementary color
Monochromatic Colors of #ECC684
Black with #ECC684
Text Example
Text Example
White with #ECC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC684; }
p { color: rgb(236,198,132); }
H1.HeaderClassName
{
color: #ECC684;
}
.AnyTagClassName
{
color: #ECC684;
}
</style>
background-color css
<style>
a { background-color: #ECC684; }
a { background-color: rgb(236,198,132); }
div.DivClassName
{
background-color: #ECC684;
}
.BgClassName
{
background-color: #ECC684;
}
</style>
border-color css
<style>
span { border-color: #ECC684; }
span { border-color: rgb(236,198,132); }
td.TdClassName
{
border-color: #ECC684;
}
.TagClassName
{
border-color: #ECC684;
}
</style>