Shades of Marzipan #EDC676
Tints of Marzipan #EDC676
RGB
CMYK
RGB Variations
Color information
#EDC676 (or 0xEDC676) is known color: Marzipan. HEX triplet: ED, C6 and 76. RGB value is (237,198,118). Sum of RGB (Red+Green+Blue) = 237+198+118=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC676 is #123989. Grayscale: #C8C8C8. Windows color (decimal): -1194378 or 7784173. OLE color: 7784173.
HSL color Cylindrical-coordinate representation of color #EDC676: hue angle of 40.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC676 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 118 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 40.34º | 0.77% | 0.7% | - |
| HSV(B) | 40.34º | 0.5% | 0.93% | - |
| XYZ | 58.39 | 59.7 | 25.59 | - |
| YUV | 200.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 118 | 0 | 0.16 | 0.50 | 0.07 | 40.34 | 0.77 | 0.7 |
| Hex | ED | C6 | 76 | 0 | 10 | 32 | 7 | 28 | 4D | 46 |
| Octal | 355 | 306 | 166 | 0 | 20 | 62 | 7 | 50 | 115 | 106 |
| Binary | 11101101 | 11000110 | 1110110 | 0 | 10000 | 110010 | 111 | 101000 | 1001101 | 1000110 |
Color Harmonies of #EDC676
Complementary color
Monochromatic Colors of #EDC676
Black with #EDC676
Text Example
Text Example
White with #EDC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC676; }
p { color: rgb(237,198,118); }
H1.HeaderClassName
{
color: #EDC676;
}
.AnyTagClassName
{
color: #EDC676;
}
</style>
background-color css
<style>
a { background-color: #EDC676; }
a { background-color: rgb(237,198,118); }
div.DivClassName
{
background-color: #EDC676;
}
.BgClassName
{
background-color: #EDC676;
}
</style>
border-color css
<style>
span { border-color: #EDC676; }
span { border-color: rgb(237,198,118); }
td.TdClassName
{
border-color: #EDC676;
}
.TagClassName
{
border-color: #EDC676;
}
</style>