Shades of Marzipan #EEC586
Tints of Marzipan #EEC586
RGB
CMYK
RGB Variations
Color information
#EEC586 (or 0xEEC586) is known color: Marzipan. HEX triplet: EE, C5 and 86. RGB value is (238,197,134). Sum of RGB (Red+Green+Blue) = 238+197+134=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC586 is #113A79. Grayscale: #CACACA. Windows color (decimal): -1129082 or 8832494. OLE color: 8832494.
HSL color Cylindrical-coordinate representation of color #EEC586: hue angle of 36.35º degrees, saturation: 0.75, 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 #EEC586 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 134 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 36.35º | 0.75% | 0.73% | - |
| HSV(B) | 36.35º | 0.44% | 0.93% | - |
| XYZ | 59.53 | 59.83 | 30.97 | - |
| YUV | 202.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 134 | 0 | 0.17 | 0.44 | 0.07 | 36.35 | 0.75 | 0.73 |
| Hex | EE | C5 | 86 | 0 | 11 | 2C | 7 | 24 | 4B | 49 |
| Octal | 356 | 305 | 206 | 0 | 21 | 54 | 7 | 44 | 113 | 111 |
| Binary | 11101110 | 11000101 | 10000110 | 0 | 10001 | 101100 | 111 | 100100 | 1001011 | 1001001 |
Color Harmonies of #EEC586
Complementary color
Monochromatic Colors of #EEC586
Black with #EEC586
Text Example
Text Example
White with #EEC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC586; }
p { color: rgb(238,197,134); }
H1.HeaderClassName
{
color: #EEC586;
}
.AnyTagClassName
{
color: #EEC586;
}
</style>
background-color css
<style>
a { background-color: #EEC586; }
a { background-color: rgb(238,197,134); }
div.DivClassName
{
background-color: #EEC586;
}
.BgClassName
{
background-color: #EEC586;
}
</style>
border-color css
<style>
span { border-color: #EEC586; }
span { border-color: rgb(238,197,134); }
td.TdClassName
{
border-color: #EEC586;
}
.TagClassName
{
border-color: #EEC586;
}
</style>