Shades of Marzipan #EEC477
Tints of Marzipan #EEC477
RGB
CMYK
RGB Variations
Color information
#EEC477 (or 0xEEC477) is known color: Marzipan. HEX triplet: EE, C4 and 77. RGB value is (238,196,119). Sum of RGB (Red+Green+Blue) = 238+196+119=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC477 is #113B88. Grayscale: #C8C8C8. Windows color (decimal): -1129353 or 7849198. OLE color: 7849198.
HSL color Cylindrical-coordinate representation of color #EEC477: hue angle of 38.82º 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 #EEC477 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 119 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.07 |
| HSL | 38.82º | 0.78% | 0.7% | - |
| HSV(B) | 38.82º | 0.5% | 0.93% | - |
| XYZ | 58.33 | 58.99 | 25.76 | - |
| YUV | 199.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 119 | 0 | 0.18 | 0.50 | 0.07 | 38.82 | 0.78 | 0.7 |
| Hex | EE | C4 | 77 | 0 | 12 | 32 | 7 | 27 | 4E | 46 |
| Octal | 356 | 304 | 167 | 0 | 22 | 62 | 7 | 47 | 116 | 106 |
| Binary | 11101110 | 11000100 | 1110111 | 0 | 10010 | 110010 | 111 | 100111 | 1001110 | 1000110 |
Color Harmonies of #EEC477
Complementary color
Monochromatic Colors of #EEC477
Black with #EEC477
Text Example
Text Example
White with #EEC477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC477; }
p { color: rgb(238,196,119); }
H1.HeaderClassName
{
color: #EEC477;
}
.AnyTagClassName
{
color: #EEC477;
}
</style>
background-color css
<style>
a { background-color: #EEC477; }
a { background-color: rgb(238,196,119); }
div.DivClassName
{
background-color: #EEC477;
}
.BgClassName
{
background-color: #EEC477;
}
</style>
border-color css
<style>
span { border-color: #EEC477; }
span { border-color: rgb(238,196,119); }
td.TdClassName
{
border-color: #EEC477;
}
.TagClassName
{
border-color: #EEC477;
}
</style>