Shades of Marzipan #E6C980
Tints of Marzipan #E6C980
RGB
CMYK
RGB Variations
Color information
#E6C980 (or 0xE6C980) is known color: Marzipan. HEX triplet: E6, C9 and 80. RGB value is (230,201,128). Sum of RGB (Red+Green+Blue) = 230+201+128=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C980 is #19367F. Grayscale: #C9C9C9. Windows color (decimal): -1652352 or 8440294. OLE color: 8440294.
HSL color Cylindrical-coordinate representation of color #E6C980: hue angle of 42.94º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6C980 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 128 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.10 |
| HSL | 42.94º | 0.67% | 0.7% | - |
| HSV(B) | 42.94º | 0.44% | 0.9% | - |
| XYZ | 57.42 | 60.15 | 29.01 | - |
| YUV | 201.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 128 | 0 | 0.13 | 0.44 | 0.10 | 42.94 | 0.67 | 0.7 |
| Hex | E6 | C9 | 80 | 0 | D | 2C | A | 2B | 43 | 46 |
| Octal | 346 | 311 | 200 | 0 | 15 | 54 | 12 | 53 | 103 | 106 |
| Binary | 11100110 | 11001001 | 10000000 | 0 | 1101 | 101100 | 1010 | 101011 | 1000011 | 1000110 |
Color Harmonies of #E6C980
Complementary color
Monochromatic Colors of #E6C980
Black with #E6C980
Text Example
Text Example
White with #E6C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C980; }
p { color: rgb(230,201,128); }
H1.HeaderClassName
{
color: #E6C980;
}
.AnyTagClassName
{
color: #E6C980;
}
</style>
background-color css
<style>
a { background-color: #E6C980; }
a { background-color: rgb(230,201,128); }
div.DivClassName
{
background-color: #E6C980;
}
.BgClassName
{
background-color: #E6C980;
}
</style>
border-color css
<style>
span { border-color: #E6C980; }
span { border-color: rgb(230,201,128); }
td.TdClassName
{
border-color: #E6C980;
}
.TagClassName
{
border-color: #E6C980;
}
</style>