Shades of Marzipan #EEC975
Tints of Marzipan #EEC975
RGB
CMYK
RGB Variations
Color information
#EEC975 (or 0xEEC975) is known color: Marzipan. HEX triplet: EE, C9 and 75. RGB value is (238,201,117). Sum of RGB (Red+Green+Blue) = 238+201+117=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC975 is #11368A. Grayscale: #CACACA. Windows color (decimal): -1128075 or 7719406. OLE color: 7719406.
HSL color Cylindrical-coordinate representation of color #EEC975: hue angle of 41.65º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEC975 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 117 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.07 |
| HSL | 41.65º | 0.78% | 0.7% | - |
| HSV(B) | 41.65º | 0.51% | 0.93% | - |
| XYZ | 59.36 | 61.23 | 25.52 | - |
| YUV | 202.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 117 | 0 | 0.16 | 0.51 | 0.07 | 41.65 | 0.78 | 0.7 |
| Hex | EE | C9 | 75 | 0 | 10 | 33 | 7 | 2A | 4E | 46 |
| Octal | 356 | 311 | 165 | 0 | 20 | 63 | 7 | 52 | 116 | 106 |
| Binary | 11101110 | 11001001 | 1110101 | 0 | 10000 | 110011 | 111 | 101010 | 1001110 | 1000110 |
Color Harmonies of #EEC975
Complementary color
Monochromatic Colors of #EEC975
Black with #EEC975
Text Example
Text Example
White with #EEC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC975; }
p { color: rgb(238,201,117); }
H1.HeaderClassName
{
color: #EEC975;
}
.AnyTagClassName
{
color: #EEC975;
}
</style>
background-color css
<style>
a { background-color: #EEC975; }
a { background-color: rgb(238,201,117); }
div.DivClassName
{
background-color: #EEC975;
}
.BgClassName
{
background-color: #EEC975;
}
</style>
border-color css
<style>
span { border-color: #EEC975; }
span { border-color: rgb(238,201,117); }
td.TdClassName
{
border-color: #EEC975;
}
.TagClassName
{
border-color: #EEC975;
}
</style>