Shades of Marzipan #ECCF8D
Tints of Marzipan #ECCF8D
RGB
CMYK
RGB Variations
Color information
#ECCF8D (or 0xECCF8D) is known color: Marzipan. HEX triplet: EC, CF and 8D. RGB value is (236,207,141). Sum of RGB (Red+Green+Blue) = 236+207+141=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF8D is #133072. Grayscale: #D0D0D0. Windows color (decimal): -1257587 or 9293804. OLE color: 9293804.
HSL color Cylindrical-coordinate representation of color #ECCF8D: hue angle of 41.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECCF8D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 141 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 41.68º | 0.71% | 0.74% | - |
| HSV(B) | 41.68º | 0.4% | 0.93% | - |
| XYZ | 61.71 | 64.38 | 34.37 | - |
| YUV | 208.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 141 | 0 | 0.12 | 0.40 | 0.07 | 41.68 | 0.71 | 0.74 |
| Hex | EC | CF | 8D | 0 | C | 28 | 7 | 2A | 47 | 4A |
| Octal | 354 | 317 | 215 | 0 | 14 | 50 | 7 | 52 | 107 | 112 |
| Binary | 11101100 | 11001111 | 10001101 | 0 | 1100 | 101000 | 111 | 101010 | 1000111 | 1001010 |
Color Harmonies of #ECCF8D
Complementary color
Monochromatic Colors of #ECCF8D
Black with #ECCF8D
Text Example
Text Example
White with #ECCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF8D; }
p { color: rgb(236,207,141); }
H1.HeaderClassName
{
color: #ECCF8D;
}
.AnyTagClassName
{
color: #ECCF8D;
}
</style>
background-color css
<style>
a { background-color: #ECCF8D; }
a { background-color: rgb(236,207,141); }
div.DivClassName
{
background-color: #ECCF8D;
}
.BgClassName
{
background-color: #ECCF8D;
}
</style>
border-color css
<style>
span { border-color: #ECCF8D; }
span { border-color: rgb(236,207,141); }
td.TdClassName
{
border-color: #ECCF8D;
}
.TagClassName
{
border-color: #ECCF8D;
}
</style>