Shades of Marzipan #EBC987
Tints of Marzipan #EBC987
RGB
CMYK
RGB Variations
Color information
#EBC987 (or 0xEBC987) is known color: Marzipan. HEX triplet: EB, C9 and 87. RGB value is (235,201,135). Sum of RGB (Red+Green+Blue) = 235+201+135=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC987 is #143678. Grayscale: #CBCBCB. Windows color (decimal): -1324665 or 8899051. OLE color: 8899051.
HSL color Cylindrical-coordinate representation of color #EBC987: hue angle of 39.6º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBC987 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 135 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.08 |
| HSL | 39.6º | 0.71% | 0.73% | - |
| HSV(B) | 39.6º | 0.43% | 0.92% | - |
| XYZ | 59.52 | 61.18 | 31.59 | - |
| YUV | 203.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 135 | 0 | 0.14 | 0.43 | 0.08 | 39.6 | 0.71 | 0.73 |
| Hex | EB | C9 | 87 | 0 | E | 2B | 8 | 28 | 47 | 49 |
| Octal | 353 | 311 | 207 | 0 | 16 | 53 | 10 | 50 | 107 | 111 |
| Binary | 11101011 | 11001001 | 10000111 | 0 | 1110 | 101011 | 1000 | 101000 | 1000111 | 1001001 |
Color Harmonies of #EBC987
Complementary color
Monochromatic Colors of #EBC987
Black with #EBC987
Text Example
Text Example
White with #EBC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC987; }
p { color: rgb(235,201,135); }
H1.HeaderClassName
{
color: #EBC987;
}
.AnyTagClassName
{
color: #EBC987;
}
</style>
background-color css
<style>
a { background-color: #EBC987; }
a { background-color: rgb(235,201,135); }
div.DivClassName
{
background-color: #EBC987;
}
.BgClassName
{
background-color: #EBC987;
}
</style>
border-color css
<style>
span { border-color: #EBC987; }
span { border-color: rgb(235,201,135); }
td.TdClassName
{
border-color: #EBC987;
}
.TagClassName
{
border-color: #EBC987;
}
</style>