Shades of Marzipan #E8C076
Tints of Marzipan #E8C076
RGB
CMYK
RGB Variations
Color information
#E8C076 (or 0xE8C076) is known color: Marzipan. HEX triplet: E8, C0 and 76. RGB value is (232,192,118). Sum of RGB (Red+Green+Blue) = 232+192+118=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C076 is #173F89. Grayscale: #C3C3C3. Windows color (decimal): -1523594 or 7782632. OLE color: 7782632.
HSL color Cylindrical-coordinate representation of color #E8C076: hue angle of 38.95º 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 #E8C076 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 118 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.09 |
| HSL | 38.95º | 0.71% | 0.69% | - |
| HSV(B) | 38.95º | 0.49% | 0.91% | - |
| XYZ | 55.4 | 56.16 | 25.06 | - |
| YUV | 195.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 118 | 0 | 0.17 | 0.49 | 0.09 | 38.95 | 0.71 | 0.69 |
| Hex | E8 | C0 | 76 | 0 | 11 | 31 | 9 | 27 | 47 | 45 |
| Octal | 350 | 300 | 166 | 0 | 21 | 61 | 11 | 47 | 107 | 105 |
| Binary | 11101000 | 11000000 | 1110110 | 0 | 10001 | 110001 | 1001 | 100111 | 1000111 | 1000101 |
Color Harmonies of #E8C076
Complementary color
Monochromatic Colors of #E8C076
Black with #E8C076
Text Example
Text Example
White with #E8C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C076; }
p { color: rgb(232,192,118); }
H1.HeaderClassName
{
color: #E8C076;
}
.AnyTagClassName
{
color: #E8C076;
}
</style>
background-color css
<style>
a { background-color: #E8C076; }
a { background-color: rgb(232,192,118); }
div.DivClassName
{
background-color: #E8C076;
}
.BgClassName
{
background-color: #E8C076;
}
</style>
border-color css
<style>
span { border-color: #E8C076; }
span { border-color: rgb(232,192,118); }
td.TdClassName
{
border-color: #E8C076;
}
.TagClassName
{
border-color: #E8C076;
}
</style>