Shades of Marzipan #EDC778
Tints of Marzipan #EDC778
RGB
CMYK
RGB Variations
Color information
#EDC778 (or 0xEDC778) is known color: Marzipan. HEX triplet: ED, C7 and 78. RGB value is (237,199,120). Sum of RGB (Red+Green+Blue) = 237+199+120=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC778 is #123887. Grayscale: #C9C9C9. Windows color (decimal): -1194120 or 7915501. OLE color: 7915501.
HSL color Cylindrical-coordinate representation of color #EDC778: hue angle of 40.51º 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 #EDC778 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 120 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.07 |
| HSL | 40.51º | 0.76% | 0.7% | - |
| HSV(B) | 40.51º | 0.49% | 0.93% | - |
| XYZ | 58.74 | 60.21 | 26.29 | - |
| YUV | 201.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 120 | 0 | 0.16 | 0.49 | 0.07 | 40.51 | 0.76 | 0.7 |
| Hex | ED | C7 | 78 | 0 | 10 | 31 | 7 | 29 | 4C | 46 |
| Octal | 355 | 307 | 170 | 0 | 20 | 61 | 7 | 51 | 114 | 106 |
| Binary | 11101101 | 11000111 | 1111000 | 0 | 10000 | 110001 | 111 | 101001 | 1001100 | 1000110 |
Color Harmonies of #EDC778
Complementary color
Monochromatic Colors of #EDC778
Black with #EDC778
Text Example
Text Example
White with #EDC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC778; }
p { color: rgb(237,199,120); }
H1.HeaderClassName
{
color: #EDC778;
}
.AnyTagClassName
{
color: #EDC778;
}
</style>
background-color css
<style>
a { background-color: #EDC778; }
a { background-color: rgb(237,199,120); }
div.DivClassName
{
background-color: #EDC778;
}
.BgClassName
{
background-color: #EDC778;
}
</style>
border-color css
<style>
span { border-color: #EDC778; }
span { border-color: rgb(237,199,120); }
td.TdClassName
{
border-color: #EDC778;
}
.TagClassName
{
border-color: #EDC778;
}
</style>