Shades of Marzipan #EDC475
Tints of Marzipan #EDC475
RGB
CMYK
RGB Variations
Color information
#EDC475 (or 0xEDC475) is known color: Marzipan. HEX triplet: ED, C4 and 75. RGB value is (237,196,117). Sum of RGB (Red+Green+Blue) = 237+196+117=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC475 is #123B8A. Grayscale: #C7C7C7. Windows color (decimal): -1194891 or 7718125. OLE color: 7718125.
HSL color Cylindrical-coordinate representation of color #EDC475: hue angle of 39.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC475 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 117 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.07 |
| HSL | 39.5º | 0.77% | 0.69% | - |
| HSV(B) | 39.5º | 0.51% | 0.93% | - |
| XYZ | 57.88 | 58.77 | 25.12 | - |
| YUV | 199.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 117 | 0 | 0.17 | 0.51 | 0.07 | 39.5 | 0.77 | 0.69 |
| Hex | ED | C4 | 75 | 0 | 11 | 33 | 7 | 28 | 4D | 45 |
| Octal | 355 | 304 | 165 | 0 | 21 | 63 | 7 | 50 | 115 | 105 |
| Binary | 11101101 | 11000100 | 1110101 | 0 | 10001 | 110011 | 111 | 101000 | 1001101 | 1000101 |
Color Harmonies of #EDC475
Complementary color
Monochromatic Colors of #EDC475
Black with #EDC475
Text Example
Text Example
White with #EDC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC475; }
p { color: rgb(237,196,117); }
H1.HeaderClassName
{
color: #EDC475;
}
.AnyTagClassName
{
color: #EDC475;
}
</style>
background-color css
<style>
a { background-color: #EDC475; }
a { background-color: rgb(237,196,117); }
div.DivClassName
{
background-color: #EDC475;
}
.BgClassName
{
background-color: #EDC475;
}
</style>
border-color css
<style>
span { border-color: #EDC475; }
span { border-color: rgb(237,196,117); }
td.TdClassName
{
border-color: #EDC475;
}
.TagClassName
{
border-color: #EDC475;
}
</style>