Shades of Marzipan #EDD07C
Tints of Marzipan #EDD07C
RGB
CMYK
RGB Variations
Color information
#EDD07C (or 0xEDD07C) is known color: Marzipan. HEX triplet: ED, D0 and 7C. RGB value is (237,208,124). Sum of RGB (Red+Green+Blue) = 237+208+124=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD07C is #122F83. Grayscale: #CFCFCF. Windows color (decimal): -1191812 or 8179949. OLE color: 8179949.
HSL color Cylindrical-coordinate representation of color #EDD07C: hue angle of 44.6º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD07C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 124 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.07 |
| HSL | 44.6º | 0.76% | 0.71% | - |
| HSV(B) | 44.6º | 0.48% | 0.93% | - |
| XYZ | 61.12 | 64.57 | 28.31 | - |
| YUV | 207.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 124 | 0 | 0.12 | 0.48 | 0.07 | 44.6 | 0.76 | 0.71 |
| Hex | ED | D0 | 7C | 0 | C | 30 | 7 | 2D | 4C | 47 |
| Octal | 355 | 320 | 174 | 0 | 14 | 60 | 7 | 55 | 114 | 107 |
| Binary | 11101101 | 11010000 | 1111100 | 0 | 1100 | 110000 | 111 | 101101 | 1001100 | 1000111 |
Color Harmonies of #EDD07C
Complementary color
Monochromatic Colors of #EDD07C
Black with #EDD07C
Text Example
Text Example
White with #EDD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD07C; }
p { color: rgb(237,208,124); }
H1.HeaderClassName
{
color: #EDD07C;
}
.AnyTagClassName
{
color: #EDD07C;
}
</style>
background-color css
<style>
a { background-color: #EDD07C; }
a { background-color: rgb(237,208,124); }
div.DivClassName
{
background-color: #EDD07C;
}
.BgClassName
{
background-color: #EDD07C;
}
</style>
border-color css
<style>
span { border-color: #EDD07C; }
span { border-color: rgb(237,208,124); }
td.TdClassName
{
border-color: #EDD07C;
}
.TagClassName
{
border-color: #EDD07C;
}
</style>