Shades of Marzipan #EECB82
Tints of Marzipan #EECB82
RGB
CMYK
RGB Variations
Color information
#EECB82 (or 0xEECB82) is known color: Marzipan. HEX triplet: EE, CB and 82. RGB value is (238,203,130). Sum of RGB (Red+Green+Blue) = 238+203+130=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB82 is #11347D. Grayscale: #CDCDCD. Windows color (decimal): -1127550 or 8571886. OLE color: 8571886.
HSL color Cylindrical-coordinate representation of color #EECB82: hue angle of 40.56º 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 #EECB82 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 130 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.07 |
| HSL | 40.56º | 0.76% | 0.72% | - |
| HSV(B) | 40.56º | 0.45% | 0.93% | - |
| XYZ | 60.65 | 62.5 | 29.99 | - |
| YUV | 205.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 130 | 0 | 0.15 | 0.45 | 0.07 | 40.56 | 0.76 | 0.72 |
| Hex | EE | CB | 82 | 0 | F | 2D | 7 | 29 | 4C | 48 |
| Octal | 356 | 313 | 202 | 0 | 17 | 55 | 7 | 51 | 114 | 110 |
| Binary | 11101110 | 11001011 | 10000010 | 0 | 1111 | 101101 | 111 | 101001 | 1001100 | 1001000 |
Color Harmonies of #EECB82
Complementary color
Monochromatic Colors of #EECB82
Black with #EECB82
Text Example
Text Example
White with #EECB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB82; }
p { color: rgb(238,203,130); }
H1.HeaderClassName
{
color: #EECB82;
}
.AnyTagClassName
{
color: #EECB82;
}
</style>
background-color css
<style>
a { background-color: #EECB82; }
a { background-color: rgb(238,203,130); }
div.DivClassName
{
background-color: #EECB82;
}
.BgClassName
{
background-color: #EECB82;
}
</style>
border-color css
<style>
span { border-color: #EECB82; }
span { border-color: rgb(238,203,130); }
td.TdClassName
{
border-color: #EECB82;
}
.TagClassName
{
border-color: #EECB82;
}
</style>