Shades of Marzipan #EDD079
Tints of Marzipan #EDD079
RGB
CMYK
RGB Variations
Color information
#EDD079 (or 0xEDD079) is known color: Marzipan. HEX triplet: ED, D0 and 79. RGB value is (237,208,121). Sum of RGB (Red+Green+Blue) = 237+208+121=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD079 is #122F86. Grayscale: #CFCFCF. Windows color (decimal): -1191815 or 7983341. OLE color: 7983341.
HSL color Cylindrical-coordinate representation of color #EDD079: hue angle of 45º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD079 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 121 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.07 |
| HSL | 45º | 0.76% | 0.7% | - |
| HSV(B) | 45º | 0.49% | 0.93% | - |
| XYZ | 60.93 | 64.5 | 27.33 | - |
| YUV | 206.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 121 | 0 | 0.12 | 0.49 | 0.07 | 45 | 0.76 | 0.7 |
| Hex | ED | D0 | 79 | 0 | C | 31 | 7 | 2D | 4C | 46 |
| Octal | 355 | 320 | 171 | 0 | 14 | 61 | 7 | 55 | 114 | 106 |
| Binary | 11101101 | 11010000 | 1111001 | 0 | 1100 | 110001 | 111 | 101101 | 1001100 | 1000110 |
Color Harmonies of #EDD079
Complementary color
Monochromatic Colors of #EDD079
Black with #EDD079
Text Example
Text Example
White with #EDD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD079; }
p { color: rgb(237,208,121); }
H1.HeaderClassName
{
color: #EDD079;
}
.AnyTagClassName
{
color: #EDD079;
}
</style>
background-color css
<style>
a { background-color: #EDD079; }
a { background-color: rgb(237,208,121); }
div.DivClassName
{
background-color: #EDD079;
}
.BgClassName
{
background-color: #EDD079;
}
</style>
border-color css
<style>
span { border-color: #EDD079; }
span { border-color: rgb(237,208,121); }
td.TdClassName
{
border-color: #EDD079;
}
.TagClassName
{
border-color: #EDD079;
}
</style>