Shades of Marzipan #EEC983
Tints of Marzipan #EEC983
RGB
CMYK
RGB Variations
Color information
#EEC983 (or 0xEEC983) is known color: Marzipan. HEX triplet: EE, C9 and 83. RGB value is (238,201,131). Sum of RGB (Red+Green+Blue) = 238+201+131=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC983 is #11367C. Grayscale: #CCCCCC. Windows color (decimal): -1128061 or 8636910. OLE color: 8636910.
HSL color Cylindrical-coordinate representation of color #EEC983: hue angle of 39.25º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEC983 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 131 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.07 |
| HSL | 39.25º | 0.76% | 0.72% | - |
| HSV(B) | 39.25º | 0.45% | 0.93% | - |
| XYZ | 60.24 | 61.59 | 30.19 | - |
| YUV | 204.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 131 | 0 | 0.16 | 0.45 | 0.07 | 39.25 | 0.76 | 0.72 |
| Hex | EE | C9 | 83 | 0 | 10 | 2D | 7 | 27 | 4C | 48 |
| Octal | 356 | 311 | 203 | 0 | 20 | 55 | 7 | 47 | 114 | 110 |
| Binary | 11101110 | 11001001 | 10000011 | 0 | 10000 | 101101 | 111 | 100111 | 1001100 | 1001000 |
Color Harmonies of #EEC983
Complementary color
Monochromatic Colors of #EEC983
Black with #EEC983
Text Example
Text Example
White with #EEC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC983; }
p { color: rgb(238,201,131); }
H1.HeaderClassName
{
color: #EEC983;
}
.AnyTagClassName
{
color: #EEC983;
}
</style>
background-color css
<style>
a { background-color: #EEC983; }
a { background-color: rgb(238,201,131); }
div.DivClassName
{
background-color: #EEC983;
}
.BgClassName
{
background-color: #EEC983;
}
</style>
border-color css
<style>
span { border-color: #EEC983; }
span { border-color: rgb(238,201,131); }
td.TdClassName
{
border-color: #EEC983;
}
.TagClassName
{
border-color: #EEC983;
}
</style>