Shades of Marzipan #EDC779
Tints of Marzipan #EDC779
RGB
CMYK
RGB Variations
Color information
#EDC779 (or 0xEDC779) is known color: Marzipan. HEX triplet: ED, C7 and 79. RGB value is (237,199,121). Sum of RGB (Red+Green+Blue) = 237+199+121=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC779 is #123886. Grayscale: #C9C9C9. Windows color (decimal): -1194119 or 7981037. OLE color: 7981037.
HSL color Cylindrical-coordinate representation of color #EDC779: hue angle of 40.34º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC779 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 121 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.07 |
| HSL | 40.34º | 0.76% | 0.7% | - |
| HSV(B) | 40.34º | 0.49% | 0.93% | - |
| XYZ | 58.8 | 60.23 | 26.62 | - |
| YUV | 201.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 121 | 0 | 0.16 | 0.49 | 0.07 | 40.34 | 0.76 | 0.7 |
| Hex | ED | C7 | 79 | 0 | 10 | 31 | 7 | 28 | 4C | 46 |
| Octal | 355 | 307 | 171 | 0 | 20 | 61 | 7 | 50 | 114 | 106 |
| Binary | 11101101 | 11000111 | 1111001 | 0 | 10000 | 110001 | 111 | 101000 | 1001100 | 1000110 |
Color Harmonies of #EDC779
Complementary color
Monochromatic Colors of #EDC779
Black with #EDC779
Text Example
Text Example
White with #EDC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC779; }
p { color: rgb(237,199,121); }
H1.HeaderClassName
{
color: #EDC779;
}
.AnyTagClassName
{
color: #EDC779;
}
</style>
background-color css
<style>
a { background-color: #EDC779; }
a { background-color: rgb(237,199,121); }
div.DivClassName
{
background-color: #EDC779;
}
.BgClassName
{
background-color: #EDC779;
}
</style>
border-color css
<style>
span { border-color: #EDC779; }
span { border-color: rgb(237,199,121); }
td.TdClassName
{
border-color: #EDC779;
}
.TagClassName
{
border-color: #EDC779;
}
</style>