Shades of Marzipan #EDD17D
Tints of Marzipan #EDD17D
RGB
CMYK
RGB Variations
Color information
#EDD17D (or 0xEDD17D) is known color: Marzipan. HEX triplet: ED, D1 and 7D. RGB value is (237,209,125). Sum of RGB (Red+Green+Blue) = 237+209+125=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17D is #122E82. Grayscale: #D0D0D0. Windows color (decimal): -1191555 or 8245741. OLE color: 8245741.
HSL color Cylindrical-coordinate representation of color #EDD17D: hue angle of 45º 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 #EDD17D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 125 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.07 |
| HSL | 45º | 0.76% | 0.71% | - |
| HSV(B) | 45º | 0.47% | 0.93% | - |
| XYZ | 61.43 | 65.09 | 28.73 | - |
| YUV | 207.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 125 | 0 | 0.12 | 0.47 | 0.07 | 45 | 0.76 | 0.71 |
| Hex | ED | D1 | 7D | 0 | C | 2F | 7 | 2D | 4C | 47 |
| Octal | 355 | 321 | 175 | 0 | 14 | 57 | 7 | 55 | 114 | 107 |
| Binary | 11101101 | 11010001 | 1111101 | 0 | 1100 | 101111 | 111 | 101101 | 1001100 | 1000111 |
Color Harmonies of #EDD17D
Complementary color
Monochromatic Colors of #EDD17D
Black with #EDD17D
Text Example
Text Example
White with #EDD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD17D; }
p { color: rgb(237,209,125); }
H1.HeaderClassName
{
color: #EDD17D;
}
.AnyTagClassName
{
color: #EDD17D;
}
</style>
background-color css
<style>
a { background-color: #EDD17D; }
a { background-color: rgb(237,209,125); }
div.DivClassName
{
background-color: #EDD17D;
}
.BgClassName
{
background-color: #EDD17D;
}
</style>
border-color css
<style>
span { border-color: #EDD17D; }
span { border-color: rgb(237,209,125); }
td.TdClassName
{
border-color: #EDD17D;
}
.TagClassName
{
border-color: #EDD17D;
}
</style>