Shades of Marzipan #ECD180
Tints of Marzipan #ECD180
RGB
CMYK
RGB Variations
Color information
#ECD180 (or 0xECD180) is known color: Marzipan. HEX triplet: EC, D1 and 80. RGB value is (236,209,128). Sum of RGB (Red+Green+Blue) = 236+209+128=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD180 is #132E7F. Grayscale: #D0D0D0. Windows color (decimal): -1257088 or 8442348. OLE color: 8442348.
HSL color Cylindrical-coordinate representation of color #ECD180: hue angle of 45º 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 #ECD180 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 128 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.07 |
| HSL | 45º | 0.74% | 0.71% | - |
| HSV(B) | 45º | 0.46% | 0.93% | - |
| XYZ | 61.29 | 64.99 | 29.74 | - |
| YUV | 207.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 128 | 0 | 0.11 | 0.46 | 0.07 | 45 | 0.74 | 0.71 |
| Hex | EC | D1 | 80 | 0 | B | 2E | 7 | 2D | 4A | 47 |
| Octal | 354 | 321 | 200 | 0 | 13 | 56 | 7 | 55 | 112 | 107 |
| Binary | 11101100 | 11010001 | 10000000 | 0 | 1011 | 101110 | 111 | 101101 | 1001010 | 1000111 |
Color Harmonies of #ECD180
Complementary color
Monochromatic Colors of #ECD180
Black with #ECD180
Text Example
Text Example
White with #ECD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD180; }
p { color: rgb(236,209,128); }
H1.HeaderClassName
{
color: #ECD180;
}
.AnyTagClassName
{
color: #ECD180;
}
</style>
background-color css
<style>
a { background-color: #ECD180; }
a { background-color: rgb(236,209,128); }
div.DivClassName
{
background-color: #ECD180;
}
.BgClassName
{
background-color: #ECD180;
}
</style>
border-color css
<style>
span { border-color: #ECD180; }
span { border-color: rgb(236,209,128); }
td.TdClassName
{
border-color: #ECD180;
}
.TagClassName
{
border-color: #ECD180;
}
</style>