Shades of Marzipan #EEC982
Tints of Marzipan #EEC982
RGB
CMYK
RGB Variations
Color information
#EEC982 (or 0xEEC982) is known color: Marzipan. HEX triplet: EE, C9 and 82. RGB value is (238,201,130). Sum of RGB (Red+Green+Blue) = 238+201+130=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC982 is #11367D. Grayscale: #CCCCCC. Windows color (decimal): -1128062 or 8571374. OLE color: 8571374.
HSL color Cylindrical-coordinate representation of color #EEC982: hue angle of 39.44º 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 #EEC982 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 130 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.07 |
| HSL | 39.44º | 0.76% | 0.72% | - |
| HSV(B) | 39.44º | 0.45% | 0.93% | - |
| XYZ | 60.18 | 61.56 | 29.83 | - |
| YUV | 203.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 130 | 0 | 0.16 | 0.45 | 0.07 | 39.44 | 0.76 | 0.72 |
| Hex | EE | C9 | 82 | 0 | 10 | 2D | 7 | 27 | 4C | 48 |
| Octal | 356 | 311 | 202 | 0 | 20 | 55 | 7 | 47 | 114 | 110 |
| Binary | 11101110 | 11001001 | 10000010 | 0 | 10000 | 101101 | 111 | 100111 | 1001100 | 1001000 |
Color Harmonies of #EEC982
Complementary color
Monochromatic Colors of #EEC982
Black with #EEC982
Text Example
Text Example
White with #EEC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC982; }
p { color: rgb(238,201,130); }
H1.HeaderClassName
{
color: #EEC982;
}
.AnyTagClassName
{
color: #EEC982;
}
</style>
background-color css
<style>
a { background-color: #EEC982; }
a { background-color: rgb(238,201,130); }
div.DivClassName
{
background-color: #EEC982;
}
.BgClassName
{
background-color: #EEC982;
}
</style>
border-color css
<style>
span { border-color: #EEC982; }
span { border-color: rgb(238,201,130); }
td.TdClassName
{
border-color: #EEC982;
}
.TagClassName
{
border-color: #EEC982;
}
</style>