Shades of Marzipan #E8C780
Tints of Marzipan #E8C780
RGB
CMYK
RGB Variations
Color information
#E8C780 (or 0xE8C780) is known color: Marzipan. HEX triplet: E8, C7 and 80. RGB value is (232,199,128). Sum of RGB (Red+Green+Blue) = 232+199+128=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C780 is #17387F. Grayscale: #C9C9C9. Windows color (decimal): -1521792 or 8439784. OLE color: 8439784.
HSL color Cylindrical-coordinate representation of color #E8C780: hue angle of 40.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8C780 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 128 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.09 |
| HSL | 40.96º | 0.69% | 0.71% | - |
| HSV(B) | 40.96º | 0.45% | 0.91% | - |
| XYZ | 57.6 | 59.56 | 28.88 | - |
| YUV | 200.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 128 | 0 | 0.14 | 0.45 | 0.09 | 40.96 | 0.69 | 0.71 |
| Hex | E8 | C7 | 80 | 0 | E | 2D | 9 | 29 | 45 | 47 |
| Octal | 350 | 307 | 200 | 0 | 16 | 55 | 11 | 51 | 105 | 107 |
| Binary | 11101000 | 11000111 | 10000000 | 0 | 1110 | 101101 | 1001 | 101001 | 1000101 | 1000111 |
Color Harmonies of #E8C780
Complementary color
Monochromatic Colors of #E8C780
Black with #E8C780
Text Example
Text Example
White with #E8C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C780; }
p { color: rgb(232,199,128); }
H1.HeaderClassName
{
color: #E8C780;
}
.AnyTagClassName
{
color: #E8C780;
}
</style>
background-color css
<style>
a { background-color: #E8C780; }
a { background-color: rgb(232,199,128); }
div.DivClassName
{
background-color: #E8C780;
}
.BgClassName
{
background-color: #E8C780;
}
</style>
border-color css
<style>
span { border-color: #E8C780; }
span { border-color: rgb(232,199,128); }
td.TdClassName
{
border-color: #E8C780;
}
.TagClassName
{
border-color: #E8C780;
}
</style>