Shades of Marzipan #EDC97E
Tints of Marzipan #EDC97E
RGB
CMYK
RGB Variations
Color information
#EDC97E (or 0xEDC97E) is known color: Marzipan. HEX triplet: ED, C9 and 7E. RGB value is (237,201,126). Sum of RGB (Red+Green+Blue) = 237+201+126=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97E is #123681. Grayscale: #CBCBCB. Windows color (decimal): -1193602 or 8309229. OLE color: 8309229.
HSL color Cylindrical-coordinate representation of color #EDC97E: hue angle of 40.54º 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 #EDC97E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 126 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 40.54º | 0.76% | 0.71% | - |
| HSV(B) | 40.54º | 0.47% | 0.93% | - |
| XYZ | 59.58 | 61.28 | 28.43 | - |
| YUV | 203.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 126 | 0 | 0.15 | 0.47 | 0.07 | 40.54 | 0.76 | 0.71 |
| Hex | ED | C9 | 7E | 0 | F | 2F | 7 | 29 | 4C | 47 |
| Octal | 355 | 311 | 176 | 0 | 17 | 57 | 7 | 51 | 114 | 107 |
| Binary | 11101101 | 11001001 | 1111110 | 0 | 1111 | 101111 | 111 | 101001 | 1001100 | 1000111 |
Color Harmonies of #EDC97E
Complementary color
Monochromatic Colors of #EDC97E
Black with #EDC97E
Text Example
Text Example
White with #EDC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC97E; }
p { color: rgb(237,201,126); }
H1.HeaderClassName
{
color: #EDC97E;
}
.AnyTagClassName
{
color: #EDC97E;
}
</style>
background-color css
<style>
a { background-color: #EDC97E; }
a { background-color: rgb(237,201,126); }
div.DivClassName
{
background-color: #EDC97E;
}
.BgClassName
{
background-color: #EDC97E;
}
</style>
border-color css
<style>
span { border-color: #EDC97E; }
span { border-color: rgb(237,201,126); }
td.TdClassName
{
border-color: #EDC97E;
}
.TagClassName
{
border-color: #EDC97E;
}
</style>