Shades of Marzipan #EDC77D
Tints of Marzipan #EDC77D
RGB
CMYK
RGB Variations
Color information
#EDC77D (or 0xEDC77D) is known color: Marzipan. HEX triplet: ED, C7 and 7D. RGB value is (237,199,125). Sum of RGB (Red+Green+Blue) = 237+199+125=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77D is #123882. Grayscale: #CACACA. Windows color (decimal): -1194115 or 8243181. OLE color: 8243181.
HSL color Cylindrical-coordinate representation of color #EDC77D: hue angle of 39.64º 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 #EDC77D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 125 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.64º | 0.76% | 0.71% | - |
| HSV(B) | 39.64º | 0.47% | 0.93% | - |
| XYZ | 59.05 | 60.33 | 27.94 | - |
| YUV | 201.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 125 | 0 | 0.16 | 0.47 | 0.07 | 39.64 | 0.76 | 0.71 |
| Hex | ED | C7 | 7D | 0 | 10 | 2F | 7 | 28 | 4C | 47 |
| Octal | 355 | 307 | 175 | 0 | 20 | 57 | 7 | 50 | 114 | 107 |
| Binary | 11101101 | 11000111 | 1111101 | 0 | 10000 | 101111 | 111 | 101000 | 1001100 | 1000111 |
Color Harmonies of #EDC77D
Complementary color
Monochromatic Colors of #EDC77D
Black with #EDC77D
Text Example
Text Example
White with #EDC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC77D; }
p { color: rgb(237,199,125); }
H1.HeaderClassName
{
color: #EDC77D;
}
.AnyTagClassName
{
color: #EDC77D;
}
</style>
background-color css
<style>
a { background-color: #EDC77D; }
a { background-color: rgb(237,199,125); }
div.DivClassName
{
background-color: #EDC77D;
}
.BgClassName
{
background-color: #EDC77D;
}
</style>
border-color css
<style>
span { border-color: #EDC77D; }
span { border-color: rgb(237,199,125); }
td.TdClassName
{
border-color: #EDC77D;
}
.TagClassName
{
border-color: #EDC77D;
}
</style>