Shades of Marzipan #EDC97C
Tints of Marzipan #EDC97C
RGB
CMYK
RGB Variations
Color information
#EDC97C (or 0xEDC97C) is known color: Marzipan. HEX triplet: ED, C9 and 7C. RGB value is (237,201,124). Sum of RGB (Red+Green+Blue) = 237+201+124=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97C is #123683. Grayscale: #CBCBCB. Windows color (decimal): -1193604 or 8178157. OLE color: 8178157.
HSL color Cylindrical-coordinate representation of color #EDC97C: hue angle of 40.88º 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 #EDC97C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 124 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.07 |
| HSL | 40.88º | 0.76% | 0.71% | - |
| HSV(B) | 40.88º | 0.48% | 0.93% | - |
| XYZ | 59.45 | 61.23 | 27.75 | - |
| YUV | 202.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 124 | 0 | 0.15 | 0.48 | 0.07 | 40.88 | 0.76 | 0.71 |
| Hex | ED | C9 | 7C | 0 | F | 30 | 7 | 29 | 4C | 47 |
| Octal | 355 | 311 | 174 | 0 | 17 | 60 | 7 | 51 | 114 | 107 |
| Binary | 11101101 | 11001001 | 1111100 | 0 | 1111 | 110000 | 111 | 101001 | 1001100 | 1000111 |
Color Harmonies of #EDC97C
Complementary color
Monochromatic Colors of #EDC97C
Black with #EDC97C
Text Example
Text Example
White with #EDC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC97C; }
p { color: rgb(237,201,124); }
H1.HeaderClassName
{
color: #EDC97C;
}
.AnyTagClassName
{
color: #EDC97C;
}
</style>
background-color css
<style>
a { background-color: #EDC97C; }
a { background-color: rgb(237,201,124); }
div.DivClassName
{
background-color: #EDC97C;
}
.BgClassName
{
background-color: #EDC97C;
}
</style>
border-color css
<style>
span { border-color: #EDC97C; }
span { border-color: rgb(237,201,124); }
td.TdClassName
{
border-color: #EDC97C;
}
.TagClassName
{
border-color: #EDC97C;
}
</style>