Shades of Marzipan #EDC776
Tints of Marzipan #EDC776
RGB
CMYK
RGB Variations
Color information
#EDC776 (or 0xEDC776) is known color: Marzipan. HEX triplet: ED, C7 and 76. RGB value is (237,199,118). Sum of RGB (Red+Green+Blue) = 237+199+118=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC776 is #123889. Grayscale: #C9C9C9. Windows color (decimal): -1194122 or 7784429. OLE color: 7784429.
HSL color Cylindrical-coordinate representation of color #EDC776: hue angle of 40.84º 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 #EDC776 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 118 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 40.84º | 0.77% | 0.7% | - |
| HSV(B) | 40.84º | 0.5% | 0.93% | - |
| XYZ | 58.62 | 60.16 | 25.66 | - |
| YUV | 201.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 118 | 0 | 0.16 | 0.50 | 0.07 | 40.84 | 0.77 | 0.7 |
| Hex | ED | C7 | 76 | 0 | 10 | 32 | 7 | 29 | 4D | 46 |
| Octal | 355 | 307 | 166 | 0 | 20 | 62 | 7 | 51 | 115 | 106 |
| Binary | 11101101 | 11000111 | 1110110 | 0 | 10000 | 110010 | 111 | 101001 | 1001101 | 1000110 |
Color Harmonies of #EDC776
Complementary color
Monochromatic Colors of #EDC776
Black with #EDC776
Text Example
Text Example
White with #EDC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC776; }
p { color: rgb(237,199,118); }
H1.HeaderClassName
{
color: #EDC776;
}
.AnyTagClassName
{
color: #EDC776;
}
</style>
background-color css
<style>
a { background-color: #EDC776; }
a { background-color: rgb(237,199,118); }
div.DivClassName
{
background-color: #EDC776;
}
.BgClassName
{
background-color: #EDC776;
}
</style>
border-color css
<style>
span { border-color: #EDC776; }
span { border-color: rgb(237,199,118); }
td.TdClassName
{
border-color: #EDC776;
}
.TagClassName
{
border-color: #EDC776;
}
</style>