Shades of Marzipan #EDC588
Tints of Marzipan #EDC588
RGB
CMYK
RGB Variations
Color information
#EDC588 (or 0xEDC588) is known color: Marzipan. HEX triplet: ED, C5 and 88. RGB value is (237,197,136). Sum of RGB (Red+Green+Blue) = 237+197+136=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC588 is #123A77. Grayscale: #CACACA. Windows color (decimal): -1194616 or 8963565. OLE color: 8963565.
HSL color Cylindrical-coordinate representation of color #EDC588: hue angle of 36.24º 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 #EDC588 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 136 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.07 |
| HSL | 36.24º | 0.74% | 0.73% | - |
| HSV(B) | 36.24º | 0.43% | 0.93% | - |
| XYZ | 59.34 | 59.71 | 31.69 | - |
| YUV | 202.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 136 | 0 | 0.17 | 0.43 | 0.07 | 36.24 | 0.74 | 0.73 |
| Hex | ED | C5 | 88 | 0 | 11 | 2B | 7 | 24 | 4A | 49 |
| Octal | 355 | 305 | 210 | 0 | 21 | 53 | 7 | 44 | 112 | 111 |
| Binary | 11101101 | 11000101 | 10001000 | 0 | 10001 | 101011 | 111 | 100100 | 1001010 | 1001001 |
Color Harmonies of #EDC588
Complementary color
Monochromatic Colors of #EDC588
Black with #EDC588
Text Example
Text Example
White with #EDC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC588; }
p { color: rgb(237,197,136); }
H1.HeaderClassName
{
color: #EDC588;
}
.AnyTagClassName
{
color: #EDC588;
}
</style>
background-color css
<style>
a { background-color: #EDC588; }
a { background-color: rgb(237,197,136); }
div.DivClassName
{
background-color: #EDC588;
}
.BgClassName
{
background-color: #EDC588;
}
</style>
border-color css
<style>
span { border-color: #EDC588; }
span { border-color: rgb(237,197,136); }
td.TdClassName
{
border-color: #EDC588;
}
.TagClassName
{
border-color: #EDC588;
}
</style>