Shades of Marzipan #EEC279
Tints of Marzipan #EEC279
RGB
CMYK
RGB Variations
Color information
#EEC279 (or 0xEEC279) is known color: Marzipan. HEX triplet: EE, C2 and 79. RGB value is (238,194,121). Sum of RGB (Red+Green+Blue) = 238+194+121=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC279 is #113D86. Grayscale: #C7C7C7. Windows color (decimal): -1129863 or 7979758. OLE color: 7979758.
HSL color Cylindrical-coordinate representation of color #EEC279: hue angle of 37.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEC279 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 121 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.07 |
| HSL | 37.44º | 0.77% | 0.7% | - |
| HSV(B) | 37.44º | 0.49% | 0.93% | - |
| XYZ | 58 | 58.14 | 26.25 | - |
| YUV | 198.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 121 | 0 | 0.18 | 0.49 | 0.07 | 37.44 | 0.77 | 0.7 |
| Hex | EE | C2 | 79 | 0 | 12 | 31 | 7 | 25 | 4D | 46 |
| Octal | 356 | 302 | 171 | 0 | 22 | 61 | 7 | 45 | 115 | 106 |
| Binary | 11101110 | 11000010 | 1111001 | 0 | 10010 | 110001 | 111 | 100101 | 1001101 | 1000110 |
Color Harmonies of #EEC279
Complementary color
Monochromatic Colors of #EEC279
Black with #EEC279
Text Example
Text Example
White with #EEC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC279; }
p { color: rgb(238,194,121); }
H1.HeaderClassName
{
color: #EEC279;
}
.AnyTagClassName
{
color: #EEC279;
}
</style>
background-color css
<style>
a { background-color: #EEC279; }
a { background-color: rgb(238,194,121); }
div.DivClassName
{
background-color: #EEC279;
}
.BgClassName
{
background-color: #EEC279;
}
</style>
border-color css
<style>
span { border-color: #EEC279; }
span { border-color: rgb(238,194,121); }
td.TdClassName
{
border-color: #EEC279;
}
.TagClassName
{
border-color: #EEC279;
}
</style>