Shades of Marzipan #EEC380
Tints of Marzipan #EEC380
RGB
CMYK
RGB Variations
Color information
#EEC380 (or 0xEEC380) is known color: Marzipan. HEX triplet: EE, C3 and 80. RGB value is (238,195,128). Sum of RGB (Red+Green+Blue) = 238+195+128=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC380 is #113C7F. Grayscale: #C8C8C8. Windows color (decimal): -1129600 or 8438766. OLE color: 8438766.
HSL color Cylindrical-coordinate representation of color #EEC380: hue angle of 36.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEC380 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 128 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.07 |
| HSL | 36.55º | 0.76% | 0.72% | - |
| HSV(B) | 36.55º | 0.46% | 0.93% | - |
| XYZ | 58.67 | 58.77 | 28.67 | - |
| YUV | 200.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 128 | 0 | 0.18 | 0.46 | 0.07 | 36.55 | 0.76 | 0.72 |
| Hex | EE | C3 | 80 | 0 | 12 | 2E | 7 | 25 | 4C | 48 |
| Octal | 356 | 303 | 200 | 0 | 22 | 56 | 7 | 45 | 114 | 110 |
| Binary | 11101110 | 11000011 | 10000000 | 0 | 10010 | 101110 | 111 | 100101 | 1001100 | 1001000 |
Color Harmonies of #EEC380
Complementary color
Monochromatic Colors of #EEC380
Black with #EEC380
Text Example
Text Example
White with #EEC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC380; }
p { color: rgb(238,195,128); }
H1.HeaderClassName
{
color: #EEC380;
}
.AnyTagClassName
{
color: #EEC380;
}
</style>
background-color css
<style>
a { background-color: #EEC380; }
a { background-color: rgb(238,195,128); }
div.DivClassName
{
background-color: #EEC380;
}
.BgClassName
{
background-color: #EEC380;
}
</style>
border-color css
<style>
span { border-color: #EEC380; }
span { border-color: rgb(238,195,128); }
td.TdClassName
{
border-color: #EEC380;
}
.TagClassName
{
border-color: #EEC380;
}
</style>