Shades of Marzipan #EEC47D
Tints of Marzipan #EEC47D
RGB
CMYK
RGB Variations
Color information
#EEC47D (or 0xEEC47D) is known color: Marzipan. HEX triplet: EE, C4 and 7D. RGB value is (238,196,125). Sum of RGB (Red+Green+Blue) = 238+196+125=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC47D is #113B82. Grayscale: #C8C8C8. Windows color (decimal): -1129347 or 8242414. OLE color: 8242414.
HSL color Cylindrical-coordinate representation of color #EEC47D: hue angle of 37.7º 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 #EEC47D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 125 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.7º | 0.77% | 0.71% | - |
| HSV(B) | 37.7º | 0.47% | 0.93% | - |
| XYZ | 58.7 | 59.14 | 27.72 | - |
| YUV | 200.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 125 | 0 | 0.18 | 0.47 | 0.07 | 37.7 | 0.77 | 0.71 |
| Hex | EE | C4 | 7D | 0 | 12 | 2F | 7 | 26 | 4D | 47 |
| Octal | 356 | 304 | 175 | 0 | 22 | 57 | 7 | 46 | 115 | 107 |
| Binary | 11101110 | 11000100 | 1111101 | 0 | 10010 | 101111 | 111 | 100110 | 1001101 | 1000111 |
Color Harmonies of #EEC47D
Complementary color
Monochromatic Colors of #EEC47D
Black with #EEC47D
Text Example
Text Example
White with #EEC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC47D; }
p { color: rgb(238,196,125); }
H1.HeaderClassName
{
color: #EEC47D;
}
.AnyTagClassName
{
color: #EEC47D;
}
</style>
background-color css
<style>
a { background-color: #EEC47D; }
a { background-color: rgb(238,196,125); }
div.DivClassName
{
background-color: #EEC47D;
}
.BgClassName
{
background-color: #EEC47D;
}
</style>
border-color css
<style>
span { border-color: #EEC47D; }
span { border-color: rgb(238,196,125); }
td.TdClassName
{
border-color: #EEC47D;
}
.TagClassName
{
border-color: #EEC47D;
}
</style>