Shades of Marzipan #E9C078
Tints of Marzipan #E9C078
RGB
CMYK
RGB Variations
Color information
#E9C078 (or 0xE9C078) is known color: Marzipan. HEX triplet: E9, C0 and 78. RGB value is (233,192,120). Sum of RGB (Red+Green+Blue) = 233+192+120=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C078 is #163F87. Grayscale: #C4C4C4. Windows color (decimal): -1458056 or 7913705. OLE color: 7913705.
HSL color Cylindrical-coordinate representation of color #E9C078: hue angle of 38.23º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9C078 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 120 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.09 |
| HSL | 38.23º | 0.72% | 0.69% | - |
| HSV(B) | 38.23º | 0.48% | 0.91% | - |
| XYZ | 55.84 | 56.38 | 25.71 | - |
| YUV | 196.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 120 | 0 | 0.18 | 0.48 | 0.09 | 38.23 | 0.72 | 0.69 |
| Hex | E9 | C0 | 78 | 0 | 12 | 30 | 9 | 26 | 48 | 45 |
| Octal | 351 | 300 | 170 | 0 | 22 | 60 | 11 | 46 | 110 | 105 |
| Binary | 11101001 | 11000000 | 1111000 | 0 | 10010 | 110000 | 1001 | 100110 | 1001000 | 1000101 |
Color Harmonies of #E9C078
Complementary color
Monochromatic Colors of #E9C078
Black with #E9C078
Text Example
Text Example
White with #E9C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C078; }
p { color: rgb(233,192,120); }
H1.HeaderClassName
{
color: #E9C078;
}
.AnyTagClassName
{
color: #E9C078;
}
</style>
background-color css
<style>
a { background-color: #E9C078; }
a { background-color: rgb(233,192,120); }
div.DivClassName
{
background-color: #E9C078;
}
.BgClassName
{
background-color: #E9C078;
}
</style>
border-color css
<style>
span { border-color: #E9C078; }
span { border-color: rgb(233,192,120); }
td.TdClassName
{
border-color: #E9C078;
}
.TagClassName
{
border-color: #E9C078;
}
</style>