Shades of Marzipan #EEC77E
Tints of Marzipan #EEC77E
RGB
CMYK
RGB Variations
Color information
#EEC77E (or 0xEEC77E) is known color: Marzipan. HEX triplet: EE, C7 and 7E. RGB value is (238,199,126). Sum of RGB (Red+Green+Blue) = 238+199+126=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC77E is #113881. Grayscale: #CACACA. Windows color (decimal): -1128578 or 8308718. OLE color: 8308718.
HSL color Cylindrical-coordinate representation of color #EEC77E: hue angle of 39.11º 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 #EEC77E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 126 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.11º | 0.77% | 0.71% | - |
| HSV(B) | 39.11º | 0.47% | 0.93% | - |
| XYZ | 59.45 | 60.53 | 28.29 | - |
| YUV | 202.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 126 | 0 | 0.16 | 0.47 | 0.07 | 39.11 | 0.77 | 0.71 |
| Hex | EE | C7 | 7E | 0 | 10 | 2F | 7 | 27 | 4D | 47 |
| Octal | 356 | 307 | 176 | 0 | 20 | 57 | 7 | 47 | 115 | 107 |
| Binary | 11101110 | 11000111 | 1111110 | 0 | 10000 | 101111 | 111 | 100111 | 1001101 | 1000111 |
Color Harmonies of #EEC77E
Complementary color
Monochromatic Colors of #EEC77E
Black with #EEC77E
Text Example
Text Example
White with #EEC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC77E; }
p { color: rgb(238,199,126); }
H1.HeaderClassName
{
color: #EEC77E;
}
.AnyTagClassName
{
color: #EEC77E;
}
</style>
background-color css
<style>
a { background-color: #EEC77E; }
a { background-color: rgb(238,199,126); }
div.DivClassName
{
background-color: #EEC77E;
}
.BgClassName
{
background-color: #EEC77E;
}
</style>
border-color css
<style>
span { border-color: #EEC77E; }
span { border-color: rgb(238,199,126); }
td.TdClassName
{
border-color: #EEC77E;
}
.TagClassName
{
border-color: #EEC77E;
}
</style>