Shades of Marzipan #EEC98B
Tints of Marzipan #EEC98B
RGB
CMYK
RGB Variations
Color information
#EEC98B (or 0xEEC98B) is known color: Marzipan. HEX triplet: EE, C9 and 8B. RGB value is (238,201,139). Sum of RGB (Red+Green+Blue) = 238+201+139=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98B is #113674. Grayscale: #CDCDCD. Windows color (decimal): -1128053 or 9161198. OLE color: 9161198.
HSL color Cylindrical-coordinate representation of color #EEC98B: hue angle of 37.58º degrees, saturation: 0.74, 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 #EEC98B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 139 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.07 |
| HSL | 37.58º | 0.74% | 0.74% | - |
| HSV(B) | 37.58º | 0.42% | 0.93% | - |
| XYZ | 60.81 | 61.81 | 33.15 | - |
| YUV | 205 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 139 | 0 | 0.16 | 0.42 | 0.07 | 37.58 | 0.74 | 0.74 |
| Hex | EE | C9 | 8B | 0 | 10 | 2A | 7 | 26 | 4A | 4A |
| Octal | 356 | 311 | 213 | 0 | 20 | 52 | 7 | 46 | 112 | 112 |
| Binary | 11101110 | 11001001 | 10001011 | 0 | 10000 | 101010 | 111 | 100110 | 1001010 | 1001010 |
Color Harmonies of #EEC98B
Complementary color
Monochromatic Colors of #EEC98B
Black with #EEC98B
Text Example
Text Example
White with #EEC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC98B; }
p { color: rgb(238,201,139); }
H1.HeaderClassName
{
color: #EEC98B;
}
.AnyTagClassName
{
color: #EEC98B;
}
</style>
background-color css
<style>
a { background-color: #EEC98B; }
a { background-color: rgb(238,201,139); }
div.DivClassName
{
background-color: #EEC98B;
}
.BgClassName
{
background-color: #EEC98B;
}
</style>
border-color css
<style>
span { border-color: #EEC98B; }
span { border-color: rgb(238,201,139); }
td.TdClassName
{
border-color: #EEC98B;
}
.TagClassName
{
border-color: #EEC98B;
}
</style>