Shades of Marzipan #EEC57B
Tints of Marzipan #EEC57B
RGB
CMYK
RGB Variations
Color information
#EEC57B (or 0xEEC57B) is known color: Marzipan. HEX triplet: EE, C5 and 7B. RGB value is (238,197,123). Sum of RGB (Red+Green+Blue) = 238+197+123=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC57B is #113A84. Grayscale: #C9C9C9. Windows color (decimal): -1129093 or 8111598. OLE color: 8111598.
HSL color Cylindrical-coordinate representation of color #EEC57B: hue angle of 38.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEC57B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 123 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.07 |
| HSL | 38.61º | 0.77% | 0.71% | - |
| HSV(B) | 38.61º | 0.48% | 0.93% | - |
| XYZ | 58.8 | 59.54 | 27.13 | - |
| YUV | 200.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 123 | 0 | 0.17 | 0.48 | 0.07 | 38.61 | 0.77 | 0.71 |
| Hex | EE | C5 | 7B | 0 | 11 | 30 | 7 | 27 | 4D | 47 |
| Octal | 356 | 305 | 173 | 0 | 21 | 60 | 7 | 47 | 115 | 107 |
| Binary | 11101110 | 11000101 | 1111011 | 0 | 10001 | 110000 | 111 | 100111 | 1001101 | 1000111 |
Color Harmonies of #EEC57B
Complementary color
Monochromatic Colors of #EEC57B
Black with #EEC57B
Text Example
Text Example
White with #EEC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC57B; }
p { color: rgb(238,197,123); }
H1.HeaderClassName
{
color: #EEC57B;
}
.AnyTagClassName
{
color: #EEC57B;
}
</style>
background-color css
<style>
a { background-color: #EEC57B; }
a { background-color: rgb(238,197,123); }
div.DivClassName
{
background-color: #EEC57B;
}
.BgClassName
{
background-color: #EEC57B;
}
</style>
border-color css
<style>
span { border-color: #EEC57B; }
span { border-color: rgb(238,197,123); }
td.TdClassName
{
border-color: #EEC57B;
}
.TagClassName
{
border-color: #EEC57B;
}
</style>