Shades of Marzipan #E9C076
Tints of Marzipan #E9C076
RGB
CMYK
RGB Variations
Color information
#E9C076 (or 0xE9C076) is known color: Marzipan. HEX triplet: E9, C0 and 76. RGB value is (233,192,118). Sum of RGB (Red+Green+Blue) = 233+192+118=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C076 is #163F89. Grayscale: #C4C4C4. Windows color (decimal): -1458058 or 7782633. OLE color: 7782633.
HSL color Cylindrical-coordinate representation of color #E9C076: hue angle of 38.61º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9C076 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 118 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.09 |
| HSL | 38.61º | 0.72% | 0.69% | - |
| HSV(B) | 38.61º | 0.49% | 0.91% | - |
| XYZ | 55.72 | 56.33 | 25.08 | - |
| YUV | 195.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 118 | 0 | 0.18 | 0.49 | 0.09 | 38.61 | 0.72 | 0.69 |
| Hex | E9 | C0 | 76 | 0 | 12 | 31 | 9 | 27 | 48 | 45 |
| Octal | 351 | 300 | 166 | 0 | 22 | 61 | 11 | 47 | 110 | 105 |
| Binary | 11101001 | 11000000 | 1110110 | 0 | 10010 | 110001 | 1001 | 100111 | 1001000 | 1000101 |
Color Harmonies of #E9C076
Complementary color
Monochromatic Colors of #E9C076
Black with #E9C076
Text Example
Text Example
White with #E9C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C076; }
p { color: rgb(233,192,118); }
H1.HeaderClassName
{
color: #E9C076;
}
.AnyTagClassName
{
color: #E9C076;
}
</style>
background-color css
<style>
a { background-color: #E9C076; }
a { background-color: rgb(233,192,118); }
div.DivClassName
{
background-color: #E9C076;
}
.BgClassName
{
background-color: #E9C076;
}
</style>
border-color css
<style>
span { border-color: #E9C076; }
span { border-color: rgb(233,192,118); }
td.TdClassName
{
border-color: #E9C076;
}
.TagClassName
{
border-color: #E9C076;
}
</style>