Shades of Marzipan #E7C57D
Tints of Marzipan #E7C57D
RGB
CMYK
RGB Variations
Color information
#E7C57D (or 0xE7C57D) is known color: Marzipan. HEX triplet: E7, C5 and 7D. RGB value is (231,197,125). Sum of RGB (Red+Green+Blue) = 231+197+125=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C57D is #183A82. Grayscale: #C7C7C7. Windows color (decimal): -1587843 or 8242663. OLE color: 8242663.
HSL color Cylindrical-coordinate representation of color #E7C57D: hue angle of 40.75º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7C57D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 125 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.09 |
| HSL | 40.75º | 0.69% | 0.7% | - |
| HSV(B) | 40.75º | 0.46% | 0.91% | - |
| XYZ | 56.62 | 58.4 | 27.69 | - |
| YUV | 198.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 125 | 0 | 0.15 | 0.46 | 0.09 | 40.75 | 0.69 | 0.7 |
| Hex | E7 | C5 | 7D | 0 | F | 2E | 9 | 29 | 45 | 46 |
| Octal | 347 | 305 | 175 | 0 | 17 | 56 | 11 | 51 | 105 | 106 |
| Binary | 11100111 | 11000101 | 1111101 | 0 | 1111 | 101110 | 1001 | 101001 | 1000101 | 1000110 |
Color Harmonies of #E7C57D
Complementary color
Monochromatic Colors of #E7C57D
Black with #E7C57D
Text Example
Text Example
White with #E7C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C57D; }
p { color: rgb(231,197,125); }
H1.HeaderClassName
{
color: #E7C57D;
}
.AnyTagClassName
{
color: #E7C57D;
}
</style>
background-color css
<style>
a { background-color: #E7C57D; }
a { background-color: rgb(231,197,125); }
div.DivClassName
{
background-color: #E7C57D;
}
.BgClassName
{
background-color: #E7C57D;
}
</style>
border-color css
<style>
span { border-color: #E7C57D; }
span { border-color: rgb(231,197,125); }
td.TdClassName
{
border-color: #E7C57D;
}
.TagClassName
{
border-color: #E7C57D;
}
</style>