Shades of Marzipan #EDC77F
Tints of Marzipan #EDC77F
RGB
CMYK
RGB Variations
Color information
#EDC77F (or 0xEDC77F) is known color: Marzipan. HEX triplet: ED, C7 and 7F. RGB value is (237,199,127). Sum of RGB (Red+Green+Blue) = 237+199+127=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77F is #123880. Grayscale: #CACACA. Windows color (decimal): -1194113 or 8374253. OLE color: 8374253.
HSL color Cylindrical-coordinate representation of color #EDC77F: hue angle of 39.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC77F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 127 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.27º | 0.75% | 0.71% | - |
| HSV(B) | 39.27º | 0.46% | 0.93% | - |
| XYZ | 59.18 | 60.38 | 28.61 | - |
| YUV | 202.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 127 | 0 | 0.16 | 0.46 | 0.07 | 39.27 | 0.75 | 0.71 |
| Hex | ED | C7 | 7F | 0 | 10 | 2E | 7 | 27 | 4B | 47 |
| Octal | 355 | 307 | 177 | 0 | 20 | 56 | 7 | 47 | 113 | 107 |
| Binary | 11101101 | 11000111 | 1111111 | 0 | 10000 | 101110 | 111 | 100111 | 1001011 | 1000111 |
Color Harmonies of #EDC77F
Complementary color
Monochromatic Colors of #EDC77F
Black with #EDC77F
Text Example
Text Example
White with #EDC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC77F; }
p { color: rgb(237,199,127); }
H1.HeaderClassName
{
color: #EDC77F;
}
.AnyTagClassName
{
color: #EDC77F;
}
</style>
background-color css
<style>
a { background-color: #EDC77F; }
a { background-color: rgb(237,199,127); }
div.DivClassName
{
background-color: #EDC77F;
}
.BgClassName
{
background-color: #EDC77F;
}
</style>
border-color css
<style>
span { border-color: #EDC77F; }
span { border-color: rgb(237,199,127); }
td.TdClassName
{
border-color: #EDC77F;
}
.TagClassName
{
border-color: #EDC77F;
}
</style>