Shades of Marzipan #E9C980
Tints of Marzipan #E9C980
RGB
CMYK
RGB Variations
Color information
#E9C980 (or 0xE9C980) is known color: Marzipan. HEX triplet: E9, C9 and 80. RGB value is (233,201,128). Sum of RGB (Red+Green+Blue) = 233+201+128=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C980 is #16367F. Grayscale: #CACACA. Windows color (decimal): -1455744 or 8440297. OLE color: 8440297.
HSL color Cylindrical-coordinate representation of color #E9C980: hue angle of 41.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9C980 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 128 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.09 |
| HSL | 41.71º | 0.7% | 0.71% | - |
| HSV(B) | 41.71º | 0.45% | 0.91% | - |
| XYZ | 58.39 | 60.66 | 29.05 | - |
| YUV | 202.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 128 | 0 | 0.14 | 0.45 | 0.09 | 41.71 | 0.7 | 0.71 |
| Hex | E9 | C9 | 80 | 0 | E | 2D | 9 | 2A | 46 | 47 |
| Octal | 351 | 311 | 200 | 0 | 16 | 55 | 11 | 52 | 106 | 107 |
| Binary | 11101001 | 11001001 | 10000000 | 0 | 1110 | 101101 | 1001 | 101010 | 1000110 | 1000111 |
Color Harmonies of #E9C980
Complementary color
Monochromatic Colors of #E9C980
Black with #E9C980
Text Example
Text Example
White with #E9C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C980; }
p { color: rgb(233,201,128); }
H1.HeaderClassName
{
color: #E9C980;
}
.AnyTagClassName
{
color: #E9C980;
}
</style>
background-color css
<style>
a { background-color: #E9C980; }
a { background-color: rgb(233,201,128); }
div.DivClassName
{
background-color: #E9C980;
}
.BgClassName
{
background-color: #E9C980;
}
</style>
border-color css
<style>
span { border-color: #E9C980; }
span { border-color: rgb(233,201,128); }
td.TdClassName
{
border-color: #E9C980;
}
.TagClassName
{
border-color: #E9C980;
}
</style>