Shades of Marzipan #EEC678
Tints of Marzipan #EEC678
RGB
CMYK
RGB Variations
Color information
#EEC678 (or 0xEEC678) is known color: Marzipan. HEX triplet: EE, C6 and 78. RGB value is (238,198,120). Sum of RGB (Red+Green+Blue) = 238+198+120=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC678 is #113987. Grayscale: #C9C9C9. Windows color (decimal): -1128840 or 7915246. OLE color: 7915246.
HSL color Cylindrical-coordinate representation of color #EEC678: hue angle of 39.66º 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 #EEC678 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 120 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.07 |
| HSL | 39.66º | 0.78% | 0.7% | - |
| HSV(B) | 39.66º | 0.5% | 0.93% | - |
| XYZ | 58.84 | 59.92 | 26.23 | - |
| YUV | 201.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 120 | 0 | 0.17 | 0.50 | 0.07 | 39.66 | 0.78 | 0.7 |
| Hex | EE | C6 | 78 | 0 | 11 | 32 | 7 | 28 | 4E | 46 |
| Octal | 356 | 306 | 170 | 0 | 21 | 62 | 7 | 50 | 116 | 106 |
| Binary | 11101110 | 11000110 | 1111000 | 0 | 10001 | 110010 | 111 | 101000 | 1001110 | 1000110 |
Color Harmonies of #EEC678
Complementary color
Monochromatic Colors of #EEC678
Black with #EEC678
Text Example
Text Example
White with #EEC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC678; }
p { color: rgb(238,198,120); }
H1.HeaderClassName
{
color: #EEC678;
}
.AnyTagClassName
{
color: #EEC678;
}
</style>
background-color css
<style>
a { background-color: #EEC678; }
a { background-color: rgb(238,198,120); }
div.DivClassName
{
background-color: #EEC678;
}
.BgClassName
{
background-color: #EEC678;
}
</style>
border-color css
<style>
span { border-color: #EEC678; }
span { border-color: rgb(238,198,120); }
td.TdClassName
{
border-color: #EEC678;
}
.TagClassName
{
border-color: #EEC678;
}
</style>