Shades of Marzipan #EEC78C
Tints of Marzipan #EEC78C
RGB
CMYK
RGB Variations
Color information
#EEC78C (or 0xEEC78C) is known color: Marzipan. HEX triplet: EE, C7 and 8C. RGB value is (238,199,140). Sum of RGB (Red+Green+Blue) = 238+199+140=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC78C is #113873. Grayscale: #CCCCCC. Windows color (decimal): -1128564 or 9226222. OLE color: 9226222.
HSL color Cylindrical-coordinate representation of color #EEC78C: hue angle of 36.12º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC78C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 140 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 36.12º | 0.74% | 0.74% | - |
| HSV(B) | 36.12º | 0.41% | 0.93% | - |
| XYZ | 60.42 | 60.92 | 33.38 | - |
| YUV | 203.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 140 | 0 | 0.16 | 0.41 | 0.07 | 36.12 | 0.74 | 0.74 |
| Hex | EE | C7 | 8C | 0 | 10 | 29 | 7 | 24 | 4A | 4A |
| Octal | 356 | 307 | 214 | 0 | 20 | 51 | 7 | 44 | 112 | 112 |
| Binary | 11101110 | 11000111 | 10001100 | 0 | 10000 | 101001 | 111 | 100100 | 1001010 | 1001010 |
Color Harmonies of #EEC78C
Complementary color
Monochromatic Colors of #EEC78C
Black with #EEC78C
Text Example
Text Example
White with #EEC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC78C; }
p { color: rgb(238,199,140); }
H1.HeaderClassName
{
color: #EEC78C;
}
.AnyTagClassName
{
color: #EEC78C;
}
</style>
background-color css
<style>
a { background-color: #EEC78C; }
a { background-color: rgb(238,199,140); }
div.DivClassName
{
background-color: #EEC78C;
}
.BgClassName
{
background-color: #EEC78C;
}
</style>
border-color css
<style>
span { border-color: #EEC78C; }
span { border-color: rgb(238,199,140); }
td.TdClassName
{
border-color: #EEC78C;
}
.TagClassName
{
border-color: #EEC78C;
}
</style>