Shades of Marzipan #EDC47A
Tints of Marzipan #EDC47A
RGB
CMYK
RGB Variations
Color information
#EDC47A (or 0xEDC47A) is known color: Marzipan. HEX triplet: ED, C4 and 7A. RGB value is (237,196,122). Sum of RGB (Red+Green+Blue) = 237+196+122=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC47A is #123B85. Grayscale: #C8C8C8. Windows color (decimal): -1194886 or 8045805. OLE color: 8045805.
HSL color Cylindrical-coordinate representation of color #EDC47A: hue angle of 38.61º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC47A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 122 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.07 |
| HSL | 38.61º | 0.76% | 0.7% | - |
| HSV(B) | 38.61º | 0.49% | 0.93% | - |
| XYZ | 58.18 | 58.89 | 26.71 | - |
| YUV | 199.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 122 | 0 | 0.17 | 0.49 | 0.07 | 38.61 | 0.76 | 0.7 |
| Hex | ED | C4 | 7A | 0 | 11 | 31 | 7 | 27 | 4C | 46 |
| Octal | 355 | 304 | 172 | 0 | 21 | 61 | 7 | 47 | 114 | 106 |
| Binary | 11101101 | 11000100 | 1111010 | 0 | 10001 | 110001 | 111 | 100111 | 1001100 | 1000110 |
Color Harmonies of #EDC47A
Complementary color
Monochromatic Colors of #EDC47A
Black with #EDC47A
Text Example
Text Example
White with #EDC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC47A; }
p { color: rgb(237,196,122); }
H1.HeaderClassName
{
color: #EDC47A;
}
.AnyTagClassName
{
color: #EDC47A;
}
</style>
background-color css
<style>
a { background-color: #EDC47A; }
a { background-color: rgb(237,196,122); }
div.DivClassName
{
background-color: #EDC47A;
}
.BgClassName
{
background-color: #EDC47A;
}
</style>
border-color css
<style>
span { border-color: #EDC47A; }
span { border-color: rgb(237,196,122); }
td.TdClassName
{
border-color: #EDC47A;
}
.TagClassName
{
border-color: #EDC47A;
}
</style>