Shades of Marzipan #ECCE80
Tints of Marzipan #ECCE80
RGB
CMYK
RGB Variations
Color information
#ECCE80 (or 0xECCE80) is known color: Marzipan. HEX triplet: EC, CE and 80. RGB value is (236,206,128). Sum of RGB (Red+Green+Blue) = 236+206+128=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE80 is #13317F. Grayscale: #CECECE. Windows color (decimal): -1257856 or 8441580. OLE color: 8441580.
HSL color Cylindrical-coordinate representation of color #ECCE80: hue angle of 43.33º 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 #ECCE80 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 128 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.07 |
| HSL | 43.33º | 0.74% | 0.71% | - |
| HSV(B) | 43.33º | 0.46% | 0.93% | - |
| XYZ | 60.56 | 63.53 | 29.49 | - |
| YUV | 206.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 128 | 0 | 0.13 | 0.46 | 0.07 | 43.33 | 0.74 | 0.71 |
| Hex | EC | CE | 80 | 0 | D | 2E | 7 | 2B | 4A | 47 |
| Octal | 354 | 316 | 200 | 0 | 15 | 56 | 7 | 53 | 112 | 107 |
| Binary | 11101100 | 11001110 | 10000000 | 0 | 1101 | 101110 | 111 | 101011 | 1001010 | 1000111 |
Color Harmonies of #ECCE80
Complementary color
Monochromatic Colors of #ECCE80
Black with #ECCE80
Text Example
Text Example
White with #ECCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE80; }
p { color: rgb(236,206,128); }
H1.HeaderClassName
{
color: #ECCE80;
}
.AnyTagClassName
{
color: #ECCE80;
}
</style>
background-color css
<style>
a { background-color: #ECCE80; }
a { background-color: rgb(236,206,128); }
div.DivClassName
{
background-color: #ECCE80;
}
.BgClassName
{
background-color: #ECCE80;
}
</style>
border-color css
<style>
span { border-color: #ECCE80; }
span { border-color: rgb(236,206,128); }
td.TdClassName
{
border-color: #ECCE80;
}
.TagClassName
{
border-color: #ECCE80;
}
</style>