Shades of Marzipan #EDC780
Tints of Marzipan #EDC780
RGB
CMYK
RGB Variations
Color information
#EDC780 (or 0xEDC780) is known color: Marzipan. HEX triplet: ED, C7 and 80. RGB value is (237,199,128). Sum of RGB (Red+Green+Blue) = 237+199+128=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC780 is #12387F. Grayscale: #CACACA. Windows color (decimal): -1194112 or 8439789. OLE color: 8439789.
HSL color Cylindrical-coordinate representation of color #EDC780: hue angle of 39.08º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC780 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.08º | 0.75% | 0.72% | - |
| HSV(B) | 39.08º | 0.46% | 0.93% | - |
| XYZ | 59.24 | 60.41 | 28.96 | - |
| YUV | 202.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 128 | 0 | 0.16 | 0.46 | 0.07 | 39.08 | 0.75 | 0.72 |
| Hex | ED | C7 | 80 | 0 | 10 | 2E | 7 | 27 | 4B | 48 |
| Octal | 355 | 307 | 200 | 0 | 20 | 56 | 7 | 47 | 113 | 110 |
| Binary | 11101101 | 11000111 | 10000000 | 0 | 10000 | 101110 | 111 | 100111 | 1001011 | 1001000 |
Color Harmonies of #EDC780
Complementary color
Monochromatic Colors of #EDC780
Black with #EDC780
Text Example
Text Example
White with #EDC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC780; }
p { color: rgb(237,199,128); }
H1.HeaderClassName
{
color: #EDC780;
}
.AnyTagClassName
{
color: #EDC780;
}
</style>
background-color css
<style>
a { background-color: #EDC780; }
a { background-color: rgb(237,199,128); }
div.DivClassName
{
background-color: #EDC780;
}
.BgClassName
{
background-color: #EDC780;
}
</style>
border-color css
<style>
span { border-color: #EDC780; }
span { border-color: rgb(237,199,128); }
td.TdClassName
{
border-color: #EDC780;
}
.TagClassName
{
border-color: #EDC780;
}
</style>