Shades of Marzipan #EDC77E
Tints of Marzipan #EDC77E
RGB
CMYK
RGB Variations
Color information
#EDC77E (or 0xEDC77E) is known color: Marzipan. HEX triplet: ED, C7 and 7E. RGB value is (237,199,126). Sum of RGB (Red+Green+Blue) = 237+199+126=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77E is #123881. Grayscale: #CACACA. Windows color (decimal): -1194114 or 8308717. OLE color: 8308717.
HSL color Cylindrical-coordinate representation of color #EDC77E: hue angle of 39.46º 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 #EDC77E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 126 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.46º | 0.76% | 0.71% | - |
| HSV(B) | 39.46º | 0.47% | 0.93% | - |
| XYZ | 59.11 | 60.36 | 28.27 | - |
| YUV | 202.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 126 | 0 | 0.16 | 0.47 | 0.07 | 39.46 | 0.76 | 0.71 |
| Hex | ED | C7 | 7E | 0 | 10 | 2F | 7 | 27 | 4C | 47 |
| Octal | 355 | 307 | 176 | 0 | 20 | 57 | 7 | 47 | 114 | 107 |
| Binary | 11101101 | 11000111 | 1111110 | 0 | 10000 | 101111 | 111 | 100111 | 1001100 | 1000111 |
Color Harmonies of #EDC77E
Complementary color
Monochromatic Colors of #EDC77E
Black with #EDC77E
Text Example
Text Example
White with #EDC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC77E; }
p { color: rgb(237,199,126); }
H1.HeaderClassName
{
color: #EDC77E;
}
.AnyTagClassName
{
color: #EDC77E;
}
</style>
background-color css
<style>
a { background-color: #EDC77E; }
a { background-color: rgb(237,199,126); }
div.DivClassName
{
background-color: #EDC77E;
}
.BgClassName
{
background-color: #EDC77E;
}
</style>
border-color css
<style>
span { border-color: #EDC77E; }
span { border-color: rgb(237,199,126); }
td.TdClassName
{
border-color: #EDC77E;
}
.TagClassName
{
border-color: #EDC77E;
}
</style>