Shades of Marzipan #EDCC77
Tints of Marzipan #EDCC77
RGB
CMYK
RGB Variations
Color information
#EDCC77 (or 0xEDCC77) is known color: Marzipan. HEX triplet: ED, CC and 77. RGB value is (237,204,119). Sum of RGB (Red+Green+Blue) = 237+204+119=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC77 is #123388. Grayscale: #CCCCCC. Windows color (decimal): -1192841 or 7851245. OLE color: 7851245.
HSL color Cylindrical-coordinate representation of color #EDCC77: hue angle of 43.22º 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 #EDCC77 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 119 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.07 |
| HSL | 43.22º | 0.77% | 0.7% | - |
| HSV(B) | 43.22º | 0.5% | 0.93% | - |
| XYZ | 59.85 | 62.52 | 26.37 | - |
| YUV | 204.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 119 | 0 | 0.14 | 0.50 | 0.07 | 43.22 | 0.77 | 0.7 |
| Hex | ED | CC | 77 | 0 | E | 32 | 7 | 2B | 4D | 46 |
| Octal | 355 | 314 | 167 | 0 | 16 | 62 | 7 | 53 | 115 | 106 |
| Binary | 11101101 | 11001100 | 1110111 | 0 | 1110 | 110010 | 111 | 101011 | 1001101 | 1000110 |
Color Harmonies of #EDCC77
Complementary color
Monochromatic Colors of #EDCC77
Black with #EDCC77
Text Example
Text Example
White with #EDCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC77; }
p { color: rgb(237,204,119); }
H1.HeaderClassName
{
color: #EDCC77;
}
.AnyTagClassName
{
color: #EDCC77;
}
</style>
background-color css
<style>
a { background-color: #EDCC77; }
a { background-color: rgb(237,204,119); }
div.DivClassName
{
background-color: #EDCC77;
}
.BgClassName
{
background-color: #EDCC77;
}
</style>
border-color css
<style>
span { border-color: #EDCC77; }
span { border-color: rgb(237,204,119); }
td.TdClassName
{
border-color: #EDCC77;
}
.TagClassName
{
border-color: #EDCC77;
}
</style>