Shades of Marzipan #EEC584
Tints of Marzipan #EEC584
RGB
CMYK
RGB Variations
Color information
#EEC584 (or 0xEEC584) is known color: Marzipan. HEX triplet: EE, C5 and 84. RGB value is (238,197,132). Sum of RGB (Red+Green+Blue) = 238+197+132=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC584 is #113A7B. Grayscale: #CACACA. Windows color (decimal): -1129084 or 8701422. OLE color: 8701422.
HSL color Cylindrical-coordinate representation of color #EEC584: hue angle of 36.79º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEC584 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 132 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.07 |
| HSL | 36.79º | 0.76% | 0.73% | - |
| HSV(B) | 36.79º | 0.45% | 0.93% | - |
| XYZ | 59.39 | 59.78 | 30.24 | - |
| YUV | 201.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 132 | 0 | 0.17 | 0.45 | 0.07 | 36.79 | 0.76 | 0.73 |
| Hex | EE | C5 | 84 | 0 | 11 | 2D | 7 | 25 | 4C | 49 |
| Octal | 356 | 305 | 204 | 0 | 21 | 55 | 7 | 45 | 114 | 111 |
| Binary | 11101110 | 11000101 | 10000100 | 0 | 10001 | 101101 | 111 | 100101 | 1001100 | 1001001 |
Color Harmonies of #EEC584
Complementary color
Monochromatic Colors of #EEC584
Black with #EEC584
Text Example
Text Example
White with #EEC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC584; }
p { color: rgb(238,197,132); }
H1.HeaderClassName
{
color: #EEC584;
}
.AnyTagClassName
{
color: #EEC584;
}
</style>
background-color css
<style>
a { background-color: #EEC584; }
a { background-color: rgb(238,197,132); }
div.DivClassName
{
background-color: #EEC584;
}
.BgClassName
{
background-color: #EEC584;
}
</style>
border-color css
<style>
span { border-color: #EEC584; }
span { border-color: rgb(238,197,132); }
td.TdClassName
{
border-color: #EEC584;
}
.TagClassName
{
border-color: #EEC584;
}
</style>