Shades of Marzipan #EEC98C
Tints of Marzipan #EEC98C
RGB
CMYK
RGB Variations
Color information
#EEC98C (or 0xEEC98C) is known color: Marzipan. HEX triplet: EE, C9 and 8C. RGB value is (238,201,140). Sum of RGB (Red+Green+Blue) = 238+201+140=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98C is #113673. Grayscale: #CDCDCD. Windows color (decimal): -1128052 or 9226734. OLE color: 9226734.
HSL color Cylindrical-coordinate representation of color #EEC98C: hue angle of 37.35º 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 #EEC98C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 140 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 37.35º | 0.74% | 0.74% | - |
| HSV(B) | 37.35º | 0.41% | 0.93% | - |
| XYZ | 60.88 | 61.84 | 33.54 | - |
| YUV | 205.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 140 | 0 | 0.16 | 0.41 | 0.07 | 37.35 | 0.74 | 0.74 |
| Hex | EE | C9 | 8C | 0 | 10 | 29 | 7 | 25 | 4A | 4A |
| Octal | 356 | 311 | 214 | 0 | 20 | 51 | 7 | 45 | 112 | 112 |
| Binary | 11101110 | 11001001 | 10001100 | 0 | 10000 | 101001 | 111 | 100101 | 1001010 | 1001010 |
Color Harmonies of #EEC98C
Complementary color
Monochromatic Colors of #EEC98C
Black with #EEC98C
Text Example
Text Example
White with #EEC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC98C; }
p { color: rgb(238,201,140); }
H1.HeaderClassName
{
color: #EEC98C;
}
.AnyTagClassName
{
color: #EEC98C;
}
</style>
background-color css
<style>
a { background-color: #EEC98C; }
a { background-color: rgb(238,201,140); }
div.DivClassName
{
background-color: #EEC98C;
}
.BgClassName
{
background-color: #EEC98C;
}
</style>
border-color css
<style>
span { border-color: #EEC98C; }
span { border-color: rgb(238,201,140); }
td.TdClassName
{
border-color: #EEC98C;
}
.TagClassName
{
border-color: #EEC98C;
}
</style>