Shades of Marzipan #EED078
Tints of Marzipan #EED078
RGB
CMYK
RGB Variations
Color information
#EED078 (or 0xEED078) is known color: Marzipan. HEX triplet: EE, D0 and 78. RGB value is (238,208,120). Sum of RGB (Red+Green+Blue) = 238+208+120=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED078 is #112F87. Grayscale: #CFCFCF. Windows color (decimal): -1126280 or 7917806. OLE color: 7917806.
HSL color Cylindrical-coordinate representation of color #EED078: hue angle of 44.75º 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 #EED078 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 120 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.07 |
| HSL | 44.75º | 0.78% | 0.7% | - |
| HSV(B) | 44.75º | 0.5% | 0.93% | - |
| XYZ | 61.21 | 64.64 | 27.02 | - |
| YUV | 206.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 120 | 0 | 0.13 | 0.50 | 0.07 | 44.75 | 0.78 | 0.7 |
| Hex | EE | D0 | 78 | 0 | D | 32 | 7 | 2D | 4E | 46 |
| Octal | 356 | 320 | 170 | 0 | 15 | 62 | 7 | 55 | 116 | 106 |
| Binary | 11101110 | 11010000 | 1111000 | 0 | 1101 | 110010 | 111 | 101101 | 1001110 | 1000110 |
Color Harmonies of #EED078
Complementary color
Monochromatic Colors of #EED078
Black with #EED078
Text Example
Text Example
White with #EED078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED078; }
p { color: rgb(238,208,120); }
H1.HeaderClassName
{
color: #EED078;
}
.AnyTagClassName
{
color: #EED078;
}
</style>
background-color css
<style>
a { background-color: #EED078; }
a { background-color: rgb(238,208,120); }
div.DivClassName
{
background-color: #EED078;
}
.BgClassName
{
background-color: #EED078;
}
</style>
border-color css
<style>
span { border-color: #EED078; }
span { border-color: rgb(238,208,120); }
td.TdClassName
{
border-color: #EED078;
}
.TagClassName
{
border-color: #EED078;
}
</style>