Shades of Marzipan #EBC986
Tints of Marzipan #EBC986
RGB
CMYK
RGB Variations
Color information
#EBC986 (or 0xEBC986) is known color: Marzipan. HEX triplet: EB, C9 and 86. RGB value is (235,201,134). Sum of RGB (Red+Green+Blue) = 235+201+134=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC986 is #143679. Grayscale: #CBCBCB. Windows color (decimal): -1324666 or 8833515. OLE color: 8833515.
HSL color Cylindrical-coordinate representation of color #EBC986: hue angle of 39.8º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBC986 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 134 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.08 |
| HSL | 39.8º | 0.72% | 0.72% | - |
| HSV(B) | 39.8º | 0.43% | 0.92% | - |
| XYZ | 59.45 | 61.16 | 31.23 | - |
| YUV | 203.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 134 | 0 | 0.14 | 0.43 | 0.08 | 39.8 | 0.72 | 0.72 |
| Hex | EB | C9 | 86 | 0 | E | 2B | 8 | 28 | 48 | 48 |
| Octal | 353 | 311 | 206 | 0 | 16 | 53 | 10 | 50 | 110 | 110 |
| Binary | 11101011 | 11001001 | 10000110 | 0 | 1110 | 101011 | 1000 | 101000 | 1001000 | 1001000 |
Color Harmonies of #EBC986
Complementary color
Monochromatic Colors of #EBC986
Black with #EBC986
Text Example
Text Example
White with #EBC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC986; }
p { color: rgb(235,201,134); }
H1.HeaderClassName
{
color: #EBC986;
}
.AnyTagClassName
{
color: #EBC986;
}
</style>
background-color css
<style>
a { background-color: #EBC986; }
a { background-color: rgb(235,201,134); }
div.DivClassName
{
background-color: #EBC986;
}
.BgClassName
{
background-color: #EBC986;
}
</style>
border-color css
<style>
span { border-color: #EBC986; }
span { border-color: rgb(235,201,134); }
td.TdClassName
{
border-color: #EBC986;
}
.TagClassName
{
border-color: #EBC986;
}
</style>