Shades of Marzipan #EEC384
Tints of Marzipan #EEC384
RGB
CMYK
RGB Variations
Color information
#EEC384 (or 0xEEC384) is known color: Marzipan. HEX triplet: EE, C3 and 84. RGB value is (238,195,132). Sum of RGB (Red+Green+Blue) = 238+195+132=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC384 is #113C7B. Grayscale: #C8C8C8. Windows color (decimal): -1129596 or 8700910. OLE color: 8700910.
HSL color Cylindrical-coordinate representation of color #EEC384: hue angle of 35.66º 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 #EEC384 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 132 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.07 |
| HSL | 35.66º | 0.76% | 0.73% | - |
| HSV(B) | 35.66º | 0.45% | 0.93% | - |
| XYZ | 58.94 | 58.87 | 30.09 | - |
| YUV | 200.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 132 | 0 | 0.18 | 0.45 | 0.07 | 35.66 | 0.76 | 0.73 |
| Hex | EE | C3 | 84 | 0 | 12 | 2D | 7 | 24 | 4C | 49 |
| Octal | 356 | 303 | 204 | 0 | 22 | 55 | 7 | 44 | 114 | 111 |
| Binary | 11101110 | 11000011 | 10000100 | 0 | 10010 | 101101 | 111 | 100100 | 1001100 | 1001001 |
Color Harmonies of #EEC384
Complementary color
Monochromatic Colors of #EEC384
Black with #EEC384
Text Example
Text Example
White with #EEC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC384; }
p { color: rgb(238,195,132); }
H1.HeaderClassName
{
color: #EEC384;
}
.AnyTagClassName
{
color: #EEC384;
}
</style>
background-color css
<style>
a { background-color: #EEC384; }
a { background-color: rgb(238,195,132); }
div.DivClassName
{
background-color: #EEC384;
}
.BgClassName
{
background-color: #EEC384;
}
</style>
border-color css
<style>
span { border-color: #EEC384; }
span { border-color: rgb(238,195,132); }
td.TdClassName
{
border-color: #EEC384;
}
.TagClassName
{
border-color: #EEC384;
}
</style>