Shades of Marzipan #E8C57F
Tints of Marzipan #E8C57F
RGB
CMYK
RGB Variations
Color information
#E8C57F (or 0xE8C57F) is known color: Marzipan. HEX triplet: E8, C5 and 7F. RGB value is (232,197,127). Sum of RGB (Red+Green+Blue) = 232+197+127=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C57F is #173A80. Grayscale: #C7C7C7. Windows color (decimal): -1522305 or 8373736. OLE color: 8373736.
HSL color Cylindrical-coordinate representation of color #E8C57F: hue angle of 40º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8C57F is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 127 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.09 |
| HSL | 40º | 0.7% | 0.7% | - |
| HSV(B) | 40º | 0.45% | 0.91% | - |
| XYZ | 57.08 | 58.62 | 28.39 | - |
| YUV | 199.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 127 | 0 | 0.15 | 0.45 | 0.09 | 40 | 0.7 | 0.7 |
| Hex | E8 | C5 | 7F | 0 | F | 2D | 9 | 28 | 46 | 46 |
| Octal | 350 | 305 | 177 | 0 | 17 | 55 | 11 | 50 | 106 | 106 |
| Binary | 11101000 | 11000101 | 1111111 | 0 | 1111 | 101101 | 1001 | 101000 | 1000110 | 1000110 |
Color Harmonies of #E8C57F
Complementary color
Monochromatic Colors of #E8C57F
Black with #E8C57F
Text Example
Text Example
White with #E8C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C57F; }
p { color: rgb(232,197,127); }
H1.HeaderClassName
{
color: #E8C57F;
}
.AnyTagClassName
{
color: #E8C57F;
}
</style>
background-color css
<style>
a { background-color: #E8C57F; }
a { background-color: rgb(232,197,127); }
div.DivClassName
{
background-color: #E8C57F;
}
.BgClassName
{
background-color: #E8C57F;
}
</style>
border-color css
<style>
span { border-color: #E8C57F; }
span { border-color: rgb(232,197,127); }
td.TdClassName
{
border-color: #E8C57F;
}
.TagClassName
{
border-color: #E8C57F;
}
</style>