Shades of Marzipan #ECCF88
Tints of Marzipan #ECCF88
RGB
CMYK
RGB Variations
Color information
#ECCF88 (or 0xECCF88) is known color: Marzipan. HEX triplet: EC, CF and 88. RGB value is (236,207,136). Sum of RGB (Red+Green+Blue) = 236+207+136=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF88 is #133077. Grayscale: #CFCFCF. Windows color (decimal): -1257592 or 8966124. OLE color: 8966124.
HSL color Cylindrical-coordinate representation of color #ECCF88: hue angle of 42.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 #ECCF88 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 136 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.07 |
| HSL | 42.6º | 0.72% | 0.73% | - |
| HSV(B) | 42.6º | 0.42% | 0.93% | - |
| XYZ | 61.35 | 64.24 | 32.46 | - |
| YUV | 207.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 136 | 0 | 0.12 | 0.42 | 0.07 | 42.6 | 0.72 | 0.73 |
| Hex | EC | CF | 88 | 0 | C | 2A | 7 | 2B | 48 | 49 |
| Octal | 354 | 317 | 210 | 0 | 14 | 52 | 7 | 53 | 110 | 111 |
| Binary | 11101100 | 11001111 | 10001000 | 0 | 1100 | 101010 | 111 | 101011 | 1001000 | 1001001 |
Color Harmonies of #ECCF88
Complementary color
Monochromatic Colors of #ECCF88
Black with #ECCF88
Text Example
Text Example
White with #ECCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF88; }
p { color: rgb(236,207,136); }
H1.HeaderClassName
{
color: #ECCF88;
}
.AnyTagClassName
{
color: #ECCF88;
}
</style>
background-color css
<style>
a { background-color: #ECCF88; }
a { background-color: rgb(236,207,136); }
div.DivClassName
{
background-color: #ECCF88;
}
.BgClassName
{
background-color: #ECCF88;
}
</style>
border-color css
<style>
span { border-color: #ECCF88; }
span { border-color: rgb(236,207,136); }
td.TdClassName
{
border-color: #ECCF88;
}
.TagClassName
{
border-color: #ECCF88;
}
</style>