Shades of Marzipan #EEC78A
Tints of Marzipan #EEC78A
RGB
CMYK
RGB Variations
Color information
#EEC78A (or 0xEEC78A) is known color: Marzipan. HEX triplet: EE, C7 and 8A. RGB value is (238,199,138). Sum of RGB (Red+Green+Blue) = 238+199+138=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC78A is #113875. Grayscale: #CBCBCB. Windows color (decimal): -1128566 or 9095150. OLE color: 9095150.
HSL color Cylindrical-coordinate representation of color #EEC78A: hue angle of 36.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEC78A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 138 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.07 |
| HSL | 36.6º | 0.75% | 0.74% | - |
| HSV(B) | 36.6º | 0.42% | 0.93% | - |
| XYZ | 60.27 | 60.86 | 32.62 | - |
| YUV | 203.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 138 | 0 | 0.16 | 0.42 | 0.07 | 36.6 | 0.75 | 0.74 |
| Hex | EE | C7 | 8A | 0 | 10 | 2A | 7 | 25 | 4B | 4A |
| Octal | 356 | 307 | 212 | 0 | 20 | 52 | 7 | 45 | 113 | 112 |
| Binary | 11101110 | 11000111 | 10001010 | 0 | 10000 | 101010 | 111 | 100101 | 1001011 | 1001010 |
Color Harmonies of #EEC78A
Complementary color
Monochromatic Colors of #EEC78A
Black with #EEC78A
Text Example
Text Example
White with #EEC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC78A; }
p { color: rgb(238,199,138); }
H1.HeaderClassName
{
color: #EEC78A;
}
.AnyTagClassName
{
color: #EEC78A;
}
</style>
background-color css
<style>
a { background-color: #EEC78A; }
a { background-color: rgb(238,199,138); }
div.DivClassName
{
background-color: #EEC78A;
}
.BgClassName
{
background-color: #EEC78A;
}
</style>
border-color css
<style>
span { border-color: #EEC78A; }
span { border-color: rgb(238,199,138); }
td.TdClassName
{
border-color: #EEC78A;
}
.TagClassName
{
border-color: #EEC78A;
}
</style>