Shades of Marzipan #EEC977
Tints of Marzipan #EEC977
RGB
CMYK
RGB Variations
Color information
#EEC977 (or 0xEEC977) is known color: Marzipan. HEX triplet: EE, C9 and 77. RGB value is (238,201,119). Sum of RGB (Red+Green+Blue) = 238+201+119=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC977 is #113688. Grayscale: #CBCBCB. Windows color (decimal): -1128073 or 7850478. OLE color: 7850478.
HSL color Cylindrical-coordinate representation of color #EEC977: hue angle of 41.34º 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 #EEC977 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 119 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 41.34º | 0.78% | 0.7% | - |
| HSV(B) | 41.34º | 0.5% | 0.93% | - |
| XYZ | 59.48 | 61.28 | 26.15 | - |
| YUV | 202.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 119 | 0 | 0.16 | 0.50 | 0.07 | 41.34 | 0.78 | 0.7 |
| Hex | EE | C9 | 77 | 0 | 10 | 32 | 7 | 29 | 4E | 46 |
| Octal | 356 | 311 | 167 | 0 | 20 | 62 | 7 | 51 | 116 | 106 |
| Binary | 11101110 | 11001001 | 1110111 | 0 | 10000 | 110010 | 111 | 101001 | 1001110 | 1000110 |
Color Harmonies of #EEC977
Complementary color
Monochromatic Colors of #EEC977
Black with #EEC977
Text Example
Text Example
White with #EEC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC977; }
p { color: rgb(238,201,119); }
H1.HeaderClassName
{
color: #EEC977;
}
.AnyTagClassName
{
color: #EEC977;
}
</style>
background-color css
<style>
a { background-color: #EEC977; }
a { background-color: rgb(238,201,119); }
div.DivClassName
{
background-color: #EEC977;
}
.BgClassName
{
background-color: #EEC977;
}
</style>
border-color css
<style>
span { border-color: #EEC977; }
span { border-color: rgb(238,201,119); }
td.TdClassName
{
border-color: #EEC977;
}
.TagClassName
{
border-color: #EEC977;
}
</style>