Shades of Marzipan #E6C978
Tints of Marzipan #E6C978
RGB
CMYK
RGB Variations
Color information
#E6C978 (or 0xE6C978) is known color: Marzipan. HEX triplet: E6, C9 and 78. RGB value is (230,201,120). Sum of RGB (Red+Green+Blue) = 230+201+120=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C978 is #193687. Grayscale: #C8C8C8. Windows color (decimal): -1652360 or 7916006. OLE color: 7916006.
HSL color Cylindrical-coordinate representation of color #E6C978: hue angle of 44.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C978 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 120 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.10 |
| HSL | 44.18º | 0.69% | 0.69% | - |
| HSV(B) | 44.18º | 0.48% | 0.9% | - |
| XYZ | 56.91 | 59.95 | 26.34 | - |
| YUV | 200.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 120 | 0 | 0.13 | 0.48 | 0.10 | 44.18 | 0.69 | 0.69 |
| Hex | E6 | C9 | 78 | 0 | D | 30 | A | 2C | 45 | 45 |
| Octal | 346 | 311 | 170 | 0 | 15 | 60 | 12 | 54 | 105 | 105 |
| Binary | 11100110 | 11001001 | 1111000 | 0 | 1101 | 110000 | 1010 | 101100 | 1000101 | 1000101 |
Color Harmonies of #E6C978
Complementary color
Monochromatic Colors of #E6C978
Black with #E6C978
Text Example
Text Example
White with #E6C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C978; }
p { color: rgb(230,201,120); }
H1.HeaderClassName
{
color: #E6C978;
}
.AnyTagClassName
{
color: #E6C978;
}
</style>
background-color css
<style>
a { background-color: #E6C978; }
a { background-color: rgb(230,201,120); }
div.DivClassName
{
background-color: #E6C978;
}
.BgClassName
{
background-color: #E6C978;
}
</style>
border-color css
<style>
span { border-color: #E6C978; }
span { border-color: rgb(230,201,120); }
td.TdClassName
{
border-color: #E6C978;
}
.TagClassName
{
border-color: #E6C978;
}
</style>