Shades of Marzipan #E7C979
Tints of Marzipan #E7C979
RGB
CMYK
RGB Variations
Color information
#E7C979 (or 0xE7C979) is known color: Marzipan. HEX triplet: E7, C9 and 79. RGB value is (231,201,121). Sum of RGB (Red+Green+Blue) = 231+201+121=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C979 is #183686. Grayscale: #C9C9C9. Windows color (decimal): -1586823 or 7981543. OLE color: 7981543.
HSL color Cylindrical-coordinate representation of color #E7C979: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7C979 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 121 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.09 |
| HSL | 43.64º | 0.7% | 0.69% | - |
| HSV(B) | 43.64º | 0.48% | 0.91% | - |
| XYZ | 57.29 | 60.14 | 26.68 | - |
| YUV | 200.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 121 | 0 | 0.13 | 0.48 | 0.09 | 43.64 | 0.7 | 0.69 |
| Hex | E7 | C9 | 79 | 0 | D | 30 | 9 | 2C | 46 | 45 |
| Octal | 347 | 311 | 171 | 0 | 15 | 60 | 11 | 54 | 106 | 105 |
| Binary | 11100111 | 11001001 | 1111001 | 0 | 1101 | 110000 | 1001 | 101100 | 1000110 | 1000101 |
Color Harmonies of #E7C979
Complementary color
Monochromatic Colors of #E7C979
Black with #E7C979
Text Example
Text Example
White with #E7C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C979; }
p { color: rgb(231,201,121); }
H1.HeaderClassName
{
color: #E7C979;
}
.AnyTagClassName
{
color: #E7C979;
}
</style>
background-color css
<style>
a { background-color: #E7C979; }
a { background-color: rgb(231,201,121); }
div.DivClassName
{
background-color: #E7C979;
}
.BgClassName
{
background-color: #E7C979;
}
</style>
border-color css
<style>
span { border-color: #E7C979; }
span { border-color: rgb(231,201,121); }
td.TdClassName
{
border-color: #E7C979;
}
.TagClassName
{
border-color: #E7C979;
}
</style>