Shades of Marzipan #EDC77C
Tints of Marzipan #EDC77C
RGB
CMYK
RGB Variations
Color information
#EDC77C (or 0xEDC77C) is known color: Marzipan. HEX triplet: ED, C7 and 7C. RGB value is (237,199,124). Sum of RGB (Red+Green+Blue) = 237+199+124=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77C is #123883. Grayscale: #CACACA. Windows color (decimal): -1194116 or 8177645. OLE color: 8177645.
HSL color Cylindrical-coordinate representation of color #EDC77C: hue angle of 39.82º 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 #EDC77C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 124 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.07 |
| HSL | 39.82º | 0.76% | 0.71% | - |
| HSV(B) | 39.82º | 0.48% | 0.93% | - |
| XYZ | 58.99 | 60.31 | 27.6 | - |
| YUV | 201.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 124 | 0 | 0.16 | 0.48 | 0.07 | 39.82 | 0.76 | 0.71 |
| Hex | ED | C7 | 7C | 0 | 10 | 30 | 7 | 28 | 4C | 47 |
| Octal | 355 | 307 | 174 | 0 | 20 | 60 | 7 | 50 | 114 | 107 |
| Binary | 11101101 | 11000111 | 1111100 | 0 | 10000 | 110000 | 111 | 101000 | 1001100 | 1000111 |
Color Harmonies of #EDC77C
Complementary color
Monochromatic Colors of #EDC77C
Black with #EDC77C
Text Example
Text Example
White with #EDC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC77C; }
p { color: rgb(237,199,124); }
H1.HeaderClassName
{
color: #EDC77C;
}
.AnyTagClassName
{
color: #EDC77C;
}
</style>
background-color css
<style>
a { background-color: #EDC77C; }
a { background-color: rgb(237,199,124); }
div.DivClassName
{
background-color: #EDC77C;
}
.BgClassName
{
background-color: #EDC77C;
}
</style>
border-color css
<style>
span { border-color: #EDC77C; }
span { border-color: rgb(237,199,124); }
td.TdClassName
{
border-color: #EDC77C;
}
.TagClassName
{
border-color: #EDC77C;
}
</style>