Shades of Marzipan #EEC976
Tints of Marzipan #EEC976
RGB
CMYK
RGB Variations
Color information
#EEC976 (or 0xEEC976) is known color: Marzipan. HEX triplet: EE, C9 and 76. RGB value is (238,201,118). Sum of RGB (Red+Green+Blue) = 238+201+118=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC976 is #113689. Grayscale: #CACACA. Windows color (decimal): -1128074 or 7784942. OLE color: 7784942.
HSL color Cylindrical-coordinate representation of color #EEC976: hue angle of 41.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEC976 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 118 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 41.5º | 0.78% | 0.7% | - |
| HSV(B) | 41.5º | 0.5% | 0.93% | - |
| XYZ | 59.42 | 61.26 | 25.83 | - |
| YUV | 202.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 118 | 0 | 0.16 | 0.50 | 0.07 | 41.5 | 0.78 | 0.7 |
| Hex | EE | C9 | 76 | 0 | 10 | 32 | 7 | 2A | 4E | 46 |
| Octal | 356 | 311 | 166 | 0 | 20 | 62 | 7 | 52 | 116 | 106 |
| Binary | 11101110 | 11001001 | 1110110 | 0 | 10000 | 110010 | 111 | 101010 | 1001110 | 1000110 |
Color Harmonies of #EEC976
Complementary color
Monochromatic Colors of #EEC976
Black with #EEC976
Text Example
Text Example
White with #EEC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC976; }
p { color: rgb(238,201,118); }
H1.HeaderClassName
{
color: #EEC976;
}
.AnyTagClassName
{
color: #EEC976;
}
</style>
background-color css
<style>
a { background-color: #EEC976; }
a { background-color: rgb(238,201,118); }
div.DivClassName
{
background-color: #EEC976;
}
.BgClassName
{
background-color: #EEC976;
}
</style>
border-color css
<style>
span { border-color: #EEC976; }
span { border-color: rgb(238,201,118); }
td.TdClassName
{
border-color: #EEC976;
}
.TagClassName
{
border-color: #EEC976;
}
</style>