Shades of Marzipan #EEC985
Tints of Marzipan #EEC985
RGB
CMYK
RGB Variations
Color information
#EEC985 (or 0xEEC985) is known color: Marzipan. HEX triplet: EE, C9 and 85. RGB value is (238,201,133). Sum of RGB (Red+Green+Blue) = 238+201+133=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC985 is #11367A. Grayscale: #CCCCCC. Windows color (decimal): -1128059 or 8767982. OLE color: 8767982.
HSL color Cylindrical-coordinate representation of color #EEC985: hue angle of 38.86º 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 #EEC985 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.86º | 0.76% | 0.73% | - |
| HSV(B) | 38.86º | 0.44% | 0.93% | - |
| XYZ | 60.38 | 61.64 | 30.91 | - |
| YUV | 204.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 133 | 0 | 0.16 | 0.44 | 0.07 | 38.86 | 0.76 | 0.73 |
| Hex | EE | C9 | 85 | 0 | 10 | 2C | 7 | 27 | 4C | 49 |
| Octal | 356 | 311 | 205 | 0 | 20 | 54 | 7 | 47 | 114 | 111 |
| Binary | 11101110 | 11001001 | 10000101 | 0 | 10000 | 101100 | 111 | 100111 | 1001100 | 1001001 |
Color Harmonies of #EEC985
Complementary color
Monochromatic Colors of #EEC985
Black with #EEC985
Text Example
Text Example
White with #EEC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC985; }
p { color: rgb(238,201,133); }
H1.HeaderClassName
{
color: #EEC985;
}
.AnyTagClassName
{
color: #EEC985;
}
</style>
background-color css
<style>
a { background-color: #EEC985; }
a { background-color: rgb(238,201,133); }
div.DivClassName
{
background-color: #EEC985;
}
.BgClassName
{
background-color: #EEC985;
}
</style>
border-color css
<style>
span { border-color: #EEC985; }
span { border-color: rgb(238,201,133); }
td.TdClassName
{
border-color: #EEC985;
}
.TagClassName
{
border-color: #EEC985;
}
</style>