Shades of Marzipan #EEC373
Tints of Marzipan #EEC373
RGB
CMYK
RGB Variations
Color information
#EEC373 (or 0xEEC373) is known color: Marzipan. HEX triplet: EE, C3 and 73. RGB value is (238,195,115). Sum of RGB (Red+Green+Blue) = 238+195+115=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC373 is #113C8C. Grayscale: #C7C7C7. Windows color (decimal): -1129613 or 7586798. OLE color: 7586798.
HSL color Cylindrical-coordinate representation of color #EEC373: hue angle of 39.02º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEC373 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 115 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 39.02º | 0.78% | 0.69% | - |
| HSV(B) | 39.02º | 0.52% | 0.93% | - |
| XYZ | 57.87 | 58.45 | 24.45 | - |
| YUV | 198.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 115 | 0 | 0.18 | 0.52 | 0.07 | 39.02 | 0.78 | 0.69 |
| Hex | EE | C3 | 73 | 0 | 12 | 34 | 7 | 27 | 4E | 45 |
| Octal | 356 | 303 | 163 | 0 | 22 | 64 | 7 | 47 | 116 | 105 |
| Binary | 11101110 | 11000011 | 1110011 | 0 | 10010 | 110100 | 111 | 100111 | 1001110 | 1000101 |
Color Harmonies of #EEC373
Complementary color
Monochromatic Colors of #EEC373
Black with #EEC373
Text Example
Text Example
White with #EEC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC373; }
p { color: rgb(238,195,115); }
H1.HeaderClassName
{
color: #EEC373;
}
.AnyTagClassName
{
color: #EEC373;
}
</style>
background-color css
<style>
a { background-color: #EEC373; }
a { background-color: rgb(238,195,115); }
div.DivClassName
{
background-color: #EEC373;
}
.BgClassName
{
background-color: #EEC373;
}
</style>
border-color css
<style>
span { border-color: #EEC373; }
span { border-color: rgb(238,195,115); }
td.TdClassName
{
border-color: #EEC373;
}
.TagClassName
{
border-color: #EEC373;
}
</style>