Shades of Marzipan #EDC573
Tints of Marzipan #EDC573
RGB
CMYK
RGB Variations
Color information
#EDC573 (or 0xEDC573) is known color: Marzipan. HEX triplet: ED, C5 and 73. RGB value is (237,197,115). Sum of RGB (Red+Green+Blue) = 237+197+115=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC573 is #123A8C. Grayscale: #C7C7C7. Windows color (decimal): -1194637 or 7587309. OLE color: 7587309.
HSL color Cylindrical-coordinate representation of color #EDC573: hue angle of 40.33º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC573 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 115 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.07 |
| HSL | 40.33º | 0.77% | 0.69% | - |
| HSV(B) | 40.33º | 0.51% | 0.93% | - |
| XYZ | 57.99 | 59.17 | 24.59 | - |
| YUV | 199.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 115 | 0 | 0.17 | 0.51 | 0.07 | 40.33 | 0.77 | 0.69 |
| Hex | ED | C5 | 73 | 0 | 11 | 33 | 7 | 28 | 4D | 45 |
| Octal | 355 | 305 | 163 | 0 | 21 | 63 | 7 | 50 | 115 | 105 |
| Binary | 11101101 | 11000101 | 1110011 | 0 | 10001 | 110011 | 111 | 101000 | 1001101 | 1000101 |
Color Harmonies of #EDC573
Complementary color
Monochromatic Colors of #EDC573
Black with #EDC573
Text Example
Text Example
White with #EDC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC573; }
p { color: rgb(237,197,115); }
H1.HeaderClassName
{
color: #EDC573;
}
.AnyTagClassName
{
color: #EDC573;
}
</style>
background-color css
<style>
a { background-color: #EDC573; }
a { background-color: rgb(237,197,115); }
div.DivClassName
{
background-color: #EDC573;
}
.BgClassName
{
background-color: #EDC573;
}
</style>
border-color css
<style>
span { border-color: #EDC573; }
span { border-color: rgb(237,197,115); }
td.TdClassName
{
border-color: #EDC573;
}
.TagClassName
{
border-color: #EDC573;
}
</style>