Shades of Marzipan #EDC988
Tints of Marzipan #EDC988
RGB
CMYK
RGB Variations
Color information
#EDC988 (or 0xEDC988) is known color: Marzipan. HEX triplet: ED, C9 and 88. RGB value is (237,201,136). Sum of RGB (Red+Green+Blue) = 237+201+136=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC988 is #123677. Grayscale: #CCCCCC. Windows color (decimal): -1193592 or 8964589. OLE color: 8964589.
HSL color Cylindrical-coordinate representation of color #EDC988: hue angle of 38.61º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDC988 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 136 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.07 |
| HSL | 38.61º | 0.74% | 0.73% | - |
| HSV(B) | 38.61º | 0.43% | 0.93% | - |
| XYZ | 60.26 | 61.56 | 32 | - |
| YUV | 204.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 136 | 0 | 0.15 | 0.43 | 0.07 | 38.61 | 0.74 | 0.73 |
| Hex | ED | C9 | 88 | 0 | F | 2B | 7 | 27 | 4A | 49 |
| Octal | 355 | 311 | 210 | 0 | 17 | 53 | 7 | 47 | 112 | 111 |
| Binary | 11101101 | 11001001 | 10001000 | 0 | 1111 | 101011 | 111 | 100111 | 1001010 | 1001001 |
Color Harmonies of #EDC988
Complementary color
Monochromatic Colors of #EDC988
Black with #EDC988
Text Example
Text Example
White with #EDC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC988; }
p { color: rgb(237,201,136); }
H1.HeaderClassName
{
color: #EDC988;
}
.AnyTagClassName
{
color: #EDC988;
}
</style>
background-color css
<style>
a { background-color: #EDC988; }
a { background-color: rgb(237,201,136); }
div.DivClassName
{
background-color: #EDC988;
}
.BgClassName
{
background-color: #EDC988;
}
</style>
border-color css
<style>
span { border-color: #EDC988; }
span { border-color: rgb(237,201,136); }
td.TdClassName
{
border-color: #EDC988;
}
.TagClassName
{
border-color: #EDC988;
}
</style>