Shades of Marzipan #E8CD7F
Tints of Marzipan #E8CD7F
RGB
CMYK
RGB Variations
Color information
#E8CD7F (or 0xE8CD7F) is known color: Marzipan. HEX triplet: E8, CD and 7F. RGB value is (232,205,127). Sum of RGB (Red+Green+Blue) = 232+205+127=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD7F is #173280. Grayscale: #CCCCCC. Windows color (decimal): -1520257 or 8375784. OLE color: 8375784.
HSL color Cylindrical-coordinate representation of color #E8CD7F: hue angle of 44.57º 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 #E8CD7F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 127 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.09 |
| HSL | 44.57º | 0.7% | 0.7% | - |
| HSV(B) | 44.57º | 0.45% | 0.91% | - |
| XYZ | 58.94 | 62.35 | 29.01 | - |
| YUV | 204.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 127 | 0 | 0.12 | 0.45 | 0.09 | 44.57 | 0.7 | 0.7 |
| Hex | E8 | CD | 7F | 0 | C | 2D | 9 | 2D | 46 | 46 |
| Octal | 350 | 315 | 177 | 0 | 14 | 55 | 11 | 55 | 106 | 106 |
| Binary | 11101000 | 11001101 | 1111111 | 0 | 1100 | 101101 | 1001 | 101101 | 1000110 | 1000110 |
Color Harmonies of #E8CD7F
Complementary color
Monochromatic Colors of #E8CD7F
Black with #E8CD7F
Text Example
Text Example
White with #E8CD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD7F; }
p { color: rgb(232,205,127); }
H1.HeaderClassName
{
color: #E8CD7F;
}
.AnyTagClassName
{
color: #E8CD7F;
}
</style>
background-color css
<style>
a { background-color: #E8CD7F; }
a { background-color: rgb(232,205,127); }
div.DivClassName
{
background-color: #E8CD7F;
}
.BgClassName
{
background-color: #E8CD7F;
}
</style>
border-color css
<style>
span { border-color: #E8CD7F; }
span { border-color: rgb(232,205,127); }
td.TdClassName
{
border-color: #E8CD7F;
}
.TagClassName
{
border-color: #E8CD7F;
}
</style>