Shades of Marzipan #EDC57C
Tints of Marzipan #EDC57C
RGB
CMYK
RGB Variations
Color information
#EDC57C (or 0xEDC57C) is known color: Marzipan. HEX triplet: ED, C5 and 7C. RGB value is (237,197,124). Sum of RGB (Red+Green+Blue) = 237+197+124=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC57C is #123A83. Grayscale: #C8C8C8. Windows color (decimal): -1194628 or 8177133. OLE color: 8177133.
HSL color Cylindrical-coordinate representation of color #EDC57C: hue angle of 38.76º 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 #EDC57C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 124 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.07 |
| HSL | 38.76º | 0.76% | 0.71% | - |
| HSV(B) | 38.76º | 0.48% | 0.93% | - |
| XYZ | 58.53 | 59.39 | 27.45 | - |
| YUV | 200.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 124 | 0 | 0.17 | 0.48 | 0.07 | 38.76 | 0.76 | 0.71 |
| Hex | ED | C5 | 7C | 0 | 11 | 30 | 7 | 27 | 4C | 47 |
| Octal | 355 | 305 | 174 | 0 | 21 | 60 | 7 | 47 | 114 | 107 |
| Binary | 11101101 | 11000101 | 1111100 | 0 | 10001 | 110000 | 111 | 100111 | 1001100 | 1000111 |
Color Harmonies of #EDC57C
Complementary color
Monochromatic Colors of #EDC57C
Black with #EDC57C
Text Example
Text Example
White with #EDC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC57C; }
p { color: rgb(237,197,124); }
H1.HeaderClassName
{
color: #EDC57C;
}
.AnyTagClassName
{
color: #EDC57C;
}
</style>
background-color css
<style>
a { background-color: #EDC57C; }
a { background-color: rgb(237,197,124); }
div.DivClassName
{
background-color: #EDC57C;
}
.BgClassName
{
background-color: #EDC57C;
}
</style>
border-color css
<style>
span { border-color: #EDC57C; }
span { border-color: rgb(237,197,124); }
td.TdClassName
{
border-color: #EDC57C;
}
.TagClassName
{
border-color: #EDC57C;
}
</style>