Shades of Marzipan #EECB77
Tints of Marzipan #EECB77
RGB
CMYK
RGB Variations
Color information
#EECB77 (or 0xEECB77) is known color: Marzipan. HEX triplet: EE, CB and 77. RGB value is (238,203,119). Sum of RGB (Red+Green+Blue) = 238+203+119=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB77 is #113488. Grayscale: #CCCCCC. Windows color (decimal): -1127561 or 7850990. OLE color: 7850990.
HSL color Cylindrical-coordinate representation of color #EECB77: hue angle of 42.35º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EECB77 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 119 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.07 |
| HSL | 42.35º | 0.78% | 0.7% | - |
| HSV(B) | 42.35º | 0.5% | 0.93% | - |
| XYZ | 59.95 | 62.22 | 26.3 | - |
| YUV | 203.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 119 | 0 | 0.15 | 0.50 | 0.07 | 42.35 | 0.78 | 0.7 |
| Hex | EE | CB | 77 | 0 | F | 32 | 7 | 2A | 4E | 46 |
| Octal | 356 | 313 | 167 | 0 | 17 | 62 | 7 | 52 | 116 | 106 |
| Binary | 11101110 | 11001011 | 1110111 | 0 | 1111 | 110010 | 111 | 101010 | 1001110 | 1000110 |
Color Harmonies of #EECB77
Complementary color
Monochromatic Colors of #EECB77
Black with #EECB77
Text Example
Text Example
White with #EECB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB77; }
p { color: rgb(238,203,119); }
H1.HeaderClassName
{
color: #EECB77;
}
.AnyTagClassName
{
color: #EECB77;
}
</style>
background-color css
<style>
a { background-color: #EECB77; }
a { background-color: rgb(238,203,119); }
div.DivClassName
{
background-color: #EECB77;
}
.BgClassName
{
background-color: #EECB77;
}
</style>
border-color css
<style>
span { border-color: #EECB77; }
span { border-color: rgb(238,203,119); }
td.TdClassName
{
border-color: #EECB77;
}
.TagClassName
{
border-color: #EECB77;
}
</style>