Shades of Marzipan #EEC472
Tints of Marzipan #EEC472
RGB
CMYK
RGB Variations
Color information
#EEC472 (or 0xEEC472) is known color: Marzipan. HEX triplet: EE, C4 and 72. RGB value is (238,196,114). Sum of RGB (Red+Green+Blue) = 238+196+114=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC472 is #113B8D. Grayscale: #C7C7C7. Windows color (decimal): -1129358 or 7521518. OLE color: 7521518.
HSL color Cylindrical-coordinate representation of color #EEC472: hue angle of 39.68º 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 #EEC472 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 114 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 39.68º | 0.78% | 0.69% | - |
| HSV(B) | 39.68º | 0.52% | 0.93% | - |
| XYZ | 58.04 | 58.87 | 24.22 | - |
| YUV | 199.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 114 | 0 | 0.18 | 0.52 | 0.07 | 39.68 | 0.78 | 0.69 |
| Hex | EE | C4 | 72 | 0 | 12 | 34 | 7 | 28 | 4E | 45 |
| Octal | 356 | 304 | 162 | 0 | 22 | 64 | 7 | 50 | 116 | 105 |
| Binary | 11101110 | 11000100 | 1110010 | 0 | 10010 | 110100 | 111 | 101000 | 1001110 | 1000101 |
Color Harmonies of #EEC472
Complementary color
Monochromatic Colors of #EEC472
Black with #EEC472
Text Example
Text Example
White with #EEC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC472; }
p { color: rgb(238,196,114); }
H1.HeaderClassName
{
color: #EEC472;
}
.AnyTagClassName
{
color: #EEC472;
}
</style>
background-color css
<style>
a { background-color: #EEC472; }
a { background-color: rgb(238,196,114); }
div.DivClassName
{
background-color: #EEC472;
}
.BgClassName
{
background-color: #EEC472;
}
</style>
border-color css
<style>
span { border-color: #EEC472; }
span { border-color: rgb(238,196,114); }
td.TdClassName
{
border-color: #EEC472;
}
.TagClassName
{
border-color: #EEC472;
}
</style>