Shades of Marzipan #ECD185
Tints of Marzipan #ECD185
RGB
CMYK
RGB Variations
Color information
#ECD185 (or 0xECD185) is known color: Marzipan. HEX triplet: EC, D1 and 85. RGB value is (236,209,133). Sum of RGB (Red+Green+Blue) = 236+209+133=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD185 is #132E7A. Grayscale: #D0D0D0. Windows color (decimal): -1257083 or 8770028. OLE color: 8770028.
HSL color Cylindrical-coordinate representation of color #ECD185: hue angle of 44.27º 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 #ECD185 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 133 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 44.27º | 0.73% | 0.72% | - |
| HSV(B) | 44.27º | 0.44% | 0.93% | - |
| XYZ | 61.63 | 65.13 | 31.51 | - |
| YUV | 208.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 133 | 0 | 0.11 | 0.44 | 0.07 | 44.27 | 0.73 | 0.72 |
| Hex | EC | D1 | 85 | 0 | B | 2C | 7 | 2C | 49 | 48 |
| Octal | 354 | 321 | 205 | 0 | 13 | 54 | 7 | 54 | 111 | 110 |
| Binary | 11101100 | 11010001 | 10000101 | 0 | 1011 | 101100 | 111 | 101100 | 1001001 | 1001000 |
Color Harmonies of #ECD185
Complementary color
Monochromatic Colors of #ECD185
Black with #ECD185
Text Example
Text Example
White with #ECD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD185; }
p { color: rgb(236,209,133); }
H1.HeaderClassName
{
color: #ECD185;
}
.AnyTagClassName
{
color: #ECD185;
}
</style>
background-color css
<style>
a { background-color: #ECD185; }
a { background-color: rgb(236,209,133); }
div.DivClassName
{
background-color: #ECD185;
}
.BgClassName
{
background-color: #ECD185;
}
</style>
border-color css
<style>
span { border-color: #ECD185; }
span { border-color: rgb(236,209,133); }
td.TdClassName
{
border-color: #ECD185;
}
.TagClassName
{
border-color: #ECD185;
}
</style>