Shades of Marzipan #EDC678
Tints of Marzipan #EDC678
RGB
CMYK
RGB Variations
Color information
#EDC678 (or 0xEDC678) is known color: Marzipan. HEX triplet: ED, C6 and 78. RGB value is (237,198,120). Sum of RGB (Red+Green+Blue) = 237+198+120=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC678 is #123987. Grayscale: #C9C9C9. Windows color (decimal): -1194376 or 7915245. OLE color: 7915245.
HSL color Cylindrical-coordinate representation of color #EDC678: hue angle of 40º 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 #EDC678 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 120 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.07 |
| HSL | 40º | 0.76% | 0.7% | - |
| HSV(B) | 40º | 0.49% | 0.93% | - |
| XYZ | 58.51 | 59.75 | 26.22 | - |
| YUV | 200.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 120 | 0 | 0.16 | 0.49 | 0.07 | 40 | 0.76 | 0.7 |
| Hex | ED | C6 | 78 | 0 | 10 | 31 | 7 | 28 | 4C | 46 |
| Octal | 355 | 306 | 170 | 0 | 20 | 61 | 7 | 50 | 114 | 106 |
| Binary | 11101101 | 11000110 | 1111000 | 0 | 10000 | 110001 | 111 | 101000 | 1001100 | 1000110 |
Color Harmonies of #EDC678
Complementary color
Monochromatic Colors of #EDC678
Black with #EDC678
Text Example
Text Example
White with #EDC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC678; }
p { color: rgb(237,198,120); }
H1.HeaderClassName
{
color: #EDC678;
}
.AnyTagClassName
{
color: #EDC678;
}
</style>
background-color css
<style>
a { background-color: #EDC678; }
a { background-color: rgb(237,198,120); }
div.DivClassName
{
background-color: #EDC678;
}
.BgClassName
{
background-color: #EDC678;
}
</style>
border-color css
<style>
span { border-color: #EDC678; }
span { border-color: rgb(237,198,120); }
td.TdClassName
{
border-color: #EDC678;
}
.TagClassName
{
border-color: #EDC678;
}
</style>