Shades of Marzipan #E7C981
Tints of Marzipan #E7C981
RGB
CMYK
RGB Variations
Color information
#E7C981 (or 0xE7C981) is known color: Marzipan. HEX triplet: E7, C9 and 81. RGB value is (231,201,129). Sum of RGB (Red+Green+Blue) = 231+201+129=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C981 is #18367E. Grayscale: #CACACA. Windows color (decimal): -1586815 or 8505831. OLE color: 8505831.
HSL color Cylindrical-coordinate representation of color #E7C981: hue angle of 42.35º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7C981 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 129 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.09 |
| HSL | 42.35º | 0.68% | 0.71% | - |
| HSV(B) | 42.35º | 0.44% | 0.91% | - |
| XYZ | 57.8 | 60.35 | 29.37 | - |
| YUV | 201.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 129 | 0 | 0.13 | 0.44 | 0.09 | 42.35 | 0.68 | 0.71 |
| Hex | E7 | C9 | 81 | 0 | D | 2C | 9 | 2A | 44 | 47 |
| Octal | 347 | 311 | 201 | 0 | 15 | 54 | 11 | 52 | 104 | 107 |
| Binary | 11100111 | 11001001 | 10000001 | 0 | 1101 | 101100 | 1001 | 101010 | 1000100 | 1000111 |
Color Harmonies of #E7C981
Complementary color
Monochromatic Colors of #E7C981
Black with #E7C981
Text Example
Text Example
White with #E7C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C981; }
p { color: rgb(231,201,129); }
H1.HeaderClassName
{
color: #E7C981;
}
.AnyTagClassName
{
color: #E7C981;
}
</style>
background-color css
<style>
a { background-color: #E7C981; }
a { background-color: rgb(231,201,129); }
div.DivClassName
{
background-color: #E7C981;
}
.BgClassName
{
background-color: #E7C981;
}
</style>
border-color css
<style>
span { border-color: #E7C981; }
span { border-color: rgb(231,201,129); }
td.TdClassName
{
border-color: #E7C981;
}
.TagClassName
{
border-color: #E7C981;
}
</style>