Shades of Marzipan #E6C878
Tints of Marzipan #E6C878
RGB
CMYK
RGB Variations
Color information
#E6C878 (or 0xE6C878) is known color: Marzipan. HEX triplet: E6, C8 and 78. RGB value is (230,200,120). Sum of RGB (Red+Green+Blue) = 230+200+120=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C878 is #193787. Grayscale: #C8C8C8. Windows color (decimal): -1652616 or 7915750. OLE color: 7915750.
HSL color Cylindrical-coordinate representation of color #E6C878: hue angle of 43.64º 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 #E6C878 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 120 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.10 |
| HSL | 43.64º | 0.69% | 0.69% | - |
| HSV(B) | 43.64º | 0.48% | 0.9% | - |
| XYZ | 56.68 | 59.49 | 26.26 | - |
| YUV | 199.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 120 | 0 | 0.13 | 0.48 | 0.10 | 43.64 | 0.69 | 0.69 |
| Hex | E6 | C8 | 78 | 0 | D | 30 | A | 2C | 45 | 45 |
| Octal | 346 | 310 | 170 | 0 | 15 | 60 | 12 | 54 | 105 | 105 |
| Binary | 11100110 | 11001000 | 1111000 | 0 | 1101 | 110000 | 1010 | 101100 | 1000101 | 1000101 |
Color Harmonies of #E6C878
Complementary color
Monochromatic Colors of #E6C878
Black with #E6C878
Text Example
Text Example
White with #E6C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C878; }
p { color: rgb(230,200,120); }
H1.HeaderClassName
{
color: #E6C878;
}
.AnyTagClassName
{
color: #E6C878;
}
</style>
background-color css
<style>
a { background-color: #E6C878; }
a { background-color: rgb(230,200,120); }
div.DivClassName
{
background-color: #E6C878;
}
.BgClassName
{
background-color: #E6C878;
}
</style>
border-color css
<style>
span { border-color: #E6C878; }
span { border-color: rgb(230,200,120); }
td.TdClassName
{
border-color: #E6C878;
}
.TagClassName
{
border-color: #E6C878;
}
</style>