Shades of Marzipan #EEC88A
Tints of Marzipan #EEC88A
RGB
CMYK
RGB Variations
Color information
#EEC88A (or 0xEEC88A) is known color: Marzipan. HEX triplet: EE, C8 and 8A. RGB value is (238,200,138). Sum of RGB (Red+Green+Blue) = 238+200+138=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC88A is #113775. Grayscale: #CCCCCC. Windows color (decimal): -1128310 or 9095406. OLE color: 9095406.
HSL color Cylindrical-coordinate representation of color #EEC88A: hue angle of 37.2º 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 #EEC88A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 138 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.07 |
| HSL | 37.2º | 0.75% | 0.74% | - |
| HSV(B) | 37.2º | 0.42% | 0.93% | - |
| XYZ | 60.5 | 61.32 | 32.69 | - |
| YUV | 204.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 138 | 0 | 0.16 | 0.42 | 0.07 | 37.2 | 0.75 | 0.74 |
| Hex | EE | C8 | 8A | 0 | 10 | 2A | 7 | 25 | 4B | 4A |
| Octal | 356 | 310 | 212 | 0 | 20 | 52 | 7 | 45 | 113 | 112 |
| Binary | 11101110 | 11001000 | 10001010 | 0 | 10000 | 101010 | 111 | 100101 | 1001011 | 1001010 |
Color Harmonies of #EEC88A
Complementary color
Monochromatic Colors of #EEC88A
Black with #EEC88A
Text Example
Text Example
White with #EEC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC88A; }
p { color: rgb(238,200,138); }
H1.HeaderClassName
{
color: #EEC88A;
}
.AnyTagClassName
{
color: #EEC88A;
}
</style>
background-color css
<style>
a { background-color: #EEC88A; }
a { background-color: rgb(238,200,138); }
div.DivClassName
{
background-color: #EEC88A;
}
.BgClassName
{
background-color: #EEC88A;
}
</style>
border-color css
<style>
span { border-color: #EEC88A; }
span { border-color: rgb(238,200,138); }
td.TdClassName
{
border-color: #EEC88A;
}
.TagClassName
{
border-color: #EEC88A;
}
</style>