Shades of Marzipan #EEC379
Tints of Marzipan #EEC379
RGB
CMYK
RGB Variations
Color information
#EEC379 (or 0xEEC379) is known color: Marzipan. HEX triplet: EE, C3 and 79. RGB value is (238,195,121). Sum of RGB (Red+Green+Blue) = 238+195+121=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC379 is #113C86. Grayscale: #C7C7C7. Windows color (decimal): -1129607 or 7980014. OLE color: 7980014.
HSL color Cylindrical-coordinate representation of color #EEC379: hue angle of 37.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEC379 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 121 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.07 |
| HSL | 37.95º | 0.77% | 0.7% | - |
| HSV(B) | 37.95º | 0.49% | 0.93% | - |
| XYZ | 58.23 | 58.59 | 26.33 | - |
| YUV | 199.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 121 | 0 | 0.18 | 0.49 | 0.07 | 37.95 | 0.77 | 0.7 |
| Hex | EE | C3 | 79 | 0 | 12 | 31 | 7 | 26 | 4D | 46 |
| Octal | 356 | 303 | 171 | 0 | 22 | 61 | 7 | 46 | 115 | 106 |
| Binary | 11101110 | 11000011 | 1111001 | 0 | 10010 | 110001 | 111 | 100110 | 1001101 | 1000110 |
Color Harmonies of #EEC379
Complementary color
Monochromatic Colors of #EEC379
Black with #EEC379
Text Example
Text Example
White with #EEC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC379; }
p { color: rgb(238,195,121); }
H1.HeaderClassName
{
color: #EEC379;
}
.AnyTagClassName
{
color: #EEC379;
}
</style>
background-color css
<style>
a { background-color: #EEC379; }
a { background-color: rgb(238,195,121); }
div.DivClassName
{
background-color: #EEC379;
}
.BgClassName
{
background-color: #EEC379;
}
</style>
border-color css
<style>
span { border-color: #EEC379; }
span { border-color: rgb(238,195,121); }
td.TdClassName
{
border-color: #EEC379;
}
.TagClassName
{
border-color: #EEC379;
}
</style>