Shades of Marzipan #EDC076
Tints of Marzipan #EDC076
RGB
CMYK
RGB Variations
Color information
#EDC076 (or 0xEDC076) is known color: Marzipan. HEX triplet: ED, C0 and 76. RGB value is (237,192,118). Sum of RGB (Red+Green+Blue) = 237+192+118=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC076 is #123F89. Grayscale: #C5C5C5. Windows color (decimal): -1195914 or 7782637. OLE color: 7782637.
HSL color Cylindrical-coordinate representation of color #EDC076: hue angle of 37.31º 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 #EDC076 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 118 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.07 |
| HSL | 37.31º | 0.77% | 0.7% | - |
| HSV(B) | 37.31º | 0.5% | 0.93% | - |
| XYZ | 57.04 | 57.01 | 25.14 | - |
| YUV | 197.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 118 | 0 | 0.19 | 0.50 | 0.07 | 37.31 | 0.77 | 0.7 |
| Hex | ED | C0 | 76 | 0 | 13 | 32 | 7 | 25 | 4D | 46 |
| Octal | 355 | 300 | 166 | 0 | 23 | 62 | 7 | 45 | 115 | 106 |
| Binary | 11101101 | 11000000 | 1110110 | 0 | 10011 | 110010 | 111 | 100101 | 1001101 | 1000110 |
Color Harmonies of #EDC076
Complementary color
Monochromatic Colors of #EDC076
Black with #EDC076
Text Example
Text Example
White with #EDC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC076; }
p { color: rgb(237,192,118); }
H1.HeaderClassName
{
color: #EDC076;
}
.AnyTagClassName
{
color: #EDC076;
}
</style>
background-color css
<style>
a { background-color: #EDC076; }
a { background-color: rgb(237,192,118); }
div.DivClassName
{
background-color: #EDC076;
}
.BgClassName
{
background-color: #EDC076;
}
</style>
border-color css
<style>
span { border-color: #EDC076; }
span { border-color: rgb(237,192,118); }
td.TdClassName
{
border-color: #EDC076;
}
.TagClassName
{
border-color: #EDC076;
}
</style>