Shades of Marzipan #EEC284
Tints of Marzipan #EEC284
RGB
CMYK
RGB Variations
Color information
#EEC284 (or 0xEEC284) is known color: Marzipan. HEX triplet: EE, C2 and 84. RGB value is (238,194,132). Sum of RGB (Red+Green+Blue) = 238+194+132=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC284 is #113D7B. Grayscale: #C8C8C8. Windows color (decimal): -1129852 or 8700654. OLE color: 8700654.
HSL color Cylindrical-coordinate representation of color #EEC284: hue angle of 35.09º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEC284 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 132 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.07 |
| HSL | 35.09º | 0.76% | 0.73% | - |
| HSV(B) | 35.09º | 0.45% | 0.93% | - |
| XYZ | 58.72 | 58.43 | 30.01 | - |
| YUV | 200.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 132 | 0 | 0.18 | 0.45 | 0.07 | 35.09 | 0.76 | 0.73 |
| Hex | EE | C2 | 84 | 0 | 12 | 2D | 7 | 23 | 4C | 49 |
| Octal | 356 | 302 | 204 | 0 | 22 | 55 | 7 | 43 | 114 | 111 |
| Binary | 11101110 | 11000010 | 10000100 | 0 | 10010 | 101101 | 111 | 100011 | 1001100 | 1001001 |
Color Harmonies of #EEC284
Complementary color
Monochromatic Colors of #EEC284
Black with #EEC284
Text Example
Text Example
White with #EEC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC284; }
p { color: rgb(238,194,132); }
H1.HeaderClassName
{
color: #EEC284;
}
.AnyTagClassName
{
color: #EEC284;
}
</style>
background-color css
<style>
a { background-color: #EEC284; }
a { background-color: rgb(238,194,132); }
div.DivClassName
{
background-color: #EEC284;
}
.BgClassName
{
background-color: #EEC284;
}
</style>
border-color css
<style>
span { border-color: #EEC284; }
span { border-color: rgb(238,194,132); }
td.TdClassName
{
border-color: #EEC284;
}
.TagClassName
{
border-color: #EEC284;
}
</style>