Shades of Marzipan #E8C676
Tints of Marzipan #E8C676
RGB
CMYK
RGB Variations
Color information
#E8C676 (or 0xE8C676) is known color: Marzipan. HEX triplet: E8, C6 and 76. RGB value is (232,198,118). Sum of RGB (Red+Green+Blue) = 232+198+118=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C676 is #173989. Grayscale: #C7C7C7. Windows color (decimal): -1522058 or 7784168. OLE color: 7784168.
HSL color Cylindrical-coordinate representation of color #E8C676: hue angle of 42.11º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8C676 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 118 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.09 |
| HSL | 42.11º | 0.71% | 0.69% | - |
| HSV(B) | 42.11º | 0.49% | 0.91% | - |
| XYZ | 56.74 | 58.85 | 25.51 | - |
| YUV | 199.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 118 | 0 | 0.15 | 0.49 | 0.09 | 42.11 | 0.71 | 0.69 |
| Hex | E8 | C6 | 76 | 0 | F | 31 | 9 | 2A | 47 | 45 |
| Octal | 350 | 306 | 166 | 0 | 17 | 61 | 11 | 52 | 107 | 105 |
| Binary | 11101000 | 11000110 | 1110110 | 0 | 1111 | 110001 | 1001 | 101010 | 1000111 | 1000101 |
Color Harmonies of #E8C676
Complementary color
Monochromatic Colors of #E8C676
Black with #E8C676
Text Example
Text Example
White with #E8C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C676; }
p { color: rgb(232,198,118); }
H1.HeaderClassName
{
color: #E8C676;
}
.AnyTagClassName
{
color: #E8C676;
}
</style>
background-color css
<style>
a { background-color: #E8C676; }
a { background-color: rgb(232,198,118); }
div.DivClassName
{
background-color: #E8C676;
}
.BgClassName
{
background-color: #E8C676;
}
</style>
border-color css
<style>
span { border-color: #E8C676; }
span { border-color: rgb(232,198,118); }
td.TdClassName
{
border-color: #E8C676;
}
.TagClassName
{
border-color: #E8C676;
}
</style>