Shades of Marzipan #E6C979
Tints of Marzipan #E6C979
RGB
CMYK
RGB Variations
Color information
#E6C979 (or 0xE6C979) is known color: Marzipan. HEX triplet: E6, C9 and 79. RGB value is (230,201,121). Sum of RGB (Red+Green+Blue) = 230+201+121=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C979 is #193686. Grayscale: #C8C8C8. Windows color (decimal): -1652359 or 7981542. OLE color: 7981542.
HSL color Cylindrical-coordinate representation of color #E6C979: hue angle of 44.04º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6C979 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 121 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.10 |
| HSL | 44.04º | 0.69% | 0.69% | - |
| HSV(B) | 44.04º | 0.47% | 0.9% | - |
| XYZ | 56.97 | 59.98 | 26.66 | - |
| YUV | 200.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 121 | 0 | 0.13 | 0.47 | 0.10 | 44.04 | 0.69 | 0.69 |
| Hex | E6 | C9 | 79 | 0 | D | 2F | A | 2C | 45 | 45 |
| Octal | 346 | 311 | 171 | 0 | 15 | 57 | 12 | 54 | 105 | 105 |
| Binary | 11100110 | 11001001 | 1111001 | 0 | 1101 | 101111 | 1010 | 101100 | 1000101 | 1000101 |
Color Harmonies of #E6C979
Complementary color
Monochromatic Colors of #E6C979
Black with #E6C979
Text Example
Text Example
White with #E6C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C979; }
p { color: rgb(230,201,121); }
H1.HeaderClassName
{
color: #E6C979;
}
.AnyTagClassName
{
color: #E6C979;
}
</style>
background-color css
<style>
a { background-color: #E6C979; }
a { background-color: rgb(230,201,121); }
div.DivClassName
{
background-color: #E6C979;
}
.BgClassName
{
background-color: #E6C979;
}
</style>
border-color css
<style>
span { border-color: #E6C979; }
span { border-color: rgb(230,201,121); }
td.TdClassName
{
border-color: #E6C979;
}
.TagClassName
{
border-color: #E6C979;
}
</style>