Shades of Marzipan #E9C97A
Tints of Marzipan #E9C97A
RGB
CMYK
RGB Variations
Color information
#E9C97A (or 0xE9C97A) is known color: Marzipan. HEX triplet: E9, C9 and 7A. RGB value is (233,201,122). Sum of RGB (Red+Green+Blue) = 233+201+122=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C97A is #163685. Grayscale: #C9C9C9. Windows color (decimal): -1455750 or 8047081. OLE color: 8047081.
HSL color Cylindrical-coordinate representation of color #E9C97A: hue angle of 42.7º 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 #E9C97A is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 122 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.09 |
| HSL | 42.7º | 0.72% | 0.7% | - |
| HSV(B) | 42.7º | 0.48% | 0.91% | - |
| XYZ | 58 | 60.5 | 27.03 | - |
| YUV | 201.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 122 | 0 | 0.14 | 0.48 | 0.09 | 42.7 | 0.72 | 0.7 |
| Hex | E9 | C9 | 7A | 0 | E | 30 | 9 | 2B | 48 | 46 |
| Octal | 351 | 311 | 172 | 0 | 16 | 60 | 11 | 53 | 110 | 106 |
| Binary | 11101001 | 11001001 | 1111010 | 0 | 1110 | 110000 | 1001 | 101011 | 1001000 | 1000110 |
Color Harmonies of #E9C97A
Complementary color
Monochromatic Colors of #E9C97A
Black with #E9C97A
Text Example
Text Example
White with #E9C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C97A; }
p { color: rgb(233,201,122); }
H1.HeaderClassName
{
color: #E9C97A;
}
.AnyTagClassName
{
color: #E9C97A;
}
</style>
background-color css
<style>
a { background-color: #E9C97A; }
a { background-color: rgb(233,201,122); }
div.DivClassName
{
background-color: #E9C97A;
}
.BgClassName
{
background-color: #E9C97A;
}
</style>
border-color css
<style>
span { border-color: #E9C97A; }
span { border-color: rgb(233,201,122); }
td.TdClassName
{
border-color: #E9C97A;
}
.TagClassName
{
border-color: #E9C97A;
}
</style>