Shades of Marzipan #EBC980
Tints of Marzipan #EBC980
RGB
CMYK
RGB Variations
Color information
#EBC980 (or 0xEBC980) is known color: Marzipan. HEX triplet: EB, C9 and 80. RGB value is (235,201,128). Sum of RGB (Red+Green+Blue) = 235+201+128=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC980 is #14367F. Grayscale: #CBCBCB. Windows color (decimal): -1324672 or 8440299. OLE color: 8440299.
HSL color Cylindrical-coordinate representation of color #EBC980: hue angle of 40.93º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC980 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 128 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.08 |
| HSL | 40.93º | 0.73% | 0.71% | - |
| HSV(B) | 40.93º | 0.46% | 0.92% | - |
| XYZ | 59.04 | 60.99 | 29.08 | - |
| YUV | 202.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 128 | 0 | 0.14 | 0.46 | 0.08 | 40.93 | 0.73 | 0.71 |
| Hex | EB | C9 | 80 | 0 | E | 2E | 8 | 29 | 49 | 47 |
| Octal | 353 | 311 | 200 | 0 | 16 | 56 | 10 | 51 | 111 | 107 |
| Binary | 11101011 | 11001001 | 10000000 | 0 | 1110 | 101110 | 1000 | 101001 | 1001001 | 1000111 |
Color Harmonies of #EBC980
Complementary color
Monochromatic Colors of #EBC980
Black with #EBC980
Text Example
Text Example
White with #EBC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC980; }
p { color: rgb(235,201,128); }
H1.HeaderClassName
{
color: #EBC980;
}
.AnyTagClassName
{
color: #EBC980;
}
</style>
background-color css
<style>
a { background-color: #EBC980; }
a { background-color: rgb(235,201,128); }
div.DivClassName
{
background-color: #EBC980;
}
.BgClassName
{
background-color: #EBC980;
}
</style>
border-color css
<style>
span { border-color: #EBC980; }
span { border-color: rgb(235,201,128); }
td.TdClassName
{
border-color: #EBC980;
}
.TagClassName
{
border-color: #EBC980;
}
</style>