Shades of Marzipan #E6C578
Tints of Marzipan #E6C578
RGB
CMYK
RGB Variations
Color information
#E6C578 (or 0xE6C578) is known color: Marzipan. HEX triplet: E6, C5 and 78. RGB value is (230,197,120). Sum of RGB (Red+Green+Blue) = 230+197+120=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C578 is #193A87. Grayscale: #C6C6C6. Windows color (decimal): -1653384 or 7914982. OLE color: 7914982.
HSL color Cylindrical-coordinate representation of color #E6C578: hue angle of 42º 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 #E6C578 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 120 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.10 |
| HSL | 42º | 0.69% | 0.69% | - |
| HSV(B) | 42º | 0.48% | 0.9% | - |
| XYZ | 55.99 | 58.11 | 26.03 | - |
| YUV | 198.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 120 | 0 | 0.14 | 0.48 | 0.10 | 42 | 0.69 | 0.69 |
| Hex | E6 | C5 | 78 | 0 | E | 30 | A | 2A | 45 | 45 |
| Octal | 346 | 305 | 170 | 0 | 16 | 60 | 12 | 52 | 105 | 105 |
| Binary | 11100110 | 11000101 | 1111000 | 0 | 1110 | 110000 | 1010 | 101010 | 1000101 | 1000101 |
Color Harmonies of #E6C578
Complementary color
Monochromatic Colors of #E6C578
Black with #E6C578
Text Example
Text Example
White with #E6C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C578; }
p { color: rgb(230,197,120); }
H1.HeaderClassName
{
color: #E6C578;
}
.AnyTagClassName
{
color: #E6C578;
}
</style>
background-color css
<style>
a { background-color: #E6C578; }
a { background-color: rgb(230,197,120); }
div.DivClassName
{
background-color: #E6C578;
}
.BgClassName
{
background-color: #E6C578;
}
</style>
border-color css
<style>
span { border-color: #E6C578; }
span { border-color: rgb(230,197,120); }
td.TdClassName
{
border-color: #E6C578;
}
.TagClassName
{
border-color: #E6C578;
}
</style>