Shades of Marzipan #EDD084
Tints of Marzipan #EDD084
RGB
CMYK
RGB Variations
Color information
#EDD084 (or 0xEDD084) is known color: Marzipan. HEX triplet: ED, D0 and 84. RGB value is (237,208,132). Sum of RGB (Red+Green+Blue) = 237+208+132=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD084 is #122F7B. Grayscale: #D0D0D0. Windows color (decimal): -1191804 or 8704237. OLE color: 8704237.
HSL color Cylindrical-coordinate representation of color #EDD084: hue angle of 43.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD084 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 132 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.07 |
| HSL | 43.43º | 0.74% | 0.72% | - |
| HSV(B) | 43.43º | 0.44% | 0.93% | - |
| XYZ | 61.65 | 64.78 | 31.08 | - |
| YUV | 208.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 132 | 0 | 0.12 | 0.44 | 0.07 | 43.43 | 0.74 | 0.72 |
| Hex | ED | D0 | 84 | 0 | C | 2C | 7 | 2B | 4A | 48 |
| Octal | 355 | 320 | 204 | 0 | 14 | 54 | 7 | 53 | 112 | 110 |
| Binary | 11101101 | 11010000 | 10000100 | 0 | 1100 | 101100 | 111 | 101011 | 1001010 | 1001000 |
Color Harmonies of #EDD084
Complementary color
Monochromatic Colors of #EDD084
Black with #EDD084
Text Example
Text Example
White with #EDD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD084; }
p { color: rgb(237,208,132); }
H1.HeaderClassName
{
color: #EDD084;
}
.AnyTagClassName
{
color: #EDD084;
}
</style>
background-color css
<style>
a { background-color: #EDD084; }
a { background-color: rgb(237,208,132); }
div.DivClassName
{
background-color: #EDD084;
}
.BgClassName
{
background-color: #EDD084;
}
</style>
border-color css
<style>
span { border-color: #EDD084; }
span { border-color: rgb(237,208,132); }
td.TdClassName
{
border-color: #EDD084;
}
.TagClassName
{
border-color: #EDD084;
}
</style>