Shades of Marzipan #EBC586
Tints of Marzipan #EBC586
RGB
CMYK
RGB Variations
Color information
#EBC586 (or 0xEBC586) is known color: Marzipan. HEX triplet: EB, C5 and 86. RGB value is (235,197,134). Sum of RGB (Red+Green+Blue) = 235+197+134=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC586 is #143A79. Grayscale: #C9C9C9. Windows color (decimal): -1325690 or 8832491. OLE color: 8832491.
HSL color Cylindrical-coordinate representation of color #EBC586: hue angle of 37.43º 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 #EBC586 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 134 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.08 |
| HSL | 37.43º | 0.72% | 0.72% | - |
| HSV(B) | 37.43º | 0.43% | 0.92% | - |
| XYZ | 58.53 | 59.32 | 30.92 | - |
| YUV | 201.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 134 | 0 | 0.16 | 0.43 | 0.08 | 37.43 | 0.72 | 0.72 |
| Hex | EB | C5 | 86 | 0 | 10 | 2B | 8 | 25 | 48 | 48 |
| Octal | 353 | 305 | 206 | 0 | 20 | 53 | 10 | 45 | 110 | 110 |
| Binary | 11101011 | 11000101 | 10000110 | 0 | 10000 | 101011 | 1000 | 100101 | 1001000 | 1001000 |
Color Harmonies of #EBC586
Complementary color
Monochromatic Colors of #EBC586
Black with #EBC586
Text Example
Text Example
White with #EBC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC586; }
p { color: rgb(235,197,134); }
H1.HeaderClassName
{
color: #EBC586;
}
.AnyTagClassName
{
color: #EBC586;
}
</style>
background-color css
<style>
a { background-color: #EBC586; }
a { background-color: rgb(235,197,134); }
div.DivClassName
{
background-color: #EBC586;
}
.BgClassName
{
background-color: #EBC586;
}
</style>
border-color css
<style>
span { border-color: #EBC586; }
span { border-color: rgb(235,197,134); }
td.TdClassName
{
border-color: #EBC586;
}
.TagClassName
{
border-color: #EBC586;
}
</style>