Shades of Marzipan #E8C681
Tints of Marzipan #E8C681
RGB
CMYK
RGB Variations
Color information
#E8C681 (or 0xE8C681) is known color: Marzipan. HEX triplet: E8, C6 and 81. RGB value is (232,198,129). Sum of RGB (Red+Green+Blue) = 232+198+129=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C681 is #17397E. Grayscale: #C8C8C8. Windows color (decimal): -1522047 or 8505064. OLE color: 8505064.
HSL color Cylindrical-coordinate representation of color #E8C681: hue angle of 40.19º 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 #E8C681 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 129 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.09 |
| HSL | 40.19º | 0.69% | 0.71% | - |
| HSV(B) | 40.19º | 0.44% | 0.91% | - |
| XYZ | 57.44 | 59.13 | 29.15 | - |
| YUV | 200.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 129 | 0 | 0.15 | 0.44 | 0.09 | 40.19 | 0.69 | 0.71 |
| Hex | E8 | C6 | 81 | 0 | F | 2C | 9 | 28 | 45 | 47 |
| Octal | 350 | 306 | 201 | 0 | 17 | 54 | 11 | 50 | 105 | 107 |
| Binary | 11101000 | 11000110 | 10000001 | 0 | 1111 | 101100 | 1001 | 101000 | 1000101 | 1000111 |
Color Harmonies of #E8C681
Complementary color
Monochromatic Colors of #E8C681
Black with #E8C681
Text Example
Text Example
White with #E8C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C681; }
p { color: rgb(232,198,129); }
H1.HeaderClassName
{
color: #E8C681;
}
.AnyTagClassName
{
color: #E8C681;
}
</style>
background-color css
<style>
a { background-color: #E8C681; }
a { background-color: rgb(232,198,129); }
div.DivClassName
{
background-color: #E8C681;
}
.BgClassName
{
background-color: #E8C681;
}
</style>
border-color css
<style>
span { border-color: #E8C681; }
span { border-color: rgb(232,198,129); }
td.TdClassName
{
border-color: #E8C681;
}
.TagClassName
{
border-color: #E8C681;
}
</style>