Shades of Marzipan #EBC976
Tints of Marzipan #EBC976
RGB
CMYK
RGB Variations
Color information
#EBC976 (or 0xEBC976) is known color: Marzipan. HEX triplet: EB, C9 and 76. RGB value is (235,201,118). Sum of RGB (Red+Green+Blue) = 235+201+118=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC976 is #143689. Grayscale: #CACACA. Windows color (decimal): -1324682 or 7784939. OLE color: 7784939.
HSL color Cylindrical-coordinate representation of color #EBC976: hue angle of 42.56º 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 #EBC976 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 118 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.08 |
| HSL | 42.56º | 0.75% | 0.69% | - |
| HSV(B) | 42.56º | 0.5% | 0.92% | - |
| XYZ | 58.42 | 60.74 | 25.79 | - |
| YUV | 201.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 118 | 0 | 0.14 | 0.50 | 0.08 | 42.56 | 0.75 | 0.69 |
| Hex | EB | C9 | 76 | 0 | E | 32 | 8 | 2B | 4B | 45 |
| Octal | 353 | 311 | 166 | 0 | 16 | 62 | 10 | 53 | 113 | 105 |
| Binary | 11101011 | 11001001 | 1110110 | 0 | 1110 | 110010 | 1000 | 101011 | 1001011 | 1000101 |
Color Harmonies of #EBC976
Complementary color
Monochromatic Colors of #EBC976
Black with #EBC976
Text Example
Text Example
White with #EBC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC976; }
p { color: rgb(235,201,118); }
H1.HeaderClassName
{
color: #EBC976;
}
.AnyTagClassName
{
color: #EBC976;
}
</style>
background-color css
<style>
a { background-color: #EBC976; }
a { background-color: rgb(235,201,118); }
div.DivClassName
{
background-color: #EBC976;
}
.BgClassName
{
background-color: #EBC976;
}
</style>
border-color css
<style>
span { border-color: #EBC976; }
span { border-color: rgb(235,201,118); }
td.TdClassName
{
border-color: #EBC976;
}
.TagClassName
{
border-color: #EBC976;
}
</style>