Shades of Marzipan #EDC47D
Tints of Marzipan #EDC47D
RGB
CMYK
RGB Variations
Color information
#EDC47D (or 0xEDC47D) is known color: Marzipan. HEX triplet: ED, C4 and 7D. RGB value is (237,196,125). Sum of RGB (Red+Green+Blue) = 237+196+125=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC47D is #123B82. Grayscale: #C8C8C8. Windows color (decimal): -1194883 or 8242413. OLE color: 8242413.
HSL color Cylindrical-coordinate representation of color #EDC47D: hue angle of 38.04º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC47D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 125 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 38.04º | 0.76% | 0.71% | - |
| HSV(B) | 38.04º | 0.47% | 0.93% | - |
| XYZ | 58.37 | 58.97 | 27.71 | - |
| YUV | 200.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 125 | 0 | 0.17 | 0.47 | 0.07 | 38.04 | 0.76 | 0.71 |
| Hex | ED | C4 | 7D | 0 | 11 | 2F | 7 | 26 | 4C | 47 |
| Octal | 355 | 304 | 175 | 0 | 21 | 57 | 7 | 46 | 114 | 107 |
| Binary | 11101101 | 11000100 | 1111101 | 0 | 10001 | 101111 | 111 | 100110 | 1001100 | 1000111 |
Color Harmonies of #EDC47D
Complementary color
Monochromatic Colors of #EDC47D
Black with #EDC47D
Text Example
Text Example
White with #EDC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC47D; }
p { color: rgb(237,196,125); }
H1.HeaderClassName
{
color: #EDC47D;
}
.AnyTagClassName
{
color: #EDC47D;
}
</style>
background-color css
<style>
a { background-color: #EDC47D; }
a { background-color: rgb(237,196,125); }
div.DivClassName
{
background-color: #EDC47D;
}
.BgClassName
{
background-color: #EDC47D;
}
</style>
border-color css
<style>
span { border-color: #EDC47D; }
span { border-color: rgb(237,196,125); }
td.TdClassName
{
border-color: #EDC47D;
}
.TagClassName
{
border-color: #EDC47D;
}
</style>