Shades of Marzipan #EEC575
Tints of Marzipan #EEC575
RGB
CMYK
RGB Variations
Color information
#EEC575 (or 0xEEC575) is known color: Marzipan. HEX triplet: EE, C5 and 75. RGB value is (238,197,117). Sum of RGB (Red+Green+Blue) = 238+197+117=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC575 is #113A8A. Grayscale: #C8C8C8. Windows color (decimal): -1129099 or 7718382. OLE color: 7718382.
HSL color Cylindrical-coordinate representation of color #EEC575: hue angle of 39.67º 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 #EEC575 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 117 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.07 |
| HSL | 39.67º | 0.78% | 0.7% | - |
| HSV(B) | 39.67º | 0.51% | 0.93% | - |
| XYZ | 58.44 | 59.39 | 25.21 | - |
| YUV | 200.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 117 | 0 | 0.17 | 0.51 | 0.07 | 39.67 | 0.78 | 0.7 |
| Hex | EE | C5 | 75 | 0 | 11 | 33 | 7 | 28 | 4E | 46 |
| Octal | 356 | 305 | 165 | 0 | 21 | 63 | 7 | 50 | 116 | 106 |
| Binary | 11101110 | 11000101 | 1110101 | 0 | 10001 | 110011 | 111 | 101000 | 1001110 | 1000110 |
Color Harmonies of #EEC575
Complementary color
Monochromatic Colors of #EEC575
Black with #EEC575
Text Example
Text Example
White with #EEC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC575; }
p { color: rgb(238,197,117); }
H1.HeaderClassName
{
color: #EEC575;
}
.AnyTagClassName
{
color: #EEC575;
}
</style>
background-color css
<style>
a { background-color: #EEC575; }
a { background-color: rgb(238,197,117); }
div.DivClassName
{
background-color: #EEC575;
}
.BgClassName
{
background-color: #EEC575;
}
</style>
border-color css
<style>
span { border-color: #EEC575; }
span { border-color: rgb(238,197,117); }
td.TdClassName
{
border-color: #EEC575;
}
.TagClassName
{
border-color: #EEC575;
}
</style>