Shades of Marzipan #EDC97D
Tints of Marzipan #EDC97D
RGB
CMYK
RGB Variations
Color information
#EDC97D (or 0xEDC97D) is known color: Marzipan. HEX triplet: ED, C9 and 7D. RGB value is (237,201,125). Sum of RGB (Red+Green+Blue) = 237+201+125=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97D is #123682. Grayscale: #CBCBCB. Windows color (decimal): -1193603 or 8243693. OLE color: 8243693.
HSL color Cylindrical-coordinate representation of color #EDC97D: hue angle of 40.71º 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 #EDC97D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 125 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 40.71º | 0.76% | 0.71% | - |
| HSV(B) | 40.71º | 0.47% | 0.93% | - |
| XYZ | 59.51 | 61.26 | 28.09 | - |
| YUV | 203.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 125 | 0 | 0.15 | 0.47 | 0.07 | 40.71 | 0.76 | 0.71 |
| Hex | ED | C9 | 7D | 0 | F | 2F | 7 | 29 | 4C | 47 |
| Octal | 355 | 311 | 175 | 0 | 17 | 57 | 7 | 51 | 114 | 107 |
| Binary | 11101101 | 11001001 | 1111101 | 0 | 1111 | 101111 | 111 | 101001 | 1001100 | 1000111 |
Color Harmonies of #EDC97D
Complementary color
Monochromatic Colors of #EDC97D
Black with #EDC97D
Text Example
Text Example
White with #EDC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC97D; }
p { color: rgb(237,201,125); }
H1.HeaderClassName
{
color: #EDC97D;
}
.AnyTagClassName
{
color: #EDC97D;
}
</style>
background-color css
<style>
a { background-color: #EDC97D; }
a { background-color: rgb(237,201,125); }
div.DivClassName
{
background-color: #EDC97D;
}
.BgClassName
{
background-color: #EDC97D;
}
</style>
border-color css
<style>
span { border-color: #EDC97D; }
span { border-color: rgb(237,201,125); }
td.TdClassName
{
border-color: #EDC97D;
}
.TagClassName
{
border-color: #EDC97D;
}
</style>