Shades of Marzipan #EEC98D
Tints of Marzipan #EEC98D
RGB
CMYK
RGB Variations
Color information
#EEC98D (or 0xEEC98D) is known color: Marzipan. HEX triplet: EE, C9 and 8D. RGB value is (238,201,141). Sum of RGB (Red+Green+Blue) = 238+201+141=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98D is #113672. Grayscale: #CDCDCD. Windows color (decimal): -1128051 or 9292270. OLE color: 9292270.
HSL color Cylindrical-coordinate representation of color #EEC98D: hue angle of 37.11º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC98D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 141 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 37.11º | 0.74% | 0.74% | - |
| HSV(B) | 37.11º | 0.41% | 0.93% | - |
| XYZ | 60.95 | 61.87 | 33.93 | - |
| YUV | 205.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 141 | 0 | 0.16 | 0.41 | 0.07 | 37.11 | 0.74 | 0.74 |
| Hex | EE | C9 | 8D | 0 | 10 | 29 | 7 | 25 | 4A | 4A |
| Octal | 356 | 311 | 215 | 0 | 20 | 51 | 7 | 45 | 112 | 112 |
| Binary | 11101110 | 11001001 | 10001101 | 0 | 10000 | 101001 | 111 | 100101 | 1001010 | 1001010 |
Color Harmonies of #EEC98D
Complementary color
Monochromatic Colors of #EEC98D
Black with #EEC98D
Text Example
Text Example
White with #EEC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC98D; }
p { color: rgb(238,201,141); }
H1.HeaderClassName
{
color: #EEC98D;
}
.AnyTagClassName
{
color: #EEC98D;
}
</style>
background-color css
<style>
a { background-color: #EEC98D; }
a { background-color: rgb(238,201,141); }
div.DivClassName
{
background-color: #EEC98D;
}
.BgClassName
{
background-color: #EEC98D;
}
</style>
border-color css
<style>
span { border-color: #EEC98D; }
span { border-color: rgb(238,201,141); }
td.TdClassName
{
border-color: #EEC98D;
}
.TagClassName
{
border-color: #EEC98D;
}
</style>