Shades of Marzipan #EDD17B
Tints of Marzipan #EDD17B
RGB
CMYK
RGB Variations
Color information
#EDD17B (or 0xEDD17B) is known color: Marzipan. HEX triplet: ED, D1 and 7B. RGB value is (237,209,123). Sum of RGB (Red+Green+Blue) = 237+209+123=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17B is #122E84. Grayscale: #CFCFCF. Windows color (decimal): -1191557 or 8114669. OLE color: 8114669.
HSL color Cylindrical-coordinate representation of color #EDD17B: hue angle of 45.26º degrees, saturation: 0.76, 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 #EDD17B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 123 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.07 |
| HSL | 45.26º | 0.76% | 0.71% | - |
| HSV(B) | 45.26º | 0.48% | 0.93% | - |
| XYZ | 61.3 | 65.04 | 28.06 | - |
| YUV | 207.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 123 | 0 | 0.12 | 0.48 | 0.07 | 45.26 | 0.76 | 0.71 |
| Hex | ED | D1 | 7B | 0 | C | 30 | 7 | 2D | 4C | 47 |
| Octal | 355 | 321 | 173 | 0 | 14 | 60 | 7 | 55 | 114 | 107 |
| Binary | 11101101 | 11010001 | 1111011 | 0 | 1100 | 110000 | 111 | 101101 | 1001100 | 1000111 |
Color Harmonies of #EDD17B
Complementary color
Monochromatic Colors of #EDD17B
Black with #EDD17B
Text Example
Text Example
White with #EDD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD17B; }
p { color: rgb(237,209,123); }
H1.HeaderClassName
{
color: #EDD17B;
}
.AnyTagClassName
{
color: #EDD17B;
}
</style>
background-color css
<style>
a { background-color: #EDD17B; }
a { background-color: rgb(237,209,123); }
div.DivClassName
{
background-color: #EDD17B;
}
.BgClassName
{
background-color: #EDD17B;
}
</style>
border-color css
<style>
span { border-color: #EDD17B; }
span { border-color: rgb(237,209,123); }
td.TdClassName
{
border-color: #EDD17B;
}
.TagClassName
{
border-color: #EDD17B;
}
</style>