Shades of Marzipan #E8C97A
Tints of Marzipan #E8C97A
RGB
CMYK
RGB Variations
Color information
#E8C97A (or 0xE8C97A) is known color: Marzipan. HEX triplet: E8, C9 and 7A. RGB value is (232,201,122). Sum of RGB (Red+Green+Blue) = 232+201+122=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C97A is #173685. Grayscale: #C9C9C9. Windows color (decimal): -1521286 or 8047080. OLE color: 8047080.
HSL color Cylindrical-coordinate representation of color #E8C97A: hue angle of 43.09º degrees, saturation: 0.71, 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 #E8C97A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 122 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.09 |
| HSL | 43.09º | 0.71% | 0.69% | - |
| HSV(B) | 43.09º | 0.47% | 0.91% | - |
| XYZ | 57.68 | 60.33 | 27.02 | - |
| YUV | 201.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 122 | 0 | 0.13 | 0.47 | 0.09 | 43.09 | 0.71 | 0.69 |
| Hex | E8 | C9 | 7A | 0 | D | 2F | 9 | 2B | 47 | 45 |
| Octal | 350 | 311 | 172 | 0 | 15 | 57 | 11 | 53 | 107 | 105 |
| Binary | 11101000 | 11001001 | 1111010 | 0 | 1101 | 101111 | 1001 | 101011 | 1000111 | 1000101 |
Color Harmonies of #E8C97A
Complementary color
Monochromatic Colors of #E8C97A
Black with #E8C97A
Text Example
Text Example
White with #E8C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C97A; }
p { color: rgb(232,201,122); }
H1.HeaderClassName
{
color: #E8C97A;
}
.AnyTagClassName
{
color: #E8C97A;
}
</style>
background-color css
<style>
a { background-color: #E8C97A; }
a { background-color: rgb(232,201,122); }
div.DivClassName
{
background-color: #E8C97A;
}
.BgClassName
{
background-color: #E8C97A;
}
</style>
border-color css
<style>
span { border-color: #E8C97A; }
span { border-color: rgb(232,201,122); }
td.TdClassName
{
border-color: #E8C97A;
}
.TagClassName
{
border-color: #E8C97A;
}
</style>