Shades of Marzipan #EDC889
Tints of Marzipan #EDC889
RGB
CMYK
RGB Variations
Color information
#EDC889 (or 0xEDC889) is known color: Marzipan. HEX triplet: ED, C8 and 89. RGB value is (237,200,137). Sum of RGB (Red+Green+Blue) = 237+200+137=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC889 is #123776. Grayscale: #CCCCCC. Windows color (decimal): -1193847 or 9029869. OLE color: 9029869.
HSL color Cylindrical-coordinate representation of color #EDC889: hue angle of 37.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 #EDC889 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 137 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.07 |
| HSL | 37.8º | 0.74% | 0.73% | - |
| HSV(B) | 37.8º | 0.42% | 0.93% | - |
| XYZ | 60.09 | 61.12 | 32.3 | - |
| YUV | 203.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 137 | 0 | 0.16 | 0.42 | 0.07 | 37.8 | 0.74 | 0.73 |
| Hex | ED | C8 | 89 | 0 | 10 | 2A | 7 | 26 | 4A | 49 |
| Octal | 355 | 310 | 211 | 0 | 20 | 52 | 7 | 46 | 112 | 111 |
| Binary | 11101101 | 11001000 | 10001001 | 0 | 10000 | 101010 | 111 | 100110 | 1001010 | 1001001 |
Color Harmonies of #EDC889
Complementary color
Monochromatic Colors of #EDC889
Black with #EDC889
Text Example
Text Example
White with #EDC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC889; }
p { color: rgb(237,200,137); }
H1.HeaderClassName
{
color: #EDC889;
}
.AnyTagClassName
{
color: #EDC889;
}
</style>
background-color css
<style>
a { background-color: #EDC889; }
a { background-color: rgb(237,200,137); }
div.DivClassName
{
background-color: #EDC889;
}
.BgClassName
{
background-color: #EDC889;
}
</style>
border-color css
<style>
span { border-color: #EDC889; }
span { border-color: rgb(237,200,137); }
td.TdClassName
{
border-color: #EDC889;
}
.TagClassName
{
border-color: #EDC889;
}
</style>