Shades of Marzipan #EDC880
Tints of Marzipan #EDC880
RGB
CMYK
RGB Variations
Color information
#EDC880 (or 0xEDC880) is known color: Marzipan. HEX triplet: ED, C8 and 80. RGB value is (237,200,128). Sum of RGB (Red+Green+Blue) = 237+200+128=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC880 is #12377F. Grayscale: #CBCBCB. Windows color (decimal): -1193856 or 8440045. OLE color: 8440045.
HSL color Cylindrical-coordinate representation of color #EDC880: hue angle of 39.63º 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 #EDC880 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.63º | 0.75% | 0.72% | - |
| HSV(B) | 39.63º | 0.46% | 0.93% | - |
| XYZ | 59.48 | 60.87 | 29.04 | - |
| YUV | 202.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 128 | 0 | 0.16 | 0.46 | 0.07 | 39.63 | 0.75 | 0.72 |
| Hex | ED | C8 | 80 | 0 | 10 | 2E | 7 | 28 | 4B | 48 |
| Octal | 355 | 310 | 200 | 0 | 20 | 56 | 7 | 50 | 113 | 110 |
| Binary | 11101101 | 11001000 | 10000000 | 0 | 10000 | 101110 | 111 | 101000 | 1001011 | 1001000 |
Color Harmonies of #EDC880
Complementary color
Monochromatic Colors of #EDC880
Black with #EDC880
Text Example
Text Example
White with #EDC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC880; }
p { color: rgb(237,200,128); }
H1.HeaderClassName
{
color: #EDC880;
}
.AnyTagClassName
{
color: #EDC880;
}
</style>
background-color css
<style>
a { background-color: #EDC880; }
a { background-color: rgb(237,200,128); }
div.DivClassName
{
background-color: #EDC880;
}
.BgClassName
{
background-color: #EDC880;
}
</style>
border-color css
<style>
span { border-color: #EDC880; }
span { border-color: rgb(237,200,128); }
td.TdClassName
{
border-color: #EDC880;
}
.TagClassName
{
border-color: #EDC880;
}
</style>