Shades of Marzipan #ECD080
Tints of Marzipan #ECD080
RGB
CMYK
RGB Variations
Color information
#ECD080 (or 0xECD080) is known color: Marzipan. HEX triplet: EC, D0 and 80. RGB value is (236,208,128). Sum of RGB (Red+Green+Blue) = 236+208+128=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD080 is #132F7F. Grayscale: #CFCFCF. Windows color (decimal): -1257344 or 8442092. OLE color: 8442092.
HSL color Cylindrical-coordinate representation of color #ECD080: hue angle of 44.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECD080 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 128 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.07 |
| HSL | 44.44º | 0.74% | 0.71% | - |
| HSV(B) | 44.44º | 0.46% | 0.93% | - |
| XYZ | 61.04 | 64.5 | 29.66 | - |
| YUV | 207.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 128 | 0 | 0.12 | 0.46 | 0.07 | 44.44 | 0.74 | 0.71 |
| Hex | EC | D0 | 80 | 0 | C | 2E | 7 | 2C | 4A | 47 |
| Octal | 354 | 320 | 200 | 0 | 14 | 56 | 7 | 54 | 112 | 107 |
| Binary | 11101100 | 11010000 | 10000000 | 0 | 1100 | 101110 | 111 | 101100 | 1001010 | 1000111 |
Color Harmonies of #ECD080
Complementary color
Monochromatic Colors of #ECD080
Black with #ECD080
Text Example
Text Example
White with #ECD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD080; }
p { color: rgb(236,208,128); }
H1.HeaderClassName
{
color: #ECD080;
}
.AnyTagClassName
{
color: #ECD080;
}
</style>
background-color css
<style>
a { background-color: #ECD080; }
a { background-color: rgb(236,208,128); }
div.DivClassName
{
background-color: #ECD080;
}
.BgClassName
{
background-color: #ECD080;
}
</style>
border-color css
<style>
span { border-color: #ECD080; }
span { border-color: rgb(236,208,128); }
td.TdClassName
{
border-color: #ECD080;
}
.TagClassName
{
border-color: #ECD080;
}
</style>