Shades of Marzipan #EEC775
Tints of Marzipan #EEC775
RGB
CMYK
RGB Variations
Color information
#EEC775 (or 0xEEC775) is known color: Marzipan. HEX triplet: EE, C7 and 75. RGB value is (238,199,117). Sum of RGB (Red+Green+Blue) = 238+199+117=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC775 is #11388A. Grayscale: #C9C9C9. Windows color (decimal): -1128587 or 7718894. OLE color: 7718894.
HSL color Cylindrical-coordinate representation of color #EEC775: hue angle of 40.66º 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 #EEC775 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 117 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.07 |
| HSL | 40.66º | 0.78% | 0.7% | - |
| HSV(B) | 40.66º | 0.51% | 0.93% | - |
| XYZ | 58.89 | 60.31 | 25.37 | - |
| YUV | 201.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 117 | 0 | 0.16 | 0.51 | 0.07 | 40.66 | 0.78 | 0.7 |
| Hex | EE | C7 | 75 | 0 | 10 | 33 | 7 | 29 | 4E | 46 |
| Octal | 356 | 307 | 165 | 0 | 20 | 63 | 7 | 51 | 116 | 106 |
| Binary | 11101110 | 11000111 | 1110101 | 0 | 10000 | 110011 | 111 | 101001 | 1001110 | 1000110 |
Color Harmonies of #EEC775
Complementary color
Monochromatic Colors of #EEC775
Black with #EEC775
Text Example
Text Example
White with #EEC775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC775; }
p { color: rgb(238,199,117); }
H1.HeaderClassName
{
color: #EEC775;
}
.AnyTagClassName
{
color: #EEC775;
}
</style>
background-color css
<style>
a { background-color: #EEC775; }
a { background-color: rgb(238,199,117); }
div.DivClassName
{
background-color: #EEC775;
}
.BgClassName
{
background-color: #EEC775;
}
</style>
border-color css
<style>
span { border-color: #EEC775; }
span { border-color: rgb(238,199,117); }
td.TdClassName
{
border-color: #EEC775;
}
.TagClassName
{
border-color: #EEC775;
}
</style>