Shades of Marzipan #E9CA7A
Tints of Marzipan #E9CA7A
RGB
CMYK
RGB Variations
Color information
#E9CA7A (or 0xE9CA7A) is known color: Marzipan. HEX triplet: E9, CA and 7A. RGB value is (233,202,122). Sum of RGB (Red+Green+Blue) = 233+202+122=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA7A is #163585. Grayscale: #CACACA. Windows color (decimal): -1455494 or 8047337. OLE color: 8047337.
HSL color Cylindrical-coordinate representation of color #E9CA7A: hue angle of 43.24º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9CA7A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 122 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.09 |
| HSL | 43.24º | 0.72% | 0.7% | - |
| HSV(B) | 43.24º | 0.48% | 0.91% | - |
| XYZ | 58.24 | 60.97 | 27.11 | - |
| YUV | 202.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 122 | 0 | 0.13 | 0.48 | 0.09 | 43.24 | 0.72 | 0.7 |
| Hex | E9 | CA | 7A | 0 | D | 30 | 9 | 2B | 48 | 46 |
| Octal | 351 | 312 | 172 | 0 | 15 | 60 | 11 | 53 | 110 | 106 |
| Binary | 11101001 | 11001010 | 1111010 | 0 | 1101 | 110000 | 1001 | 101011 | 1001000 | 1000110 |
Color Harmonies of #E9CA7A
Complementary color
Monochromatic Colors of #E9CA7A
Black with #E9CA7A
Text Example
Text Example
White with #E9CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA7A; }
p { color: rgb(233,202,122); }
H1.HeaderClassName
{
color: #E9CA7A;
}
.AnyTagClassName
{
color: #E9CA7A;
}
</style>
background-color css
<style>
a { background-color: #E9CA7A; }
a { background-color: rgb(233,202,122); }
div.DivClassName
{
background-color: #E9CA7A;
}
.BgClassName
{
background-color: #E9CA7A;
}
</style>
border-color css
<style>
span { border-color: #E9CA7A; }
span { border-color: rgb(233,202,122); }
td.TdClassName
{
border-color: #E9CA7A;
}
.TagClassName
{
border-color: #E9CA7A;
}
</style>