Shades of Marzipan #EED17B
Tints of Marzipan #EED17B
RGB
CMYK
RGB Variations
Color information
#EED17B (or 0xEED17B) is known color: Marzipan. HEX triplet: EE, D1 and 7B. RGB value is (238,209,123). Sum of RGB (Red+Green+Blue) = 238+209+123=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED17B is #112E84. Grayscale: #D0D0D0. Windows color (decimal): -1126021 or 8114670. OLE color: 8114670.
HSL color Cylindrical-coordinate representation of color #EED17B: hue angle of 44.87º 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 #EED17B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 123 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.07 |
| HSL | 44.87º | 0.77% | 0.71% | - |
| HSV(B) | 44.87º | 0.48% | 0.93% | - |
| XYZ | 61.64 | 65.21 | 28.08 | - |
| YUV | 207.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 123 | 0 | 0.12 | 0.48 | 0.07 | 44.87 | 0.77 | 0.71 |
| Hex | EE | D1 | 7B | 0 | C | 30 | 7 | 2D | 4D | 47 |
| Octal | 356 | 321 | 173 | 0 | 14 | 60 | 7 | 55 | 115 | 107 |
| Binary | 11101110 | 11010001 | 1111011 | 0 | 1100 | 110000 | 111 | 101101 | 1001101 | 1000111 |
Color Harmonies of #EED17B
Complementary color
Monochromatic Colors of #EED17B
Black with #EED17B
Text Example
Text Example
White with #EED17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED17B; }
p { color: rgb(238,209,123); }
H1.HeaderClassName
{
color: #EED17B;
}
.AnyTagClassName
{
color: #EED17B;
}
</style>
background-color css
<style>
a { background-color: #EED17B; }
a { background-color: rgb(238,209,123); }
div.DivClassName
{
background-color: #EED17B;
}
.BgClassName
{
background-color: #EED17B;
}
</style>
border-color css
<style>
span { border-color: #EED17B; }
span { border-color: rgb(238,209,123); }
td.TdClassName
{
border-color: #EED17B;
}
.TagClassName
{
border-color: #EED17B;
}
</style>