Shades of Marzipan #E6C981
Tints of Marzipan #E6C981
RGB
CMYK
RGB Variations
Color information
#E6C981 (or 0xE6C981) is known color: Marzipan. HEX triplet: E6, C9 and 81. RGB value is (230,201,129). Sum of RGB (Red+Green+Blue) = 230+201+129=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C981 is #19367E. Grayscale: #C9C9C9. Windows color (decimal): -1652351 or 8505830. OLE color: 8505830.
HSL color Cylindrical-coordinate representation of color #E6C981: hue angle of 42.77º 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 #E6C981 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 129 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.10 |
| HSL | 42.77º | 0.67% | 0.7% | - |
| HSV(B) | 42.77º | 0.44% | 0.9% | - |
| XYZ | 57.48 | 60.18 | 29.36 | - |
| YUV | 201.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 129 | 0 | 0.13 | 0.44 | 0.10 | 42.77 | 0.67 | 0.7 |
| Hex | E6 | C9 | 81 | 0 | D | 2C | A | 2B | 43 | 46 |
| Octal | 346 | 311 | 201 | 0 | 15 | 54 | 12 | 53 | 103 | 106 |
| Binary | 11100110 | 11001001 | 10000001 | 0 | 1101 | 101100 | 1010 | 101011 | 1000011 | 1000110 |
Color Harmonies of #E6C981
Complementary color
Monochromatic Colors of #E6C981
Black with #E6C981
Text Example
Text Example
White with #E6C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C981; }
p { color: rgb(230,201,129); }
H1.HeaderClassName
{
color: #E6C981;
}
.AnyTagClassName
{
color: #E6C981;
}
</style>
background-color css
<style>
a { background-color: #E6C981; }
a { background-color: rgb(230,201,129); }
div.DivClassName
{
background-color: #E6C981;
}
.BgClassName
{
background-color: #E6C981;
}
</style>
border-color css
<style>
span { border-color: #E6C981; }
span { border-color: rgb(230,201,129); }
td.TdClassName
{
border-color: #E6C981;
}
.TagClassName
{
border-color: #E6C981;
}
</style>