Shades of Marzipan #E5C77A
Tints of Marzipan #E5C77A
RGB
CMYK
RGB Variations
Color information
#E5C77A (or 0xE5C77A) is known color: Marzipan. HEX triplet: E5, C7 and 7A. RGB value is (229,199,122). Sum of RGB (Red+Green+Blue) = 229+199+122=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C77A is #1A3885. Grayscale: #C7C7C7. Windows color (decimal): -1718406 or 8046565. OLE color: 8046565.
HSL color Cylindrical-coordinate representation of color #E5C77A: hue angle of 43.18º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5C77A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 122 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.10 |
| HSL | 43.18º | 0.67% | 0.69% | - |
| HSV(B) | 43.18º | 0.47% | 0.9% | - |
| XYZ | 56.25 | 58.91 | 26.82 | - |
| YUV | 199.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 122 | 0 | 0.13 | 0.47 | 0.10 | 43.18 | 0.67 | 0.69 |
| Hex | E5 | C7 | 7A | 0 | D | 2F | A | 2B | 43 | 45 |
| Octal | 345 | 307 | 172 | 0 | 15 | 57 | 12 | 53 | 103 | 105 |
| Binary | 11100101 | 11000111 | 1111010 | 0 | 1101 | 101111 | 1010 | 101011 | 1000011 | 1000101 |
Color Harmonies of #E5C77A
Complementary color
Monochromatic Colors of #E5C77A
Black with #E5C77A
Text Example
Text Example
White with #E5C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C77A; }
p { color: rgb(229,199,122); }
H1.HeaderClassName
{
color: #E5C77A;
}
.AnyTagClassName
{
color: #E5C77A;
}
</style>
background-color css
<style>
a { background-color: #E5C77A; }
a { background-color: rgb(229,199,122); }
div.DivClassName
{
background-color: #E5C77A;
}
.BgClassName
{
background-color: #E5C77A;
}
</style>
border-color css
<style>
span { border-color: #E5C77A; }
span { border-color: rgb(229,199,122); }
td.TdClassName
{
border-color: #E5C77A;
}
.TagClassName
{
border-color: #E5C77A;
}
</style>