Shades of Marzipan #EDC975
Tints of Marzipan #EDC975
RGB
CMYK
RGB Variations
Color information
#EDC975 (or 0xEDC975) is known color: Marzipan. HEX triplet: ED, C9 and 75. RGB value is (237,201,117). Sum of RGB (Red+Green+Blue) = 237+201+117=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC975 is #12368A. Grayscale: #CACACA. Windows color (decimal): -1193611 or 7719405. OLE color: 7719405.
HSL color Cylindrical-coordinate representation of color #EDC975: hue angle of 42º 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 #EDC975 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 117 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.07 |
| HSL | 42º | 0.77% | 0.69% | - |
| HSV(B) | 42º | 0.51% | 0.93% | - |
| XYZ | 59.02 | 61.06 | 25.5 | - |
| YUV | 202.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 117 | 0 | 0.15 | 0.51 | 0.07 | 42 | 0.77 | 0.69 |
| Hex | ED | C9 | 75 | 0 | F | 33 | 7 | 2A | 4D | 45 |
| Octal | 355 | 311 | 165 | 0 | 17 | 63 | 7 | 52 | 115 | 105 |
| Binary | 11101101 | 11001001 | 1110101 | 0 | 1111 | 110011 | 111 | 101010 | 1001101 | 1000101 |
Color Harmonies of #EDC975
Complementary color
Monochromatic Colors of #EDC975
Black with #EDC975
Text Example
Text Example
White with #EDC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC975; }
p { color: rgb(237,201,117); }
H1.HeaderClassName
{
color: #EDC975;
}
.AnyTagClassName
{
color: #EDC975;
}
</style>
background-color css
<style>
a { background-color: #EDC975; }
a { background-color: rgb(237,201,117); }
div.DivClassName
{
background-color: #EDC975;
}
.BgClassName
{
background-color: #EDC975;
}
</style>
border-color css
<style>
span { border-color: #EDC975; }
span { border-color: rgb(237,201,117); }
td.TdClassName
{
border-color: #EDC975;
}
.TagClassName
{
border-color: #EDC975;
}
</style>