Shades of Marzipan #EEC47F
Tints of Marzipan #EEC47F
RGB
CMYK
RGB Variations
Color information
#EEC47F (or 0xEEC47F) is known color: Marzipan. HEX triplet: EE, C4 and 7F. RGB value is (238,196,127). Sum of RGB (Red+Green+Blue) = 238+196+127=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC47F is #113B80. Grayscale: #C9C9C9. Windows color (decimal): -1129345 or 8373486. OLE color: 8373486.
HSL color Cylindrical-coordinate representation of color #EEC47F: hue angle of 37.3º 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 #EEC47F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 127 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.3º | 0.77% | 0.72% | - |
| HSV(B) | 37.3º | 0.47% | 0.93% | - |
| XYZ | 58.83 | 59.19 | 28.4 | - |
| YUV | 200.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 127 | 0 | 0.18 | 0.47 | 0.07 | 37.3 | 0.77 | 0.72 |
| Hex | EE | C4 | 7F | 0 | 12 | 2F | 7 | 25 | 4D | 48 |
| Octal | 356 | 304 | 177 | 0 | 22 | 57 | 7 | 45 | 115 | 110 |
| Binary | 11101110 | 11000100 | 1111111 | 0 | 10010 | 101111 | 111 | 100101 | 1001101 | 1001000 |
Color Harmonies of #EEC47F
Complementary color
Monochromatic Colors of #EEC47F
Black with #EEC47F
Text Example
Text Example
White with #EEC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC47F; }
p { color: rgb(238,196,127); }
H1.HeaderClassName
{
color: #EEC47F;
}
.AnyTagClassName
{
color: #EEC47F;
}
</style>
background-color css
<style>
a { background-color: #EEC47F; }
a { background-color: rgb(238,196,127); }
div.DivClassName
{
background-color: #EEC47F;
}
.BgClassName
{
background-color: #EEC47F;
}
</style>
border-color css
<style>
span { border-color: #EEC47F; }
span { border-color: rgb(238,196,127); }
td.TdClassName
{
border-color: #EEC47F;
}
.TagClassName
{
border-color: #EEC47F;
}
</style>