Shades of Marzipan #EECB81
Tints of Marzipan #EECB81
RGB
CMYK
RGB Variations
Color information
#EECB81 (or 0xEECB81) is known color: Marzipan. HEX triplet: EE, CB and 81. RGB value is (238,203,129). Sum of RGB (Red+Green+Blue) = 238+203+129=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB81 is #11347E. Grayscale: #CDCDCD. Windows color (decimal): -1127551 or 8506350. OLE color: 8506350.
HSL color Cylindrical-coordinate representation of color #EECB81: hue angle of 40.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EECB81 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 129 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.07 |
| HSL | 40.73º | 0.76% | 0.72% | - |
| HSV(B) | 40.73º | 0.46% | 0.93% | - |
| XYZ | 60.58 | 62.47 | 29.63 | - |
| YUV | 205.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 129 | 0 | 0.15 | 0.46 | 0.07 | 40.73 | 0.76 | 0.72 |
| Hex | EE | CB | 81 | 0 | F | 2E | 7 | 29 | 4C | 48 |
| Octal | 356 | 313 | 201 | 0 | 17 | 56 | 7 | 51 | 114 | 110 |
| Binary | 11101110 | 11001011 | 10000001 | 0 | 1111 | 101110 | 111 | 101001 | 1001100 | 1001000 |
Color Harmonies of #EECB81
Complementary color
Monochromatic Colors of #EECB81
Black with #EECB81
Text Example
Text Example
White with #EECB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB81; }
p { color: rgb(238,203,129); }
H1.HeaderClassName
{
color: #EECB81;
}
.AnyTagClassName
{
color: #EECB81;
}
</style>
background-color css
<style>
a { background-color: #EECB81; }
a { background-color: rgb(238,203,129); }
div.DivClassName
{
background-color: #EECB81;
}
.BgClassName
{
background-color: #EECB81;
}
</style>
border-color css
<style>
span { border-color: #EECB81; }
span { border-color: rgb(238,203,129); }
td.TdClassName
{
border-color: #EECB81;
}
.TagClassName
{
border-color: #EECB81;
}
</style>