Shades of Marzipan #EDD180
Tints of Marzipan #EDD180
RGB
CMYK
RGB Variations
Color information
#EDD180 (or 0xEDD180) is known color: Marzipan. HEX triplet: ED, D1 and 80. RGB value is (237,209,128). Sum of RGB (Red+Green+Blue) = 237+209+128=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD180 is #122E7F. Grayscale: #D0D0D0. Windows color (decimal): -1191552 or 8442349. OLE color: 8442349.
HSL color Cylindrical-coordinate representation of color #EDD180: hue angle of 44.59º 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 #EDD180 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 128 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.07 |
| HSL | 44.59º | 0.75% | 0.72% | - |
| HSV(B) | 44.59º | 0.46% | 0.93% | - |
| XYZ | 61.62 | 65.16 | 29.75 | - |
| YUV | 208.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 128 | 0 | 0.12 | 0.46 | 0.07 | 44.59 | 0.75 | 0.72 |
| Hex | ED | D1 | 80 | 0 | C | 2E | 7 | 2D | 4B | 48 |
| Octal | 355 | 321 | 200 | 0 | 14 | 56 | 7 | 55 | 113 | 110 |
| Binary | 11101101 | 11010001 | 10000000 | 0 | 1100 | 101110 | 111 | 101101 | 1001011 | 1001000 |
Color Harmonies of #EDD180
Complementary color
Monochromatic Colors of #EDD180
Black with #EDD180
Text Example
Text Example
White with #EDD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD180; }
p { color: rgb(237,209,128); }
H1.HeaderClassName
{
color: #EDD180;
}
.AnyTagClassName
{
color: #EDD180;
}
</style>
background-color css
<style>
a { background-color: #EDD180; }
a { background-color: rgb(237,209,128); }
div.DivClassName
{
background-color: #EDD180;
}
.BgClassName
{
background-color: #EDD180;
}
</style>
border-color css
<style>
span { border-color: #EDD180; }
span { border-color: rgb(237,209,128); }
td.TdClassName
{
border-color: #EDD180;
}
.TagClassName
{
border-color: #EDD180;
}
</style>