Shades of Marzipan #EEC377
Tints of Marzipan #EEC377
RGB
CMYK
RGB Variations
Color information
#EEC377 (or 0xEEC377) is known color: Marzipan. HEX triplet: EE, C3 and 77. RGB value is (238,195,119). Sum of RGB (Red+Green+Blue) = 238+195+119=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC377 is #113C88. Grayscale: #C7C7C7. Windows color (decimal): -1129609 or 7848942. OLE color: 7848942.
HSL color Cylindrical-coordinate representation of color #EEC377: hue angle of 38.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEC377 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 119 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.07 |
| HSL | 38.32º | 0.78% | 0.7% | - |
| HSV(B) | 38.32º | 0.5% | 0.93% | - |
| XYZ | 58.1 | 58.54 | 25.69 | - |
| YUV | 199.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 119 | 0 | 0.18 | 0.50 | 0.07 | 38.32 | 0.78 | 0.7 |
| Hex | EE | C3 | 77 | 0 | 12 | 32 | 7 | 26 | 4E | 46 |
| Octal | 356 | 303 | 167 | 0 | 22 | 62 | 7 | 46 | 116 | 106 |
| Binary | 11101110 | 11000011 | 1110111 | 0 | 10010 | 110010 | 111 | 100110 | 1001110 | 1000110 |
Color Harmonies of #EEC377
Complementary color
Monochromatic Colors of #EEC377
Black with #EEC377
Text Example
Text Example
White with #EEC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC377; }
p { color: rgb(238,195,119); }
H1.HeaderClassName
{
color: #EEC377;
}
.AnyTagClassName
{
color: #EEC377;
}
</style>
background-color css
<style>
a { background-color: #EEC377; }
a { background-color: rgb(238,195,119); }
div.DivClassName
{
background-color: #EEC377;
}
.BgClassName
{
background-color: #EEC377;
}
</style>
border-color css
<style>
span { border-color: #EEC377; }
span { border-color: rgb(238,195,119); }
td.TdClassName
{
border-color: #EEC377;
}
.TagClassName
{
border-color: #EEC377;
}
</style>