Shades of Marzipan #EDC487
Tints of Marzipan #EDC487
RGB
CMYK
RGB Variations
Color information
#EDC487 (or 0xEDC487) is known color: Marzipan. HEX triplet: ED, C4 and 87. RGB value is (237,196,135). Sum of RGB (Red+Green+Blue) = 237+196+135=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC487 is #123B78. Grayscale: #C9C9C9. Windows color (decimal): -1194873 or 8897773. OLE color: 8897773.
HSL color Cylindrical-coordinate representation of color #EDC487: hue angle of 35.88º 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 #EDC487 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 135 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.07 |
| HSL | 35.88º | 0.74% | 0.73% | - |
| HSV(B) | 35.88º | 0.43% | 0.93% | - |
| XYZ | 59.04 | 59.23 | 31.24 | - |
| YUV | 201.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 135 | 0 | 0.17 | 0.43 | 0.07 | 35.88 | 0.74 | 0.73 |
| Hex | ED | C4 | 87 | 0 | 11 | 2B | 7 | 24 | 4A | 49 |
| Octal | 355 | 304 | 207 | 0 | 21 | 53 | 7 | 44 | 112 | 111 |
| Binary | 11101101 | 11000100 | 10000111 | 0 | 10001 | 101011 | 111 | 100100 | 1001010 | 1001001 |
Color Harmonies of #EDC487
Complementary color
Monochromatic Colors of #EDC487
Black with #EDC487
Text Example
Text Example
White with #EDC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC487; }
p { color: rgb(237,196,135); }
H1.HeaderClassName
{
color: #EDC487;
}
.AnyTagClassName
{
color: #EDC487;
}
</style>
background-color css
<style>
a { background-color: #EDC487; }
a { background-color: rgb(237,196,135); }
div.DivClassName
{
background-color: #EDC487;
}
.BgClassName
{
background-color: #EDC487;
}
</style>
border-color css
<style>
span { border-color: #EDC487; }
span { border-color: rgb(237,196,135); }
td.TdClassName
{
border-color: #EDC487;
}
.TagClassName
{
border-color: #EDC487;
}
</style>