Shades of Marzipan #EEC281
Tints of Marzipan #EEC281
RGB
CMYK
RGB Variations
Color information
#EEC281 (or 0xEEC281) is known color: Marzipan. HEX triplet: EE, C2 and 81. RGB value is (238,194,129). Sum of RGB (Red+Green+Blue) = 238+194+129=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC281 is #113D7E. Grayscale: #C8C8C8. Windows color (decimal): -1129855 or 8504046. OLE color: 8504046.
HSL color Cylindrical-coordinate representation of color #EEC281: hue angle of 35.78º 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 #EEC281 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 129 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.07 |
| HSL | 35.78º | 0.76% | 0.72% | - |
| HSV(B) | 35.78º | 0.46% | 0.93% | - |
| XYZ | 58.51 | 58.35 | 28.95 | - |
| YUV | 199.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 129 | 0 | 0.18 | 0.46 | 0.07 | 35.78 | 0.76 | 0.72 |
| Hex | EE | C2 | 81 | 0 | 12 | 2E | 7 | 24 | 4C | 48 |
| Octal | 356 | 302 | 201 | 0 | 22 | 56 | 7 | 44 | 114 | 110 |
| Binary | 11101110 | 11000010 | 10000001 | 0 | 10010 | 101110 | 111 | 100100 | 1001100 | 1001000 |
Color Harmonies of #EEC281
Complementary color
Monochromatic Colors of #EEC281
Black with #EEC281
Text Example
Text Example
White with #EEC281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC281; }
p { color: rgb(238,194,129); }
H1.HeaderClassName
{
color: #EEC281;
}
.AnyTagClassName
{
color: #EEC281;
}
</style>
background-color css
<style>
a { background-color: #EEC281; }
a { background-color: rgb(238,194,129); }
div.DivClassName
{
background-color: #EEC281;
}
.BgClassName
{
background-color: #EEC281;
}
</style>
border-color css
<style>
span { border-color: #EEC281; }
span { border-color: rgb(238,194,129); }
td.TdClassName
{
border-color: #EEC281;
}
.TagClassName
{
border-color: #EEC281;
}
</style>