Shades of Marzipan #EEC385
Tints of Marzipan #EEC385
RGB
CMYK
RGB Variations
Color information
#EEC385 (or 0xEEC385) is known color: Marzipan. HEX triplet: EE, C3 and 85. RGB value is (238,195,133). Sum of RGB (Red+Green+Blue) = 238+195+133=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC385 is #113C7A. Grayscale: #C9C9C9. Windows color (decimal): -1129595 or 8766446. OLE color: 8766446.
HSL color Cylindrical-coordinate representation of color #EEC385: hue angle of 35.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEC385 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 133 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.07 |
| HSL | 35.43º | 0.76% | 0.73% | - |
| HSV(B) | 35.43º | 0.44% | 0.93% | - |
| XYZ | 59.01 | 58.9 | 30.45 | - |
| YUV | 200.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 133 | 0 | 0.18 | 0.44 | 0.07 | 35.43 | 0.76 | 0.73 |
| Hex | EE | C3 | 85 | 0 | 12 | 2C | 7 | 23 | 4C | 49 |
| Octal | 356 | 303 | 205 | 0 | 22 | 54 | 7 | 43 | 114 | 111 |
| Binary | 11101110 | 11000011 | 10000101 | 0 | 10010 | 101100 | 111 | 100011 | 1001100 | 1001001 |
Color Harmonies of #EEC385
Complementary color
Monochromatic Colors of #EEC385
Black with #EEC385
Text Example
Text Example
White with #EEC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC385; }
p { color: rgb(238,195,133); }
H1.HeaderClassName
{
color: #EEC385;
}
.AnyTagClassName
{
color: #EEC385;
}
</style>
background-color css
<style>
a { background-color: #EEC385; }
a { background-color: rgb(238,195,133); }
div.DivClassName
{
background-color: #EEC385;
}
.BgClassName
{
background-color: #EEC385;
}
</style>
border-color css
<style>
span { border-color: #EEC385; }
span { border-color: rgb(238,195,133); }
td.TdClassName
{
border-color: #EEC385;
}
.TagClassName
{
border-color: #EEC385;
}
</style>