Shades of Marzipan #E7C77A
Tints of Marzipan #E7C77A
RGB
CMYK
RGB Variations
Color information
#E7C77A (or 0xE7C77A) is known color: Marzipan. HEX triplet: E7, C7 and 7A. RGB value is (231,199,122). Sum of RGB (Red+Green+Blue) = 231+199+122=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C77A is #183885. Grayscale: #C8C8C8. Windows color (decimal): -1587334 or 8046567. OLE color: 8046567.
HSL color Cylindrical-coordinate representation of color #E7C77A: hue angle of 42.39º degrees, saturation: 0.69, 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 #E7C77A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 122 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.09 |
| HSL | 42.39º | 0.69% | 0.69% | - |
| HSV(B) | 42.39º | 0.47% | 0.91% | - |
| XYZ | 56.89 | 59.24 | 26.85 | - |
| YUV | 199.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 122 | 0 | 0.14 | 0.47 | 0.09 | 42.39 | 0.69 | 0.69 |
| Hex | E7 | C7 | 7A | 0 | E | 2F | 9 | 2A | 45 | 45 |
| Octal | 347 | 307 | 172 | 0 | 16 | 57 | 11 | 52 | 105 | 105 |
| Binary | 11100111 | 11000111 | 1111010 | 0 | 1110 | 101111 | 1001 | 101010 | 1000101 | 1000101 |
Color Harmonies of #E7C77A
Complementary color
Monochromatic Colors of #E7C77A
Black with #E7C77A
Text Example
Text Example
White with #E7C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C77A; }
p { color: rgb(231,199,122); }
H1.HeaderClassName
{
color: #E7C77A;
}
.AnyTagClassName
{
color: #E7C77A;
}
</style>
background-color css
<style>
a { background-color: #E7C77A; }
a { background-color: rgb(231,199,122); }
div.DivClassName
{
background-color: #E7C77A;
}
.BgClassName
{
background-color: #E7C77A;
}
</style>
border-color css
<style>
span { border-color: #E7C77A; }
span { border-color: rgb(231,199,122); }
td.TdClassName
{
border-color: #E7C77A;
}
.TagClassName
{
border-color: #E7C77A;
}
</style>