Shades of Marzipan #E6C680
Tints of Marzipan #E6C680
RGB
CMYK
RGB Variations
Color information
#E6C680 (or 0xE6C680) is known color: Marzipan. HEX triplet: E6, C6 and 80. RGB value is (230,198,128). Sum of RGB (Red+Green+Blue) = 230+198+128=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C680 is #19397F. Grayscale: #C7C7C7. Windows color (decimal): -1653120 or 8439526. OLE color: 8439526.
HSL color Cylindrical-coordinate representation of color #E6C680: hue angle of 41.18º 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 #E6C680 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 128 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.10 |
| HSL | 41.18º | 0.67% | 0.7% | - |
| HSV(B) | 41.18º | 0.44% | 0.9% | - |
| XYZ | 56.72 | 58.77 | 28.78 | - |
| YUV | 199.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 128 | 0 | 0.14 | 0.44 | 0.10 | 41.18 | 0.67 | 0.7 |
| Hex | E6 | C6 | 80 | 0 | E | 2C | A | 29 | 43 | 46 |
| Octal | 346 | 306 | 200 | 0 | 16 | 54 | 12 | 51 | 103 | 106 |
| Binary | 11100110 | 11000110 | 10000000 | 0 | 1110 | 101100 | 1010 | 101001 | 1000011 | 1000110 |
Color Harmonies of #E6C680
Complementary color
Monochromatic Colors of #E6C680
Black with #E6C680
Text Example
Text Example
White with #E6C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C680; }
p { color: rgb(230,198,128); }
H1.HeaderClassName
{
color: #E6C680;
}
.AnyTagClassName
{
color: #E6C680;
}
</style>
background-color css
<style>
a { background-color: #E6C680; }
a { background-color: rgb(230,198,128); }
div.DivClassName
{
background-color: #E6C680;
}
.BgClassName
{
background-color: #E6C680;
}
</style>
border-color css
<style>
span { border-color: #E6C680; }
span { border-color: rgb(230,198,128); }
td.TdClassName
{
border-color: #E6C680;
}
.TagClassName
{
border-color: #E6C680;
}
</style>