Shades of Marzipan #EEC685
Tints of Marzipan #EEC685
RGB
CMYK
RGB Variations
Color information
#EEC685 (or 0xEEC685) is known color: Marzipan. HEX triplet: EE, C6 and 85. RGB value is (238,198,133). Sum of RGB (Red+Green+Blue) = 238+198+133=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC685 is #11397A. Grayscale: #CACACA. Windows color (decimal): -1128827 or 8767214. OLE color: 8767214.
HSL color Cylindrical-coordinate representation of color #EEC685: hue angle of 37.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEC685 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 133 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 37.14º | 0.76% | 0.73% | - |
| HSV(B) | 37.14º | 0.44% | 0.93% | - |
| XYZ | 59.69 | 60.26 | 30.68 | - |
| YUV | 202.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 133 | 0 | 0.17 | 0.44 | 0.07 | 37.14 | 0.76 | 0.73 |
| Hex | EE | C6 | 85 | 0 | 11 | 2C | 7 | 25 | 4C | 49 |
| Octal | 356 | 306 | 205 | 0 | 21 | 54 | 7 | 45 | 114 | 111 |
| Binary | 11101110 | 11000110 | 10000101 | 0 | 10001 | 101100 | 111 | 100101 | 1001100 | 1001001 |
Color Harmonies of #EEC685
Complementary color
Monochromatic Colors of #EEC685
Black with #EEC685
Text Example
Text Example
White with #EEC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC685; }
p { color: rgb(238,198,133); }
H1.HeaderClassName
{
color: #EEC685;
}
.AnyTagClassName
{
color: #EEC685;
}
</style>
background-color css
<style>
a { background-color: #EEC685; }
a { background-color: rgb(238,198,133); }
div.DivClassName
{
background-color: #EEC685;
}
.BgClassName
{
background-color: #EEC685;
}
</style>
border-color css
<style>
span { border-color: #EEC685; }
span { border-color: rgb(238,198,133); }
td.TdClassName
{
border-color: #EEC685;
}
.TagClassName
{
border-color: #EEC685;
}
</style>