Shades of Marzipan #E7CA7A
Tints of Marzipan #E7CA7A
RGB
CMYK
RGB Variations
Color information
#E7CA7A (or 0xE7CA7A) is known color: Marzipan. HEX triplet: E7, CA and 7A. RGB value is (231,202,122). Sum of RGB (Red+Green+Blue) = 231+202+122=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA7A is #183585. Grayscale: #C9C9C9. Windows color (decimal): -1586566 or 8047335. OLE color: 8047335.
HSL color Cylindrical-coordinate representation of color #E7CA7A: hue angle of 44.04º degrees, saturation: 0.69, 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 #E7CA7A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 122 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.09 |
| HSL | 44.04º | 0.69% | 0.69% | - |
| HSV(B) | 44.04º | 0.47% | 0.91% | - |
| XYZ | 57.59 | 60.64 | 27.08 | - |
| YUV | 201.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 122 | 0 | 0.13 | 0.47 | 0.09 | 44.04 | 0.69 | 0.69 |
| Hex | E7 | CA | 7A | 0 | D | 2F | 9 | 2C | 45 | 45 |
| Octal | 347 | 312 | 172 | 0 | 15 | 57 | 11 | 54 | 105 | 105 |
| Binary | 11100111 | 11001010 | 1111010 | 0 | 1101 | 101111 | 1001 | 101100 | 1000101 | 1000101 |
Color Harmonies of #E7CA7A
Complementary color
Monochromatic Colors of #E7CA7A
Black with #E7CA7A
Text Example
Text Example
White with #E7CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA7A; }
p { color: rgb(231,202,122); }
H1.HeaderClassName
{
color: #E7CA7A;
}
.AnyTagClassName
{
color: #E7CA7A;
}
</style>
background-color css
<style>
a { background-color: #E7CA7A; }
a { background-color: rgb(231,202,122); }
div.DivClassName
{
background-color: #E7CA7A;
}
.BgClassName
{
background-color: #E7CA7A;
}
</style>
border-color css
<style>
span { border-color: #E7CA7A; }
span { border-color: rgb(231,202,122); }
td.TdClassName
{
border-color: #E7CA7A;
}
.TagClassName
{
border-color: #E7CA7A;
}
</style>