Shades of Marzipan #EDCD89
Tints of Marzipan #EDCD89
RGB
CMYK
RGB Variations
Color information
#EDCD89 (or 0xEDCD89) is known color: Marzipan. HEX triplet: ED, CD and 89. RGB value is (237,205,137). Sum of RGB (Red+Green+Blue) = 237+205+137=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD89 is #123276. Grayscale: #CFCFCF. Windows color (decimal): -1192567 or 9031149. OLE color: 9031149.
HSL color Cylindrical-coordinate representation of color #EDCD89: hue angle of 40.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDCD89 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 137 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.07 |
| HSL | 40.8º | 0.74% | 0.73% | - |
| HSV(B) | 40.8º | 0.42% | 0.93% | - |
| XYZ | 61.27 | 63.47 | 32.69 | - |
| YUV | 206.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 137 | 0 | 0.14 | 0.42 | 0.07 | 40.8 | 0.74 | 0.73 |
| Hex | ED | CD | 89 | 0 | E | 2A | 7 | 29 | 4A | 49 |
| Octal | 355 | 315 | 211 | 0 | 16 | 52 | 7 | 51 | 112 | 111 |
| Binary | 11101101 | 11001101 | 10001001 | 0 | 1110 | 101010 | 111 | 101001 | 1001010 | 1001001 |
Color Harmonies of #EDCD89
Complementary color
Monochromatic Colors of #EDCD89
Black with #EDCD89
Text Example
Text Example
White with #EDCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD89; }
p { color: rgb(237,205,137); }
H1.HeaderClassName
{
color: #EDCD89;
}
.AnyTagClassName
{
color: #EDCD89;
}
</style>
background-color css
<style>
a { background-color: #EDCD89; }
a { background-color: rgb(237,205,137); }
div.DivClassName
{
background-color: #EDCD89;
}
.BgClassName
{
background-color: #EDCD89;
}
</style>
border-color css
<style>
span { border-color: #EDCD89; }
span { border-color: rgb(237,205,137); }
td.TdClassName
{
border-color: #EDCD89;
}
.TagClassName
{
border-color: #EDCD89;
}
</style>