Shades of Marzipan #EECB79
Tints of Marzipan #EECB79
RGB
CMYK
RGB Variations
Color information
#EECB79 (or 0xEECB79) is known color: Marzipan. HEX triplet: EE, CB and 79. RGB value is (238,203,121). Sum of RGB (Red+Green+Blue) = 238+203+121=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB79 is #113486. Grayscale: #CCCCCC. Windows color (decimal): -1127559 or 7982062. OLE color: 7982062.
HSL color Cylindrical-coordinate representation of color #EECB79: hue angle of 42.05º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EECB79 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 121 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.07 |
| HSL | 42.05º | 0.77% | 0.7% | - |
| HSV(B) | 42.05º | 0.49% | 0.93% | - |
| XYZ | 60.07 | 62.27 | 26.94 | - |
| YUV | 204.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 121 | 0 | 0.15 | 0.49 | 0.07 | 42.05 | 0.77 | 0.7 |
| Hex | EE | CB | 79 | 0 | F | 31 | 7 | 2A | 4D | 46 |
| Octal | 356 | 313 | 171 | 0 | 17 | 61 | 7 | 52 | 115 | 106 |
| Binary | 11101110 | 11001011 | 1111001 | 0 | 1111 | 110001 | 111 | 101010 | 1001101 | 1000110 |
Color Harmonies of #EECB79
Complementary color
Monochromatic Colors of #EECB79
Black with #EECB79
Text Example
Text Example
White with #EECB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB79; }
p { color: rgb(238,203,121); }
H1.HeaderClassName
{
color: #EECB79;
}
.AnyTagClassName
{
color: #EECB79;
}
</style>
background-color css
<style>
a { background-color: #EECB79; }
a { background-color: rgb(238,203,121); }
div.DivClassName
{
background-color: #EECB79;
}
.BgClassName
{
background-color: #EECB79;
}
</style>
border-color css
<style>
span { border-color: #EECB79; }
span { border-color: rgb(238,203,121); }
td.TdClassName
{
border-color: #EECB79;
}
.TagClassName
{
border-color: #EECB79;
}
</style>