Shades of Marzipan #E7CA80
Tints of Marzipan #E7CA80
RGB
CMYK
RGB Variations
Color information
#E7CA80 (or 0xE7CA80) is known color: Marzipan. HEX triplet: E7, CA and 80. RGB value is (231,202,128). Sum of RGB (Red+Green+Blue) = 231+202+128=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CA80 is #18357F. Grayscale: #CACACA. Windows color (decimal): -1586560 or 8440551. OLE color: 8440551.
HSL color Cylindrical-coordinate representation of color #E7CA80: hue angle of 43.11º degrees, saturation: 0.68, 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 #E7CA80 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 128 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.09 |
| HSL | 43.11º | 0.68% | 0.7% | - |
| HSV(B) | 43.11º | 0.45% | 0.91% | - |
| XYZ | 57.97 | 60.79 | 29.1 | - |
| YUV | 202.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 128 | 0 | 0.13 | 0.45 | 0.09 | 43.11 | 0.68 | 0.7 |
| Hex | E7 | CA | 80 | 0 | D | 2D | 9 | 2B | 44 | 46 |
| Octal | 347 | 312 | 200 | 0 | 15 | 55 | 11 | 53 | 104 | 106 |
| Binary | 11100111 | 11001010 | 10000000 | 0 | 1101 | 101101 | 1001 | 101011 | 1000100 | 1000110 |
Color Harmonies of #E7CA80
Complementary color
Monochromatic Colors of #E7CA80
Black with #E7CA80
Text Example
Text Example
White with #E7CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA80; }
p { color: rgb(231,202,128); }
H1.HeaderClassName
{
color: #E7CA80;
}
.AnyTagClassName
{
color: #E7CA80;
}
</style>
background-color css
<style>
a { background-color: #E7CA80; }
a { background-color: rgb(231,202,128); }
div.DivClassName
{
background-color: #E7CA80;
}
.BgClassName
{
background-color: #E7CA80;
}
</style>
border-color css
<style>
span { border-color: #E7CA80; }
span { border-color: rgb(231,202,128); }
td.TdClassName
{
border-color: #E7CA80;
}
.TagClassName
{
border-color: #E7CA80;
}
</style>