Shades of Marzipan #EEC582
Tints of Marzipan #EEC582
RGB
CMYK
RGB Variations
Color information
#EEC582 (or 0xEEC582) is known color: Marzipan. HEX triplet: EE, C5 and 82. RGB value is (238,197,130). Sum of RGB (Red+Green+Blue) = 238+197+130=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC582 is #113A7D. Grayscale: #C9C9C9. Windows color (decimal): -1129086 or 8570350. OLE color: 8570350.
HSL color Cylindrical-coordinate representation of color #EEC582: hue angle of 37.22º 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 #EEC582 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 130 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.07 |
| HSL | 37.22º | 0.76% | 0.72% | - |
| HSV(B) | 37.22º | 0.45% | 0.93% | - |
| XYZ | 59.26 | 59.72 | 29.52 | - |
| YUV | 201.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 130 | 0 | 0.17 | 0.45 | 0.07 | 37.22 | 0.76 | 0.72 |
| Hex | EE | C5 | 82 | 0 | 11 | 2D | 7 | 25 | 4C | 48 |
| Octal | 356 | 305 | 202 | 0 | 21 | 55 | 7 | 45 | 114 | 110 |
| Binary | 11101110 | 11000101 | 10000010 | 0 | 10001 | 101101 | 111 | 100101 | 1001100 | 1001000 |
Color Harmonies of #EEC582
Complementary color
Monochromatic Colors of #EEC582
Black with #EEC582
Text Example
Text Example
White with #EEC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC582; }
p { color: rgb(238,197,130); }
H1.HeaderClassName
{
color: #EEC582;
}
.AnyTagClassName
{
color: #EEC582;
}
</style>
background-color css
<style>
a { background-color: #EEC582; }
a { background-color: rgb(238,197,130); }
div.DivClassName
{
background-color: #EEC582;
}
.BgClassName
{
background-color: #EEC582;
}
</style>
border-color css
<style>
span { border-color: #EEC582; }
span { border-color: rgb(238,197,130); }
td.TdClassName
{
border-color: #EEC582;
}
.TagClassName
{
border-color: #EEC582;
}
</style>