Shades of Marzipan #ECCF7F
Tints of Marzipan #ECCF7F
RGB
CMYK
RGB Variations
Color information
#ECCF7F (or 0xECCF7F) is known color: Marzipan. HEX triplet: EC, CF and 7F. RGB value is (236,207,127). Sum of RGB (Red+Green+Blue) = 236+207+127=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF7F is #133080. Grayscale: #CECECE. Windows color (decimal): -1257601 or 8376300. OLE color: 8376300.
HSL color Cylindrical-coordinate representation of color #ECCF7F: hue angle of 44.04º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECCF7F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 127 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.07 |
| HSL | 44.04º | 0.74% | 0.71% | - |
| HSV(B) | 44.04º | 0.46% | 0.93% | - |
| XYZ | 60.74 | 63.99 | 29.23 | - |
| YUV | 206.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 127 | 0 | 0.12 | 0.46 | 0.07 | 44.04 | 0.74 | 0.71 |
| Hex | EC | CF | 7F | 0 | C | 2E | 7 | 2C | 4A | 47 |
| Octal | 354 | 317 | 177 | 0 | 14 | 56 | 7 | 54 | 112 | 107 |
| Binary | 11101100 | 11001111 | 1111111 | 0 | 1100 | 101110 | 111 | 101100 | 1001010 | 1000111 |
Color Harmonies of #ECCF7F
Complementary color
Monochromatic Colors of #ECCF7F
Black with #ECCF7F
Text Example
Text Example
White with #ECCF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF7F; }
p { color: rgb(236,207,127); }
H1.HeaderClassName
{
color: #ECCF7F;
}
.AnyTagClassName
{
color: #ECCF7F;
}
</style>
background-color css
<style>
a { background-color: #ECCF7F; }
a { background-color: rgb(236,207,127); }
div.DivClassName
{
background-color: #ECCF7F;
}
.BgClassName
{
background-color: #ECCF7F;
}
</style>
border-color css
<style>
span { border-color: #ECCF7F; }
span { border-color: rgb(236,207,127); }
td.TdClassName
{
border-color: #ECCF7F;
}
.TagClassName
{
border-color: #ECCF7F;
}
</style>