Shades of Marzipan #EEC974
Tints of Marzipan #EEC974
RGB
CMYK
RGB Variations
Color information
#EEC974 (or 0xEEC974) is known color: Marzipan. HEX triplet: EE, C9 and 74. RGB value is (238,201,116). Sum of RGB (Red+Green+Blue) = 238+201+116=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC974 is #11368B. Grayscale: #CACACA. Windows color (decimal): -1128076 or 7653870. OLE color: 7653870.
HSL color Cylindrical-coordinate representation of color #EEC974: hue angle of 41.8º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEC974 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 116 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.07 |
| HSL | 41.8º | 0.78% | 0.69% | - |
| HSV(B) | 41.8º | 0.51% | 0.93% | - |
| XYZ | 59.3 | 61.21 | 25.21 | - |
| YUV | 202.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 116 | 0 | 0.16 | 0.51 | 0.07 | 41.8 | 0.78 | 0.69 |
| Hex | EE | C9 | 74 | 0 | 10 | 33 | 7 | 2A | 4E | 45 |
| Octal | 356 | 311 | 164 | 0 | 20 | 63 | 7 | 52 | 116 | 105 |
| Binary | 11101110 | 11001001 | 1110100 | 0 | 10000 | 110011 | 111 | 101010 | 1001110 | 1000101 |
Color Harmonies of #EEC974
Complementary color
Monochromatic Colors of #EEC974
Black with #EEC974
Text Example
Text Example
White with #EEC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC974; }
p { color: rgb(238,201,116); }
H1.HeaderClassName
{
color: #EEC974;
}
.AnyTagClassName
{
color: #EEC974;
}
</style>
background-color css
<style>
a { background-color: #EEC974; }
a { background-color: rgb(238,201,116); }
div.DivClassName
{
background-color: #EEC974;
}
.BgClassName
{
background-color: #EEC974;
}
</style>
border-color css
<style>
span { border-color: #EEC974; }
span { border-color: rgb(238,201,116); }
td.TdClassName
{
border-color: #EEC974;
}
.TagClassName
{
border-color: #EEC974;
}
</style>