Shades of Marzipan #E8C77A
Tints of Marzipan #E8C77A
RGB
CMYK
RGB Variations
Color information
#E8C77A (or 0xE8C77A) is known color: Marzipan. HEX triplet: E8, C7 and 7A. RGB value is (232,199,122). Sum of RGB (Red+Green+Blue) = 232+199+122=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C77A is #173885. Grayscale: #C8C8C8. Windows color (decimal): -1521798 or 8046568. OLE color: 8046568.
HSL color Cylindrical-coordinate representation of color #E8C77A: hue angle of 42º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8C77A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 122 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.09 |
| HSL | 42º | 0.71% | 0.69% | - |
| HSV(B) | 42º | 0.47% | 0.91% | - |
| XYZ | 57.21 | 59.41 | 26.86 | - |
| YUV | 200.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 122 | 0 | 0.14 | 0.47 | 0.09 | 42 | 0.71 | 0.69 |
| Hex | E8 | C7 | 7A | 0 | E | 2F | 9 | 2A | 47 | 45 |
| Octal | 350 | 307 | 172 | 0 | 16 | 57 | 11 | 52 | 107 | 105 |
| Binary | 11101000 | 11000111 | 1111010 | 0 | 1110 | 101111 | 1001 | 101010 | 1000111 | 1000101 |
Color Harmonies of #E8C77A
Complementary color
Monochromatic Colors of #E8C77A
Black with #E8C77A
Text Example
Text Example
White with #E8C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C77A; }
p { color: rgb(232,199,122); }
H1.HeaderClassName
{
color: #E8C77A;
}
.AnyTagClassName
{
color: #E8C77A;
}
</style>
background-color css
<style>
a { background-color: #E8C77A; }
a { background-color: rgb(232,199,122); }
div.DivClassName
{
background-color: #E8C77A;
}
.BgClassName
{
background-color: #E8C77A;
}
</style>
border-color css
<style>
span { border-color: #E8C77A; }
span { border-color: rgb(232,199,122); }
td.TdClassName
{
border-color: #E8C77A;
}
.TagClassName
{
border-color: #E8C77A;
}
</style>