Shades of Marzipan #EBC876
Tints of Marzipan #EBC876
RGB
CMYK
RGB Variations
Color information
#EBC876 (or 0xEBC876) is known color: Marzipan. HEX triplet: EB, C8 and 76. RGB value is (235,200,118). Sum of RGB (Red+Green+Blue) = 235+200+118=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC876 is #143789. Grayscale: #C9C9C9. Windows color (decimal): -1324938 or 7784683. OLE color: 7784683.
HSL color Cylindrical-coordinate representation of color #EBC876: hue angle of 42.05º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC876 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 118 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.08 |
| HSL | 42.05º | 0.75% | 0.69% | - |
| HSV(B) | 42.05º | 0.5% | 0.92% | - |
| XYZ | 58.19 | 60.28 | 25.71 | - |
| YUV | 201.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 118 | 0 | 0.15 | 0.50 | 0.08 | 42.05 | 0.75 | 0.69 |
| Hex | EB | C8 | 76 | 0 | F | 32 | 8 | 2A | 4B | 45 |
| Octal | 353 | 310 | 166 | 0 | 17 | 62 | 10 | 52 | 113 | 105 |
| Binary | 11101011 | 11001000 | 1110110 | 0 | 1111 | 110010 | 1000 | 101010 | 1001011 | 1000101 |
Color Harmonies of #EBC876
Complementary color
Monochromatic Colors of #EBC876
Black with #EBC876
Text Example
Text Example
White with #EBC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC876; }
p { color: rgb(235,200,118); }
H1.HeaderClassName
{
color: #EBC876;
}
.AnyTagClassName
{
color: #EBC876;
}
</style>
background-color css
<style>
a { background-color: #EBC876; }
a { background-color: rgb(235,200,118); }
div.DivClassName
{
background-color: #EBC876;
}
.BgClassName
{
background-color: #EBC876;
}
</style>
border-color css
<style>
span { border-color: #EBC876; }
span { border-color: rgb(235,200,118); }
td.TdClassName
{
border-color: #EBC876;
}
.TagClassName
{
border-color: #EBC876;
}
</style>