Shades of Marzipan #ECCC80
Tints of Marzipan #ECCC80
RGB
CMYK
RGB Variations
Color information
#ECCC80 (or 0xECCC80) is known color: Marzipan. HEX triplet: EC, CC and 80. RGB value is (236,204,128). Sum of RGB (Red+Green+Blue) = 236+204+128=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC80 is #13337F. Grayscale: #CDCDCD. Windows color (decimal): -1258368 or 8441068. OLE color: 8441068.
HSL color Cylindrical-coordinate representation of color #ECCC80: hue angle of 42.22º 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 #ECCC80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 128 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.07 |
| HSL | 42.22º | 0.74% | 0.71% | - |
| HSV(B) | 42.22º | 0.46% | 0.93% | - |
| XYZ | 60.08 | 62.58 | 29.33 | - |
| YUV | 204.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 128 | 0 | 0.14 | 0.46 | 0.07 | 42.22 | 0.74 | 0.71 |
| Hex | EC | CC | 80 | 0 | E | 2E | 7 | 2A | 4A | 47 |
| Octal | 354 | 314 | 200 | 0 | 16 | 56 | 7 | 52 | 112 | 107 |
| Binary | 11101100 | 11001100 | 10000000 | 0 | 1110 | 101110 | 111 | 101010 | 1001010 | 1000111 |
Color Harmonies of #ECCC80
Complementary color
Monochromatic Colors of #ECCC80
Black with #ECCC80
Text Example
Text Example
White with #ECCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC80; }
p { color: rgb(236,204,128); }
H1.HeaderClassName
{
color: #ECCC80;
}
.AnyTagClassName
{
color: #ECCC80;
}
</style>
background-color css
<style>
a { background-color: #ECCC80; }
a { background-color: rgb(236,204,128); }
div.DivClassName
{
background-color: #ECCC80;
}
.BgClassName
{
background-color: #ECCC80;
}
</style>
border-color css
<style>
span { border-color: #ECCC80; }
span { border-color: rgb(236,204,128); }
td.TdClassName
{
border-color: #ECCC80;
}
.TagClassName
{
border-color: #ECCC80;
}
</style>