Shades of Marzipan #EEC57D
Tints of Marzipan #EEC57D
RGB
CMYK
RGB Variations
Color information
#EEC57D (or 0xEEC57D) is known color: Marzipan. HEX triplet: EE, C5 and 7D. RGB value is (238,197,125). Sum of RGB (Red+Green+Blue) = 238+197+125=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC57D is #113A82. Grayscale: #C9C9C9. Windows color (decimal): -1129091 or 8242670. OLE color: 8242670.
HSL color Cylindrical-coordinate representation of color #EEC57D: hue angle of 38.23º 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 #EEC57D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 125 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 38.23º | 0.77% | 0.71% | - |
| HSV(B) | 38.23º | 0.47% | 0.93% | - |
| XYZ | 58.93 | 59.59 | 27.8 | - |
| YUV | 201.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 125 | 0 | 0.17 | 0.47 | 0.07 | 38.23 | 0.77 | 0.71 |
| Hex | EE | C5 | 7D | 0 | 11 | 2F | 7 | 26 | 4D | 47 |
| Octal | 356 | 305 | 175 | 0 | 21 | 57 | 7 | 46 | 115 | 107 |
| Binary | 11101110 | 11000101 | 1111101 | 0 | 10001 | 101111 | 111 | 100110 | 1001101 | 1000111 |
Color Harmonies of #EEC57D
Complementary color
Monochromatic Colors of #EEC57D
Black with #EEC57D
Text Example
Text Example
White with #EEC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC57D; }
p { color: rgb(238,197,125); }
H1.HeaderClassName
{
color: #EEC57D;
}
.AnyTagClassName
{
color: #EEC57D;
}
</style>
background-color css
<style>
a { background-color: #EEC57D; }
a { background-color: rgb(238,197,125); }
div.DivClassName
{
background-color: #EEC57D;
}
.BgClassName
{
background-color: #EEC57D;
}
</style>
border-color css
<style>
span { border-color: #EEC57D; }
span { border-color: rgb(238,197,125); }
td.TdClassName
{
border-color: #EEC57D;
}
.TagClassName
{
border-color: #EEC57D;
}
</style>