Shades of Marzipan #EDC380
Tints of Marzipan #EDC380
RGB
CMYK
RGB Variations
Color information
#EDC380 (or 0xEDC380) is known color: Marzipan. HEX triplet: ED, C3 and 80. RGB value is (237,195,128). Sum of RGB (Red+Green+Blue) = 237+195+128=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC380 is #123C7F. Grayscale: #C8C8C8. Windows color (decimal): -1195136 or 8438765. OLE color: 8438765.
HSL color Cylindrical-coordinate representation of color #EDC380: hue angle of 36.88º 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 #EDC380 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 128 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.07 |
| HSL | 36.88º | 0.75% | 0.72% | - |
| HSV(B) | 36.88º | 0.46% | 0.93% | - |
| XYZ | 58.34 | 58.59 | 28.66 | - |
| YUV | 199.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 128 | 0 | 0.18 | 0.46 | 0.07 | 36.88 | 0.75 | 0.72 |
| Hex | ED | C3 | 80 | 0 | 12 | 2E | 7 | 25 | 4B | 48 |
| Octal | 355 | 303 | 200 | 0 | 22 | 56 | 7 | 45 | 113 | 110 |
| Binary | 11101101 | 11000011 | 10000000 | 0 | 10010 | 101110 | 111 | 100101 | 1001011 | 1001000 |
Color Harmonies of #EDC380
Complementary color
Monochromatic Colors of #EDC380
Black with #EDC380
Text Example
Text Example
White with #EDC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC380; }
p { color: rgb(237,195,128); }
H1.HeaderClassName
{
color: #EDC380;
}
.AnyTagClassName
{
color: #EDC380;
}
</style>
background-color css
<style>
a { background-color: #EDC380; }
a { background-color: rgb(237,195,128); }
div.DivClassName
{
background-color: #EDC380;
}
.BgClassName
{
background-color: #EDC380;
}
</style>
border-color css
<style>
span { border-color: #EDC380; }
span { border-color: rgb(237,195,128); }
td.TdClassName
{
border-color: #EDC380;
}
.TagClassName
{
border-color: #EDC380;
}
</style>