Shades of Marzipan #EED07C
Tints of Marzipan #EED07C
RGB
CMYK
RGB Variations
Color information
#EED07C (or 0xEED07C) is known color: Marzipan. HEX triplet: EE, D0 and 7C. RGB value is (238,208,124). Sum of RGB (Red+Green+Blue) = 238+208+124=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED07C is #112F83. Grayscale: #CFCFCF. Windows color (decimal): -1126276 or 8179950. OLE color: 8179950.
HSL color Cylindrical-coordinate representation of color #EED07C: hue angle of 44.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EED07C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 124 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.07 |
| HSL | 44.21º | 0.77% | 0.71% | - |
| HSV(B) | 44.21º | 0.48% | 0.93% | - |
| XYZ | 61.45 | 64.74 | 28.33 | - |
| YUV | 207.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 124 | 0 | 0.13 | 0.48 | 0.07 | 44.21 | 0.77 | 0.71 |
| Hex | EE | D0 | 7C | 0 | D | 30 | 7 | 2C | 4D | 47 |
| Octal | 356 | 320 | 174 | 0 | 15 | 60 | 7 | 54 | 115 | 107 |
| Binary | 11101110 | 11010000 | 1111100 | 0 | 1101 | 110000 | 111 | 101100 | 1001101 | 1000111 |
Color Harmonies of #EED07C
Complementary color
Monochromatic Colors of #EED07C
Black with #EED07C
Text Example
Text Example
White with #EED07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED07C; }
p { color: rgb(238,208,124); }
H1.HeaderClassName
{
color: #EED07C;
}
.AnyTagClassName
{
color: #EED07C;
}
</style>
background-color css
<style>
a { background-color: #EED07C; }
a { background-color: rgb(238,208,124); }
div.DivClassName
{
background-color: #EED07C;
}
.BgClassName
{
background-color: #EED07C;
}
</style>
border-color css
<style>
span { border-color: #EED07C; }
span { border-color: rgb(238,208,124); }
td.TdClassName
{
border-color: #EED07C;
}
.TagClassName
{
border-color: #EED07C;
}
</style>