Shades of Marzipan #EEC77F
Tints of Marzipan #EEC77F
RGB
CMYK
RGB Variations
Color information
#EEC77F (or 0xEEC77F) is known color: Marzipan. HEX triplet: EE, C7 and 7F. RGB value is (238,199,127). Sum of RGB (Red+Green+Blue) = 238+199+127=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC77F is #113880. Grayscale: #CACACA. Windows color (decimal): -1128577 or 8374254. OLE color: 8374254.
HSL color Cylindrical-coordinate representation of color #EEC77F: hue angle of 38.92º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC77F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 127 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 38.92º | 0.77% | 0.72% | - |
| HSV(B) | 38.92º | 0.47% | 0.93% | - |
| XYZ | 59.51 | 60.56 | 28.63 | - |
| YUV | 202.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 127 | 0 | 0.16 | 0.47 | 0.07 | 38.92 | 0.77 | 0.72 |
| Hex | EE | C7 | 7F | 0 | 10 | 2F | 7 | 27 | 4D | 48 |
| Octal | 356 | 307 | 177 | 0 | 20 | 57 | 7 | 47 | 115 | 110 |
| Binary | 11101110 | 11000111 | 1111111 | 0 | 10000 | 101111 | 111 | 100111 | 1001101 | 1001000 |
Color Harmonies of #EEC77F
Complementary color
Monochromatic Colors of #EEC77F
Black with #EEC77F
Text Example
Text Example
White with #EEC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC77F; }
p { color: rgb(238,199,127); }
H1.HeaderClassName
{
color: #EEC77F;
}
.AnyTagClassName
{
color: #EEC77F;
}
</style>
background-color css
<style>
a { background-color: #EEC77F; }
a { background-color: rgb(238,199,127); }
div.DivClassName
{
background-color: #EEC77F;
}
.BgClassName
{
background-color: #EEC77F;
}
</style>
border-color css
<style>
span { border-color: #EEC77F; }
span { border-color: rgb(238,199,127); }
td.TdClassName
{
border-color: #EEC77F;
}
.TagClassName
{
border-color: #EEC77F;
}
</style>