Shades of Marzipan #EEC478
Tints of Marzipan #EEC478
RGB
CMYK
RGB Variations
Color information
#EEC478 (or 0xEEC478) is known color: Marzipan. HEX triplet: EE, C4 and 78. RGB value is (238,196,120). Sum of RGB (Red+Green+Blue) = 238+196+120=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC478 is #113B87. Grayscale: #C8C8C8. Windows color (decimal): -1129352 or 7914734. OLE color: 7914734.
HSL color Cylindrical-coordinate representation of color #EEC478: hue angle of 38.64º 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 #EEC478 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 120 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.07 |
| HSL | 38.64º | 0.78% | 0.7% | - |
| HSV(B) | 38.64º | 0.5% | 0.93% | - |
| XYZ | 58.39 | 59.01 | 26.08 | - |
| YUV | 199.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 120 | 0 | 0.18 | 0.50 | 0.07 | 38.64 | 0.78 | 0.7 |
| Hex | EE | C4 | 78 | 0 | 12 | 32 | 7 | 27 | 4E | 46 |
| Octal | 356 | 304 | 170 | 0 | 22 | 62 | 7 | 47 | 116 | 106 |
| Binary | 11101110 | 11000100 | 1111000 | 0 | 10010 | 110010 | 111 | 100111 | 1001110 | 1000110 |
Color Harmonies of #EEC478
Complementary color
Monochromatic Colors of #EEC478
Black with #EEC478
Text Example
Text Example
White with #EEC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC478; }
p { color: rgb(238,196,120); }
H1.HeaderClassName
{
color: #EEC478;
}
.AnyTagClassName
{
color: #EEC478;
}
</style>
background-color css
<style>
a { background-color: #EEC478; }
a { background-color: rgb(238,196,120); }
div.DivClassName
{
background-color: #EEC478;
}
.BgClassName
{
background-color: #EEC478;
}
</style>
border-color css
<style>
span { border-color: #EEC478; }
span { border-color: rgb(238,196,120); }
td.TdClassName
{
border-color: #EEC478;
}
.TagClassName
{
border-color: #EEC478;
}
</style>