Shades of Marzipan #E8C678
Tints of Marzipan #E8C678
RGB
CMYK
RGB Variations
Color information
#E8C678 (or 0xE8C678) is known color: Marzipan. HEX triplet: E8, C6 and 78. RGB value is (232,198,120). Sum of RGB (Red+Green+Blue) = 232+198+120=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C678 is #173987. Grayscale: #C7C7C7. Windows color (decimal): -1522056 or 7915240. OLE color: 7915240.
HSL color Cylindrical-coordinate representation of color #E8C678: hue angle of 41.79º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8C678 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 120 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.09 |
| HSL | 41.79º | 0.71% | 0.69% | - |
| HSV(B) | 41.79º | 0.48% | 0.91% | - |
| XYZ | 56.86 | 58.9 | 26.14 | - |
| YUV | 199.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 120 | 0 | 0.15 | 0.48 | 0.09 | 41.79 | 0.71 | 0.69 |
| Hex | E8 | C6 | 78 | 0 | F | 30 | 9 | 2A | 47 | 45 |
| Octal | 350 | 306 | 170 | 0 | 17 | 60 | 11 | 52 | 107 | 105 |
| Binary | 11101000 | 11000110 | 1111000 | 0 | 1111 | 110000 | 1001 | 101010 | 1000111 | 1000101 |
Color Harmonies of #E8C678
Complementary color
Monochromatic Colors of #E8C678
Black with #E8C678
Text Example
Text Example
White with #E8C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C678; }
p { color: rgb(232,198,120); }
H1.HeaderClassName
{
color: #E8C678;
}
.AnyTagClassName
{
color: #E8C678;
}
</style>
background-color css
<style>
a { background-color: #E8C678; }
a { background-color: rgb(232,198,120); }
div.DivClassName
{
background-color: #E8C678;
}
.BgClassName
{
background-color: #E8C678;
}
</style>
border-color css
<style>
span { border-color: #E8C678; }
span { border-color: rgb(232,198,120); }
td.TdClassName
{
border-color: #E8C678;
}
.TagClassName
{
border-color: #E8C678;
}
</style>