Shades of Marzipan #ECC588
Tints of Marzipan #ECC588
RGB
CMYK
RGB Variations
Color information
#ECC588 (or 0xECC588) is known color: Marzipan. HEX triplet: EC, C5 and 88. RGB value is (236,197,136). Sum of RGB (Red+Green+Blue) = 236+197+136=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC588 is #133A77. Grayscale: #C9C9C9. Windows color (decimal): -1260152 or 8963564. OLE color: 8963564.
HSL color Cylindrical-coordinate representation of color #ECC588: hue angle of 36.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC588 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 136 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.07 |
| HSL | 36.6º | 0.72% | 0.73% | - |
| HSV(B) | 36.6º | 0.42% | 0.93% | - |
| XYZ | 59 | 59.54 | 31.68 | - |
| YUV | 201.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 136 | 0 | 0.17 | 0.42 | 0.07 | 36.6 | 0.72 | 0.73 |
| Hex | EC | C5 | 88 | 0 | 11 | 2A | 7 | 25 | 48 | 49 |
| Octal | 354 | 305 | 210 | 0 | 21 | 52 | 7 | 45 | 110 | 111 |
| Binary | 11101100 | 11000101 | 10001000 | 0 | 10001 | 101010 | 111 | 100101 | 1001000 | 1001001 |
Color Harmonies of #ECC588
Complementary color
Monochromatic Colors of #ECC588
Black with #ECC588
Text Example
Text Example
White with #ECC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC588; }
p { color: rgb(236,197,136); }
H1.HeaderClassName
{
color: #ECC588;
}
.AnyTagClassName
{
color: #ECC588;
}
</style>
background-color css
<style>
a { background-color: #ECC588; }
a { background-color: rgb(236,197,136); }
div.DivClassName
{
background-color: #ECC588;
}
.BgClassName
{
background-color: #ECC588;
}
</style>
border-color css
<style>
span { border-color: #ECC588; }
span { border-color: rgb(236,197,136); }
td.TdClassName
{
border-color: #ECC588;
}
.TagClassName
{
border-color: #ECC588;
}
</style>