Shades of Marzipan #EEC682
Tints of Marzipan #EEC682
RGB
CMYK
RGB Variations
Color information
#EEC682 (or 0xEEC682) is known color: Marzipan. HEX triplet: EE, C6 and 82. RGB value is (238,198,130). Sum of RGB (Red+Green+Blue) = 238+198+130=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC682 is #11397D. Grayscale: #CACACA. Windows color (decimal): -1128830 or 8570606. OLE color: 8570606.
HSL color Cylindrical-coordinate representation of color #EEC682: hue angle of 37.78º 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 #EEC682 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 130 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.07 |
| HSL | 37.78º | 0.76% | 0.72% | - |
| HSV(B) | 37.78º | 0.45% | 0.93% | - |
| XYZ | 59.48 | 60.18 | 29.6 | - |
| YUV | 202.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 130 | 0 | 0.17 | 0.45 | 0.07 | 37.78 | 0.76 | 0.72 |
| Hex | EE | C6 | 82 | 0 | 11 | 2D | 7 | 26 | 4C | 48 |
| Octal | 356 | 306 | 202 | 0 | 21 | 55 | 7 | 46 | 114 | 110 |
| Binary | 11101110 | 11000110 | 10000010 | 0 | 10001 | 101101 | 111 | 100110 | 1001100 | 1001000 |
Color Harmonies of #EEC682
Complementary color
Monochromatic Colors of #EEC682
Black with #EEC682
Text Example
Text Example
White with #EEC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC682; }
p { color: rgb(238,198,130); }
H1.HeaderClassName
{
color: #EEC682;
}
.AnyTagClassName
{
color: #EEC682;
}
</style>
background-color css
<style>
a { background-color: #EEC682; }
a { background-color: rgb(238,198,130); }
div.DivClassName
{
background-color: #EEC682;
}
.BgClassName
{
background-color: #EEC682;
}
</style>
border-color css
<style>
span { border-color: #EEC682; }
span { border-color: rgb(238,198,130); }
td.TdClassName
{
border-color: #EEC682;
}
.TagClassName
{
border-color: #EEC682;
}
</style>