Shades of Marzipan #EDCB77
Tints of Marzipan #EDCB77
RGB
CMYK
RGB Variations
Color information
#EDCB77 (or 0xEDCB77) is known color: Marzipan. HEX triplet: ED, CB and 77. RGB value is (237,203,119). Sum of RGB (Red+Green+Blue) = 237+203+119=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB77 is #123488. Grayscale: #CBCBCB. Windows color (decimal): -1193097 or 7850989. OLE color: 7850989.
HSL color Cylindrical-coordinate representation of color #EDCB77: hue angle of 42.71º 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 #EDCB77 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 119 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.07 |
| HSL | 42.71º | 0.77% | 0.7% | - |
| HSV(B) | 42.71º | 0.5% | 0.93% | - |
| XYZ | 59.61 | 62.05 | 26.29 | - |
| YUV | 203.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 119 | 0 | 0.14 | 0.50 | 0.07 | 42.71 | 0.77 | 0.7 |
| Hex | ED | CB | 77 | 0 | E | 32 | 7 | 2B | 4D | 46 |
| Octal | 355 | 313 | 167 | 0 | 16 | 62 | 7 | 53 | 115 | 106 |
| Binary | 11101101 | 11001011 | 1110111 | 0 | 1110 | 110010 | 111 | 101011 | 1001101 | 1000110 |
Color Harmonies of #EDCB77
Complementary color
Monochromatic Colors of #EDCB77
Black with #EDCB77
Text Example
Text Example
White with #EDCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB77; }
p { color: rgb(237,203,119); }
H1.HeaderClassName
{
color: #EDCB77;
}
.AnyTagClassName
{
color: #EDCB77;
}
</style>
background-color css
<style>
a { background-color: #EDCB77; }
a { background-color: rgb(237,203,119); }
div.DivClassName
{
background-color: #EDCB77;
}
.BgClassName
{
background-color: #EDCB77;
}
</style>
border-color css
<style>
span { border-color: #EDCB77; }
span { border-color: rgb(237,203,119); }
td.TdClassName
{
border-color: #EDCB77;
}
.TagClassName
{
border-color: #EDCB77;
}
</style>