Shades of Marzipan #EBC276
Tints of Marzipan #EBC276
RGB
CMYK
RGB Variations
Color information
#EBC276 (or 0xEBC276) is known color: Marzipan. HEX triplet: EB, C2 and 76. RGB value is (235,194,118). Sum of RGB (Red+Green+Blue) = 235+194+118=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC276 is #143D89. Grayscale: #C5C5C5. Windows color (decimal): -1326474 or 7783147. OLE color: 7783147.
HSL color Cylindrical-coordinate representation of color #EBC276: hue angle of 38.97º 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 #EBC276 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 118 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.08 |
| HSL | 38.97º | 0.75% | 0.69% | - |
| HSV(B) | 38.97º | 0.5% | 0.92% | - |
| XYZ | 56.82 | 57.55 | 25.25 | - |
| YUV | 197.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 118 | 0 | 0.17 | 0.50 | 0.08 | 38.97 | 0.75 | 0.69 |
| Hex | EB | C2 | 76 | 0 | 11 | 32 | 8 | 27 | 4B | 45 |
| Octal | 353 | 302 | 166 | 0 | 21 | 62 | 10 | 47 | 113 | 105 |
| Binary | 11101011 | 11000010 | 1110110 | 0 | 10001 | 110010 | 1000 | 100111 | 1001011 | 1000101 |
Color Harmonies of #EBC276
Complementary color
Monochromatic Colors of #EBC276
Black with #EBC276
Text Example
Text Example
White with #EBC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC276; }
p { color: rgb(235,194,118); }
H1.HeaderClassName
{
color: #EBC276;
}
.AnyTagClassName
{
color: #EBC276;
}
</style>
background-color css
<style>
a { background-color: #EBC276; }
a { background-color: rgb(235,194,118); }
div.DivClassName
{
background-color: #EBC276;
}
.BgClassName
{
background-color: #EBC276;
}
</style>
border-color css
<style>
span { border-color: #EBC276; }
span { border-color: rgb(235,194,118); }
td.TdClassName
{
border-color: #EBC276;
}
.TagClassName
{
border-color: #EBC276;
}
</style>