Shades of Marzipan #EDD284
Tints of Marzipan #EDD284
RGB
CMYK
RGB Variations
Color information
#EDD284 (or 0xEDD284) is known color: Marzipan. HEX triplet: ED, D2 and 84. RGB value is (237,210,132). Sum of RGB (Red+Green+Blue) = 237+210+132=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD284 is #122D7B. Grayscale: #D1D1D1. Windows color (decimal): -1191292 or 8704749. OLE color: 8704749.
HSL color Cylindrical-coordinate representation of color #EDD284: hue angle of 44.57º 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 #EDD284 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 132 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 44.57º | 0.74% | 0.72% | - |
| HSV(B) | 44.57º | 0.44% | 0.93% | - |
| XYZ | 62.14 | 65.76 | 31.25 | - |
| YUV | 209.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 132 | 0 | 0.11 | 0.44 | 0.07 | 44.57 | 0.74 | 0.72 |
| Hex | ED | D2 | 84 | 0 | B | 2C | 7 | 2D | 4A | 48 |
| Octal | 355 | 322 | 204 | 0 | 13 | 54 | 7 | 55 | 112 | 110 |
| Binary | 11101101 | 11010010 | 10000100 | 0 | 1011 | 101100 | 111 | 101101 | 1001010 | 1001000 |
Color Harmonies of #EDD284
Complementary color
Monochromatic Colors of #EDD284
Black with #EDD284
Text Example
Text Example
White with #EDD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD284; }
p { color: rgb(237,210,132); }
H1.HeaderClassName
{
color: #EDD284;
}
.AnyTagClassName
{
color: #EDD284;
}
</style>
background-color css
<style>
a { background-color: #EDD284; }
a { background-color: rgb(237,210,132); }
div.DivClassName
{
background-color: #EDD284;
}
.BgClassName
{
background-color: #EDD284;
}
</style>
border-color css
<style>
span { border-color: #EDD284; }
span { border-color: rgb(237,210,132); }
td.TdClassName
{
border-color: #EDD284;
}
.TagClassName
{
border-color: #EDD284;
}
</style>