Shades of Marzipan #EEC97E
Tints of Marzipan #EEC97E
RGB
CMYK
RGB Variations
Color information
#EEC97E (or 0xEEC97E) is known color: Marzipan. HEX triplet: EE, C9 and 7E. RGB value is (238,201,126). Sum of RGB (Red+Green+Blue) = 238+201+126=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC97E is #113681. Grayscale: #CBCBCB. Windows color (decimal): -1128066 or 8309230. OLE color: 8309230.
HSL color Cylindrical-coordinate representation of color #EEC97E: hue angle of 40.18º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC97E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 126 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 40.18º | 0.77% | 0.71% | - |
| HSV(B) | 40.18º | 0.47% | 0.93% | - |
| XYZ | 59.91 | 61.46 | 28.44 | - |
| YUV | 203.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 126 | 0 | 0.16 | 0.47 | 0.07 | 40.18 | 0.77 | 0.71 |
| Hex | EE | C9 | 7E | 0 | 10 | 2F | 7 | 28 | 4D | 47 |
| Octal | 356 | 311 | 176 | 0 | 20 | 57 | 7 | 50 | 115 | 107 |
| Binary | 11101110 | 11001001 | 1111110 | 0 | 10000 | 101111 | 111 | 101000 | 1001101 | 1000111 |
Color Harmonies of #EEC97E
Complementary color
Monochromatic Colors of #EEC97E
Black with #EEC97E
Text Example
Text Example
White with #EEC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC97E; }
p { color: rgb(238,201,126); }
H1.HeaderClassName
{
color: #EEC97E;
}
.AnyTagClassName
{
color: #EEC97E;
}
</style>
background-color css
<style>
a { background-color: #EEC97E; }
a { background-color: rgb(238,201,126); }
div.DivClassName
{
background-color: #EEC97E;
}
.BgClassName
{
background-color: #EEC97E;
}
</style>
border-color css
<style>
span { border-color: #EEC97E; }
span { border-color: rgb(238,201,126); }
td.TdClassName
{
border-color: #EEC97E;
}
.TagClassName
{
border-color: #EEC97E;
}
</style>