Shades of Marzipan #ECD07A
Tints of Marzipan #ECD07A
RGB
CMYK
RGB Variations
Color information
#ECD07A (or 0xECD07A) is known color: Marzipan. HEX triplet: EC, D0 and 7A. RGB value is (236,208,122). Sum of RGB (Red+Green+Blue) = 236+208+122=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD07A is #132F85. Grayscale: #CECECE. Windows color (decimal): -1257350 or 8048876. OLE color: 8048876.
HSL color Cylindrical-coordinate representation of color #ECD07A: hue angle of 45.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECD07A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 122 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.07 |
| HSL | 45.26º | 0.75% | 0.7% | - |
| HSV(B) | 45.26º | 0.48% | 0.93% | - |
| XYZ | 60.66 | 64.35 | 27.64 | - |
| YUV | 206.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 122 | 0 | 0.12 | 0.48 | 0.07 | 45.26 | 0.75 | 0.7 |
| Hex | EC | D0 | 7A | 0 | C | 30 | 7 | 2D | 4B | 46 |
| Octal | 354 | 320 | 172 | 0 | 14 | 60 | 7 | 55 | 113 | 106 |
| Binary | 11101100 | 11010000 | 1111010 | 0 | 1100 | 110000 | 111 | 101101 | 1001011 | 1000110 |
Color Harmonies of #ECD07A
Complementary color
Monochromatic Colors of #ECD07A
Black with #ECD07A
Text Example
Text Example
White with #ECD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD07A; }
p { color: rgb(236,208,122); }
H1.HeaderClassName
{
color: #ECD07A;
}
.AnyTagClassName
{
color: #ECD07A;
}
</style>
background-color css
<style>
a { background-color: #ECD07A; }
a { background-color: rgb(236,208,122); }
div.DivClassName
{
background-color: #ECD07A;
}
.BgClassName
{
background-color: #ECD07A;
}
</style>
border-color css
<style>
span { border-color: #ECD07A; }
span { border-color: rgb(236,208,122); }
td.TdClassName
{
border-color: #ECD07A;
}
.TagClassName
{
border-color: #ECD07A;
}
</style>