Shades of Marzipan #EEC98A
Tints of Marzipan #EEC98A
RGB
CMYK
RGB Variations
Color information
#EEC98A (or 0xEEC98A) is known color: Marzipan. HEX triplet: EE, C9 and 8A. RGB value is (238,201,138). Sum of RGB (Red+Green+Blue) = 238+201+138=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98A is #113675. Grayscale: #CDCDCD. Windows color (decimal): -1128054 or 9095662. OLE color: 9095662.
HSL color Cylindrical-coordinate representation of color #EEC98A: hue angle of 37.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEC98A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 138 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.07 |
| HSL | 37.8º | 0.75% | 0.74% | - |
| HSV(B) | 37.8º | 0.42% | 0.93% | - |
| XYZ | 60.73 | 61.79 | 32.77 | - |
| YUV | 204.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 138 | 0 | 0.16 | 0.42 | 0.07 | 37.8 | 0.75 | 0.74 |
| Hex | EE | C9 | 8A | 0 | 10 | 2A | 7 | 26 | 4B | 4A |
| Octal | 356 | 311 | 212 | 0 | 20 | 52 | 7 | 46 | 113 | 112 |
| Binary | 11101110 | 11001001 | 10001010 | 0 | 10000 | 101010 | 111 | 100110 | 1001011 | 1001010 |
Color Harmonies of #EEC98A
Complementary color
Monochromatic Colors of #EEC98A
Black with #EEC98A
Text Example
Text Example
White with #EEC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC98A; }
p { color: rgb(238,201,138); }
H1.HeaderClassName
{
color: #EEC98A;
}
.AnyTagClassName
{
color: #EEC98A;
}
</style>
background-color css
<style>
a { background-color: #EEC98A; }
a { background-color: rgb(238,201,138); }
div.DivClassName
{
background-color: #EEC98A;
}
.BgClassName
{
background-color: #EEC98A;
}
</style>
border-color css
<style>
span { border-color: #EEC98A; }
span { border-color: rgb(238,201,138); }
td.TdClassName
{
border-color: #EEC98A;
}
.TagClassName
{
border-color: #EEC98A;
}
</style>