Shades of Marzipan #E8CA81
Tints of Marzipan #E8CA81
RGB
CMYK
RGB Variations
Color information
#E8CA81 (or 0xE8CA81) is known color: Marzipan. HEX triplet: E8, CA and 81. RGB value is (232,202,129). Sum of RGB (Red+Green+Blue) = 232+202+129=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CA81 is #17357E. Grayscale: #CACACA. Windows color (decimal): -1521023 or 8506088. OLE color: 8506088.
HSL color Cylindrical-coordinate representation of color #E8CA81: hue angle of 42.52º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8CA81 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 129 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.09 |
| HSL | 42.52º | 0.69% | 0.71% | - |
| HSV(B) | 42.52º | 0.44% | 0.91% | - |
| XYZ | 58.36 | 60.98 | 29.46 | - |
| YUV | 202.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 129 | 0 | 0.13 | 0.44 | 0.09 | 42.52 | 0.69 | 0.71 |
| Hex | E8 | CA | 81 | 0 | D | 2C | 9 | 2B | 45 | 47 |
| Octal | 350 | 312 | 201 | 0 | 15 | 54 | 11 | 53 | 105 | 107 |
| Binary | 11101000 | 11001010 | 10000001 | 0 | 1101 | 101100 | 1001 | 101011 | 1000101 | 1000111 |
Color Harmonies of #E8CA81
Complementary color
Monochromatic Colors of #E8CA81
Black with #E8CA81
Text Example
Text Example
White with #E8CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA81; }
p { color: rgb(232,202,129); }
H1.HeaderClassName
{
color: #E8CA81;
}
.AnyTagClassName
{
color: #E8CA81;
}
</style>
background-color css
<style>
a { background-color: #E8CA81; }
a { background-color: rgb(232,202,129); }
div.DivClassName
{
background-color: #E8CA81;
}
.BgClassName
{
background-color: #E8CA81;
}
</style>
border-color css
<style>
span { border-color: #E8CA81; }
span { border-color: rgb(232,202,129); }
td.TdClassName
{
border-color: #E8CA81;
}
.TagClassName
{
border-color: #E8CA81;
}
</style>