Shades of Marzipan #EDC777
Tints of Marzipan #EDC777
RGB
CMYK
RGB Variations
Color information
#EDC777 (or 0xEDC777) is known color: Marzipan. HEX triplet: ED, C7 and 77. RGB value is (237,199,119). Sum of RGB (Red+Green+Blue) = 237+199+119=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC777 is #123888. Grayscale: #C9C9C9. Windows color (decimal): -1194121 or 7849965. OLE color: 7849965.
HSL color Cylindrical-coordinate representation of color #EDC777: hue angle of 40.68º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC777 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 119 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 40.68º | 0.77% | 0.7% | - |
| HSV(B) | 40.68º | 0.5% | 0.93% | - |
| XYZ | 58.68 | 60.18 | 25.98 | - |
| YUV | 201.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 119 | 0 | 0.16 | 0.50 | 0.07 | 40.68 | 0.77 | 0.7 |
| Hex | ED | C7 | 77 | 0 | 10 | 32 | 7 | 29 | 4D | 46 |
| Octal | 355 | 307 | 167 | 0 | 20 | 62 | 7 | 51 | 115 | 106 |
| Binary | 11101101 | 11000111 | 1110111 | 0 | 10000 | 110010 | 111 | 101001 | 1001101 | 1000110 |
Color Harmonies of #EDC777
Complementary color
Monochromatic Colors of #EDC777
Black with #EDC777
Text Example
Text Example
White with #EDC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC777; }
p { color: rgb(237,199,119); }
H1.HeaderClassName
{
color: #EDC777;
}
.AnyTagClassName
{
color: #EDC777;
}
</style>
background-color css
<style>
a { background-color: #EDC777; }
a { background-color: rgb(237,199,119); }
div.DivClassName
{
background-color: #EDC777;
}
.BgClassName
{
background-color: #EDC777;
}
</style>
border-color css
<style>
span { border-color: #EDC777; }
span { border-color: rgb(237,199,119); }
td.TdClassName
{
border-color: #EDC777;
}
.TagClassName
{
border-color: #EDC777;
}
</style>