Shades of Marzipan #ECD07E
Tints of Marzipan #ECD07E
RGB
CMYK
RGB Variations
Color information
#ECD07E (or 0xECD07E) is known color: Marzipan. HEX triplet: EC, D0 and 7E. RGB value is (236,208,126). Sum of RGB (Red+Green+Blue) = 236+208+126=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD07E is #132F81. Grayscale: #CFCFCF. Windows color (decimal): -1257346 or 8311020. OLE color: 8311020.
HSL color Cylindrical-coordinate representation of color #ECD07E: hue angle of 44.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECD07E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 126 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.07 |
| HSL | 44.73º | 0.74% | 0.71% | - |
| HSV(B) | 44.73º | 0.47% | 0.93% | - |
| XYZ | 60.91 | 64.45 | 28.97 | - |
| YUV | 207.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 126 | 0 | 0.12 | 0.47 | 0.07 | 44.73 | 0.74 | 0.71 |
| Hex | EC | D0 | 7E | 0 | C | 2F | 7 | 2D | 4A | 47 |
| Octal | 354 | 320 | 176 | 0 | 14 | 57 | 7 | 55 | 112 | 107 |
| Binary | 11101100 | 11010000 | 1111110 | 0 | 1100 | 101111 | 111 | 101101 | 1001010 | 1000111 |
Color Harmonies of #ECD07E
Complementary color
Monochromatic Colors of #ECD07E
Black with #ECD07E
Text Example
Text Example
White with #ECD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD07E; }
p { color: rgb(236,208,126); }
H1.HeaderClassName
{
color: #ECD07E;
}
.AnyTagClassName
{
color: #ECD07E;
}
</style>
background-color css
<style>
a { background-color: #ECD07E; }
a { background-color: rgb(236,208,126); }
div.DivClassName
{
background-color: #ECD07E;
}
.BgClassName
{
background-color: #ECD07E;
}
</style>
border-color css
<style>
span { border-color: #ECD07E; }
span { border-color: rgb(236,208,126); }
td.TdClassName
{
border-color: #ECD07E;
}
.TagClassName
{
border-color: #ECD07E;
}
</style>