Shades of Marzipan #EDD07D
Tints of Marzipan #EDD07D
RGB
CMYK
RGB Variations
Color information
#EDD07D (or 0xEDD07D) is known color: Marzipan. HEX triplet: ED, D0 and 7D. RGB value is (237,208,125). Sum of RGB (Red+Green+Blue) = 237+208+125=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD07D is #122F82. Grayscale: #CFCFCF. Windows color (decimal): -1191811 or 8245485. OLE color: 8245485.
HSL color Cylindrical-coordinate representation of color #EDD07D: hue angle of 44.46º degrees, saturation: 0.76, 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 #EDD07D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 125 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.07 |
| HSL | 44.46º | 0.76% | 0.71% | - |
| HSV(B) | 44.46º | 0.47% | 0.93% | - |
| XYZ | 61.18 | 64.6 | 28.65 | - |
| YUV | 207.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 125 | 0 | 0.12 | 0.47 | 0.07 | 44.46 | 0.76 | 0.71 |
| Hex | ED | D0 | 7D | 0 | C | 2F | 7 | 2C | 4C | 47 |
| Octal | 355 | 320 | 175 | 0 | 14 | 57 | 7 | 54 | 114 | 107 |
| Binary | 11101101 | 11010000 | 1111101 | 0 | 1100 | 101111 | 111 | 101100 | 1001100 | 1000111 |
Color Harmonies of #EDD07D
Complementary color
Monochromatic Colors of #EDD07D
Black with #EDD07D
Text Example
Text Example
White with #EDD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD07D; }
p { color: rgb(237,208,125); }
H1.HeaderClassName
{
color: #EDD07D;
}
.AnyTagClassName
{
color: #EDD07D;
}
</style>
background-color css
<style>
a { background-color: #EDD07D; }
a { background-color: rgb(237,208,125); }
div.DivClassName
{
background-color: #EDD07D;
}
.BgClassName
{
background-color: #EDD07D;
}
</style>
border-color css
<style>
span { border-color: #EDD07D; }
span { border-color: rgb(237,208,125); }
td.TdClassName
{
border-color: #EDD07D;
}
.TagClassName
{
border-color: #EDD07D;
}
</style>