Shades of Marzipan #EEC68C
Tints of Marzipan #EEC68C
RGB
CMYK
RGB Variations
Color information
#EEC68C (or 0xEEC68C) is known color: Marzipan. HEX triplet: EE, C6 and 8C. RGB value is (238,198,140). Sum of RGB (Red+Green+Blue) = 238+198+140=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC68C is #113973. Grayscale: #CBCBCB. Windows color (decimal): -1128820 or 9225966. OLE color: 9225966.
HSL color Cylindrical-coordinate representation of color #EEC68C: hue angle of 35.51º 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 #EEC68C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 140 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 35.51º | 0.74% | 0.74% | - |
| HSV(B) | 35.51º | 0.41% | 0.93% | - |
| XYZ | 60.19 | 60.46 | 33.31 | - |
| YUV | 203.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 140 | 0 | 0.17 | 0.41 | 0.07 | 35.51 | 0.74 | 0.74 |
| Hex | EE | C6 | 8C | 0 | 11 | 29 | 7 | 24 | 4A | 4A |
| Octal | 356 | 306 | 214 | 0 | 21 | 51 | 7 | 44 | 112 | 112 |
| Binary | 11101110 | 11000110 | 10001100 | 0 | 10001 | 101001 | 111 | 100100 | 1001010 | 1001010 |
Color Harmonies of #EEC68C
Complementary color
Monochromatic Colors of #EEC68C
Black with #EEC68C
Text Example
Text Example
White with #EEC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC68C; }
p { color: rgb(238,198,140); }
H1.HeaderClassName
{
color: #EEC68C;
}
.AnyTagClassName
{
color: #EEC68C;
}
</style>
background-color css
<style>
a { background-color: #EEC68C; }
a { background-color: rgb(238,198,140); }
div.DivClassName
{
background-color: #EEC68C;
}
.BgClassName
{
background-color: #EEC68C;
}
</style>
border-color css
<style>
span { border-color: #EEC68C; }
span { border-color: rgb(238,198,140); }
td.TdClassName
{
border-color: #EEC68C;
}
.TagClassName
{
border-color: #EEC68C;
}
</style>