Shades of Marzipan #E8CD7A
Tints of Marzipan #E8CD7A
RGB
CMYK
RGB Variations
Color information
#E8CD7A (or 0xE8CD7A) is known color: Marzipan. HEX triplet: E8, CD and 7A. RGB value is (232,205,122). Sum of RGB (Red+Green+Blue) = 232+205+122=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD7A is #173285. Grayscale: #CBCBCB. Windows color (decimal): -1520262 or 8048104. OLE color: 8048104.
HSL color Cylindrical-coordinate representation of color #E8CD7A: hue angle of 45.27º 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 #E8CD7A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 122 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.09 |
| HSL | 45.27º | 0.71% | 0.69% | - |
| HSV(B) | 45.27º | 0.47% | 0.91% | - |
| XYZ | 58.62 | 62.22 | 27.33 | - |
| YUV | 203.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 122 | 0 | 0.12 | 0.47 | 0.09 | 45.27 | 0.71 | 0.69 |
| Hex | E8 | CD | 7A | 0 | C | 2F | 9 | 2D | 47 | 45 |
| Octal | 350 | 315 | 172 | 0 | 14 | 57 | 11 | 55 | 107 | 105 |
| Binary | 11101000 | 11001101 | 1111010 | 0 | 1100 | 101111 | 1001 | 101101 | 1000111 | 1000101 |
Color Harmonies of #E8CD7A
Complementary color
Monochromatic Colors of #E8CD7A
Black with #E8CD7A
Text Example
Text Example
White with #E8CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD7A; }
p { color: rgb(232,205,122); }
H1.HeaderClassName
{
color: #E8CD7A;
}
.AnyTagClassName
{
color: #E8CD7A;
}
</style>
background-color css
<style>
a { background-color: #E8CD7A; }
a { background-color: rgb(232,205,122); }
div.DivClassName
{
background-color: #E8CD7A;
}
.BgClassName
{
background-color: #E8CD7A;
}
</style>
border-color css
<style>
span { border-color: #E8CD7A; }
span { border-color: rgb(232,205,122); }
td.TdClassName
{
border-color: #E8CD7A;
}
.TagClassName
{
border-color: #E8CD7A;
}
</style>