Shades of Marzipan #EEC275
Tints of Marzipan #EEC275
RGB
CMYK
RGB Variations
Color information
#EEC275 (or 0xEEC275) is known color: Marzipan. HEX triplet: EE, C2 and 75. RGB value is (238,194,117). Sum of RGB (Red+Green+Blue) = 238+194+117=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC275 is #113D8A. Grayscale: #C6C6C6. Windows color (decimal): -1129867 or 7717614. OLE color: 7717614.
HSL color Cylindrical-coordinate representation of color #EEC275: hue angle of 38.18º 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 #EEC275 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 117 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.07 |
| HSL | 38.18º | 0.78% | 0.7% | - |
| HSV(B) | 38.18º | 0.51% | 0.93% | - |
| XYZ | 57.76 | 58.05 | 24.99 | - |
| YUV | 198.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 117 | 0 | 0.18 | 0.51 | 0.07 | 38.18 | 0.78 | 0.7 |
| Hex | EE | C2 | 75 | 0 | 12 | 33 | 7 | 26 | 4E | 46 |
| Octal | 356 | 302 | 165 | 0 | 22 | 63 | 7 | 46 | 116 | 106 |
| Binary | 11101110 | 11000010 | 1110101 | 0 | 10010 | 110011 | 111 | 100110 | 1001110 | 1000110 |
Color Harmonies of #EEC275
Complementary color
Monochromatic Colors of #EEC275
Black with #EEC275
Text Example
Text Example
White with #EEC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC275; }
p { color: rgb(238,194,117); }
H1.HeaderClassName
{
color: #EEC275;
}
.AnyTagClassName
{
color: #EEC275;
}
</style>
background-color css
<style>
a { background-color: #EEC275; }
a { background-color: rgb(238,194,117); }
div.DivClassName
{
background-color: #EEC275;
}
.BgClassName
{
background-color: #EEC275;
}
</style>
border-color css
<style>
span { border-color: #EEC275; }
span { border-color: rgb(238,194,117); }
td.TdClassName
{
border-color: #EEC275;
}
.TagClassName
{
border-color: #EEC275;
}
</style>