Shades of Marzipan #ECCC86
Tints of Marzipan #ECCC86
RGB
CMYK
RGB Variations
Color information
#ECCC86 (or 0xECCC86) is known color: Marzipan. HEX triplet: EC, CC and 86. RGB value is (236,204,134). Sum of RGB (Red+Green+Blue) = 236+204+134=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC86 is #133379. Grayscale: #CDCDCD. Windows color (decimal): -1258362 or 8834284. OLE color: 8834284.
HSL color Cylindrical-coordinate representation of color #ECCC86: hue angle of 41.18º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECCC86 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 134 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.07 |
| HSL | 41.18º | 0.73% | 0.73% | - |
| HSV(B) | 41.18º | 0.43% | 0.93% | - |
| XYZ | 60.49 | 62.74 | 31.48 | - |
| YUV | 205.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 134 | 0 | 0.14 | 0.43 | 0.07 | 41.18 | 0.73 | 0.73 |
| Hex | EC | CC | 86 | 0 | E | 2B | 7 | 29 | 49 | 49 |
| Octal | 354 | 314 | 206 | 0 | 16 | 53 | 7 | 51 | 111 | 111 |
| Binary | 11101100 | 11001100 | 10000110 | 0 | 1110 | 101011 | 111 | 101001 | 1001001 | 1001001 |
Color Harmonies of #ECCC86
Complementary color
Monochromatic Colors of #ECCC86
Black with #ECCC86
Text Example
Text Example
White with #ECCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC86; }
p { color: rgb(236,204,134); }
H1.HeaderClassName
{
color: #ECCC86;
}
.AnyTagClassName
{
color: #ECCC86;
}
</style>
background-color css
<style>
a { background-color: #ECCC86; }
a { background-color: rgb(236,204,134); }
div.DivClassName
{
background-color: #ECCC86;
}
.BgClassName
{
background-color: #ECCC86;
}
</style>
border-color css
<style>
span { border-color: #ECCC86; }
span { border-color: rgb(236,204,134); }
td.TdClassName
{
border-color: #ECCC86;
}
.TagClassName
{
border-color: #ECCC86;
}
</style>