Shades of Marzipan #E8C17D
Tints of Marzipan #E8C17D
RGB
CMYK
RGB Variations
Color information
#E8C17D (or 0xE8C17D) is known color: Marzipan. HEX triplet: E8, C1 and 7D. RGB value is (232,193,125). Sum of RGB (Red+Green+Blue) = 232+193+125=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C17D is #173E82. Grayscale: #C5C5C5. Windows color (decimal): -1523331 or 8241640. OLE color: 8241640.
HSL color Cylindrical-coordinate representation of color #E8C17D: hue angle of 38.13º degrees, saturation: 0.7, 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 #E8C17D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 125 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.09 |
| HSL | 38.13º | 0.7% | 0.7% | - |
| HSV(B) | 38.13º | 0.46% | 0.91% | - |
| XYZ | 56.05 | 56.78 | 27.41 | - |
| YUV | 196.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 125 | 0 | 0.17 | 0.46 | 0.09 | 38.13 | 0.7 | 0.7 |
| Hex | E8 | C1 | 7D | 0 | 11 | 2E | 9 | 26 | 46 | 46 |
| Octal | 350 | 301 | 175 | 0 | 21 | 56 | 11 | 46 | 106 | 106 |
| Binary | 11101000 | 11000001 | 1111101 | 0 | 10001 | 101110 | 1001 | 100110 | 1000110 | 1000110 |
Color Harmonies of #E8C17D
Complementary color
Monochromatic Colors of #E8C17D
Black with #E8C17D
Text Example
Text Example
White with #E8C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C17D; }
p { color: rgb(232,193,125); }
H1.HeaderClassName
{
color: #E8C17D;
}
.AnyTagClassName
{
color: #E8C17D;
}
</style>
background-color css
<style>
a { background-color: #E8C17D; }
a { background-color: rgb(232,193,125); }
div.DivClassName
{
background-color: #E8C17D;
}
.BgClassName
{
background-color: #E8C17D;
}
</style>
border-color css
<style>
span { border-color: #E8C17D; }
span { border-color: rgb(232,193,125); }
td.TdClassName
{
border-color: #E8C17D;
}
.TagClassName
{
border-color: #E8C17D;
}
</style>