Shades of Marzipan #ECCD84
Tints of Marzipan #ECCD84
RGB
CMYK
RGB Variations
Color information
#ECCD84 (or 0xECCD84) is known color: Marzipan. HEX triplet: EC, CD and 84. RGB value is (236,205,132). Sum of RGB (Red+Green+Blue) = 236+205+132=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD84 is #13327B. Grayscale: #CECECE. Windows color (decimal): -1258108 or 8703468. OLE color: 8703468.
HSL color Cylindrical-coordinate representation of color #ECCD84: hue angle of 42.12º 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 #ECCD84 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 132 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.07 |
| HSL | 42.12º | 0.73% | 0.72% | - |
| HSV(B) | 42.12º | 0.44% | 0.93% | - |
| XYZ | 60.59 | 63.16 | 30.83 | - |
| YUV | 205.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 132 | 0 | 0.13 | 0.44 | 0.07 | 42.12 | 0.73 | 0.72 |
| Hex | EC | CD | 84 | 0 | D | 2C | 7 | 2A | 49 | 48 |
| Octal | 354 | 315 | 204 | 0 | 15 | 54 | 7 | 52 | 111 | 110 |
| Binary | 11101100 | 11001101 | 10000100 | 0 | 1101 | 101100 | 111 | 101010 | 1001001 | 1001000 |
Color Harmonies of #ECCD84
Complementary color
Monochromatic Colors of #ECCD84
Black with #ECCD84
Text Example
Text Example
White with #ECCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD84; }
p { color: rgb(236,205,132); }
H1.HeaderClassName
{
color: #ECCD84;
}
.AnyTagClassName
{
color: #ECCD84;
}
</style>
background-color css
<style>
a { background-color: #ECCD84; }
a { background-color: rgb(236,205,132); }
div.DivClassName
{
background-color: #ECCD84;
}
.BgClassName
{
background-color: #ECCD84;
}
</style>
border-color css
<style>
span { border-color: #ECCD84; }
span { border-color: rgb(236,205,132); }
td.TdClassName
{
border-color: #ECCD84;
}
.TagClassName
{
border-color: #ECCD84;
}
</style>