Shades of Marzipan #E8CA76
Tints of Marzipan #E8CA76
RGB
CMYK
RGB Variations
Color information
#E8CA76 (or 0xE8CA76) is known color: Marzipan. HEX triplet: E8, CA and 76. RGB value is (232,202,118). Sum of RGB (Red+Green+Blue) = 232+202+118=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA76 is #173589. Grayscale: #C9C9C9. Windows color (decimal): -1521034 or 7785192. OLE color: 7785192.
HSL color Cylindrical-coordinate representation of color #E8CA76: hue angle of 44.21º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8CA76 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 118 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.09 |
| HSL | 44.21º | 0.71% | 0.69% | - |
| HSV(B) | 44.21º | 0.49% | 0.91% | - |
| XYZ | 57.67 | 60.7 | 25.82 | - |
| YUV | 201.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 118 | 0 | 0.13 | 0.49 | 0.09 | 44.21 | 0.71 | 0.69 |
| Hex | E8 | CA | 76 | 0 | D | 31 | 9 | 2C | 47 | 45 |
| Octal | 350 | 312 | 166 | 0 | 15 | 61 | 11 | 54 | 107 | 105 |
| Binary | 11101000 | 11001010 | 1110110 | 0 | 1101 | 110001 | 1001 | 101100 | 1000111 | 1000101 |
Color Harmonies of #E8CA76
Complementary color
Monochromatic Colors of #E8CA76
Black with #E8CA76
Text Example
Text Example
White with #E8CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA76; }
p { color: rgb(232,202,118); }
H1.HeaderClassName
{
color: #E8CA76;
}
.AnyTagClassName
{
color: #E8CA76;
}
</style>
background-color css
<style>
a { background-color: #E8CA76; }
a { background-color: rgb(232,202,118); }
div.DivClassName
{
background-color: #E8CA76;
}
.BgClassName
{
background-color: #E8CA76;
}
</style>
border-color css
<style>
span { border-color: #E8CA76; }
span { border-color: rgb(232,202,118); }
td.TdClassName
{
border-color: #E8CA76;
}
.TagClassName
{
border-color: #E8CA76;
}
</style>