Shades of Marzipan #ECD07F
Tints of Marzipan #ECD07F
RGB
CMYK
RGB Variations
Color information
#ECD07F (or 0xECD07F) is known color: Marzipan. HEX triplet: EC, D0 and 7F. RGB value is (236,208,127). Sum of RGB (Red+Green+Blue) = 236+208+127=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD07F is #132F80. Grayscale: #CFCFCF. Windows color (decimal): -1257345 or 8376556. OLE color: 8376556.
HSL color Cylindrical-coordinate representation of color #ECD07F: hue angle of 44.59º 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 #ECD07F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 127 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.07 |
| HSL | 44.59º | 0.74% | 0.71% | - |
| HSV(B) | 44.59º | 0.46% | 0.93% | - |
| XYZ | 60.98 | 64.48 | 29.31 | - |
| YUV | 207.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 127 | 0 | 0.12 | 0.46 | 0.07 | 44.59 | 0.74 | 0.71 |
| Hex | EC | D0 | 7F | 0 | C | 2E | 7 | 2D | 4A | 47 |
| Octal | 354 | 320 | 177 | 0 | 14 | 56 | 7 | 55 | 112 | 107 |
| Binary | 11101100 | 11010000 | 1111111 | 0 | 1100 | 101110 | 111 | 101101 | 1001010 | 1000111 |
Color Harmonies of #ECD07F
Complementary color
Monochromatic Colors of #ECD07F
Black with #ECD07F
Text Example
Text Example
White with #ECD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD07F; }
p { color: rgb(236,208,127); }
H1.HeaderClassName
{
color: #ECD07F;
}
.AnyTagClassName
{
color: #ECD07F;
}
</style>
background-color css
<style>
a { background-color: #ECD07F; }
a { background-color: rgb(236,208,127); }
div.DivClassName
{
background-color: #ECD07F;
}
.BgClassName
{
background-color: #ECD07F;
}
</style>
border-color css
<style>
span { border-color: #ECD07F; }
span { border-color: rgb(236,208,127); }
td.TdClassName
{
border-color: #ECD07F;
}
.TagClassName
{
border-color: #ECD07F;
}
</style>