Shades of Marzipan #EEC488
Tints of Marzipan #EEC488
RGB
CMYK
RGB Variations
Color information
#EEC488 (or 0xEEC488) is known color: Marzipan. HEX triplet: EE, C4 and 88. RGB value is (238,196,136). Sum of RGB (Red+Green+Blue) = 238+196+136=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC488 is #113B77. Grayscale: #CACACA. Windows color (decimal): -1129336 or 8963310. OLE color: 8963310.
HSL color Cylindrical-coordinate representation of color #EEC488: hue angle of 35.29º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEC488 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 136 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.07 |
| HSL | 35.29º | 0.75% | 0.73% | - |
| HSV(B) | 35.29º | 0.43% | 0.93% | - |
| XYZ | 59.44 | 59.43 | 31.63 | - |
| YUV | 201.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 136 | 0 | 0.18 | 0.43 | 0.07 | 35.29 | 0.75 | 0.73 |
| Hex | EE | C4 | 88 | 0 | 12 | 2B | 7 | 23 | 4B | 49 |
| Octal | 356 | 304 | 210 | 0 | 22 | 53 | 7 | 43 | 113 | 111 |
| Binary | 11101110 | 11000100 | 10001000 | 0 | 10010 | 101011 | 111 | 100011 | 1001011 | 1001001 |
Color Harmonies of #EEC488
Complementary color
Monochromatic Colors of #EEC488
Black with #EEC488
Text Example
Text Example
White with #EEC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC488; }
p { color: rgb(238,196,136); }
H1.HeaderClassName
{
color: #EEC488;
}
.AnyTagClassName
{
color: #EEC488;
}
</style>
background-color css
<style>
a { background-color: #EEC488; }
a { background-color: rgb(238,196,136); }
div.DivClassName
{
background-color: #EEC488;
}
.BgClassName
{
background-color: #EEC488;
}
</style>
border-color css
<style>
span { border-color: #EEC488; }
span { border-color: rgb(238,196,136); }
td.TdClassName
{
border-color: #EEC488;
}
.TagClassName
{
border-color: #EEC488;
}
</style>