Shades of Marzipan #ECCE8C
Tints of Marzipan #ECCE8C
RGB
CMYK
RGB Variations
Color information
#ECCE8C (or 0xECCE8C) is known color: Marzipan. HEX triplet: EC, CE and 8C. RGB value is (236,206,140). Sum of RGB (Red+Green+Blue) = 236+206+140=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE8C is #133173. Grayscale: #CFCFCF. Windows color (decimal): -1257844 or 9228012. OLE color: 9228012.
HSL color Cylindrical-coordinate representation of color #ECCE8C: hue angle of 41.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECCE8C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 140 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.07 |
| HSL | 41.25º | 0.72% | 0.74% | - |
| HSV(B) | 41.25º | 0.41% | 0.93% | - |
| XYZ | 61.4 | 63.87 | 33.9 | - |
| YUV | 207.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 140 | 0 | 0.13 | 0.41 | 0.07 | 41.25 | 0.72 | 0.74 |
| Hex | EC | CE | 8C | 0 | D | 29 | 7 | 29 | 48 | 4A |
| Octal | 354 | 316 | 214 | 0 | 15 | 51 | 7 | 51 | 110 | 112 |
| Binary | 11101100 | 11001110 | 10001100 | 0 | 1101 | 101001 | 111 | 101001 | 1001000 | 1001010 |
Color Harmonies of #ECCE8C
Complementary color
Monochromatic Colors of #ECCE8C
Black with #ECCE8C
Text Example
Text Example
White with #ECCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE8C; }
p { color: rgb(236,206,140); }
H1.HeaderClassName
{
color: #ECCE8C;
}
.AnyTagClassName
{
color: #ECCE8C;
}
</style>
background-color css
<style>
a { background-color: #ECCE8C; }
a { background-color: rgb(236,206,140); }
div.DivClassName
{
background-color: #ECCE8C;
}
.BgClassName
{
background-color: #ECCE8C;
}
</style>
border-color css
<style>
span { border-color: #ECCE8C; }
span { border-color: rgb(236,206,140); }
td.TdClassName
{
border-color: #ECCE8C;
}
.TagClassName
{
border-color: #ECCE8C;
}
</style>