Shades of Marzipan #E8C782
Tints of Marzipan #E8C782
RGB
CMYK
RGB Variations
Color information
#E8C782 (or 0xE8C782) is known color: Marzipan. HEX triplet: E8, C7 and 82. RGB value is (232,199,130). Sum of RGB (Red+Green+Blue) = 232+199+130=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C782 is #17387D. Grayscale: #C9C9C9. Windows color (decimal): -1521790 or 8570856. OLE color: 8570856.
HSL color Cylindrical-coordinate representation of color #E8C782: hue angle of 40.59º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8C782 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 130 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.09 |
| HSL | 40.59º | 0.69% | 0.71% | - |
| HSV(B) | 40.59º | 0.44% | 0.91% | - |
| XYZ | 57.73 | 59.61 | 29.58 | - |
| YUV | 201 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 130 | 0 | 0.14 | 0.44 | 0.09 | 40.59 | 0.69 | 0.71 |
| Hex | E8 | C7 | 82 | 0 | E | 2C | 9 | 29 | 45 | 47 |
| Octal | 350 | 307 | 202 | 0 | 16 | 54 | 11 | 51 | 105 | 107 |
| Binary | 11101000 | 11000111 | 10000010 | 0 | 1110 | 101100 | 1001 | 101001 | 1000101 | 1000111 |
Color Harmonies of #E8C782
Complementary color
Monochromatic Colors of #E8C782
Black with #E8C782
Text Example
Text Example
White with #E8C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C782; }
p { color: rgb(232,199,130); }
H1.HeaderClassName
{
color: #E8C782;
}
.AnyTagClassName
{
color: #E8C782;
}
</style>
background-color css
<style>
a { background-color: #E8C782; }
a { background-color: rgb(232,199,130); }
div.DivClassName
{
background-color: #E8C782;
}
.BgClassName
{
background-color: #E8C782;
}
</style>
border-color css
<style>
span { border-color: #E8C782; }
span { border-color: rgb(232,199,130); }
td.TdClassName
{
border-color: #E8C782;
}
.TagClassName
{
border-color: #E8C782;
}
</style>