Shades of Marzipan #EECA86
Tints of Marzipan #EECA86
RGB
CMYK
RGB Variations
Color information
#EECA86 (or 0xEECA86) is known color: Marzipan. HEX triplet: EE, CA and 86. RGB value is (238,202,134). Sum of RGB (Red+Green+Blue) = 238+202+134=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA86 is #113579. Grayscale: #CDCDCD. Windows color (decimal): -1127802 or 8833774. OLE color: 8833774.
HSL color Cylindrical-coordinate representation of color #EECA86: hue angle of 39.23º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EECA86 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 134 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.07 |
| HSL | 39.23º | 0.75% | 0.73% | - |
| HSV(B) | 39.23º | 0.44% | 0.93% | - |
| XYZ | 60.68 | 62.14 | 31.35 | - |
| YUV | 205.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 134 | 0 | 0.15 | 0.44 | 0.07 | 39.23 | 0.75 | 0.73 |
| Hex | EE | CA | 86 | 0 | F | 2C | 7 | 27 | 4B | 49 |
| Octal | 356 | 312 | 206 | 0 | 17 | 54 | 7 | 47 | 113 | 111 |
| Binary | 11101110 | 11001010 | 10000110 | 0 | 1111 | 101100 | 111 | 100111 | 1001011 | 1001001 |
Color Harmonies of #EECA86
Complementary color
Monochromatic Colors of #EECA86
Black with #EECA86
Text Example
Text Example
White with #EECA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA86; }
p { color: rgb(238,202,134); }
H1.HeaderClassName
{
color: #EECA86;
}
.AnyTagClassName
{
color: #EECA86;
}
</style>
background-color css
<style>
a { background-color: #EECA86; }
a { background-color: rgb(238,202,134); }
div.DivClassName
{
background-color: #EECA86;
}
.BgClassName
{
background-color: #EECA86;
}
</style>
border-color css
<style>
span { border-color: #EECA86; }
span { border-color: rgb(238,202,134); }
td.TdClassName
{
border-color: #EECA86;
}
.TagClassName
{
border-color: #EECA86;
}
</style>