Shades of Marzipan #EDC785
Tints of Marzipan #EDC785
RGB
CMYK
RGB Variations
Color information
#EDC785 (or 0xEDC785) is known color: Marzipan. HEX triplet: ED, C7 and 85. RGB value is (237,199,133). Sum of RGB (Red+Green+Blue) = 237+199+133=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC785 is #12387A. Grayscale: #CBCBCB. Windows color (decimal): -1194107 or 8767469. OLE color: 8767469.
HSL color Cylindrical-coordinate representation of color #EDC785: hue angle of 38.08º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC785 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.08º | 0.74% | 0.73% | - |
| HSV(B) | 38.08º | 0.44% | 0.93% | - |
| XYZ | 59.58 | 60.54 | 30.74 | - |
| YUV | 202.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 133 | 0 | 0.16 | 0.44 | 0.07 | 38.08 | 0.74 | 0.73 |
| Hex | ED | C7 | 85 | 0 | 10 | 2C | 7 | 26 | 4A | 49 |
| Octal | 355 | 307 | 205 | 0 | 20 | 54 | 7 | 46 | 112 | 111 |
| Binary | 11101101 | 11000111 | 10000101 | 0 | 10000 | 101100 | 111 | 100110 | 1001010 | 1001001 |
Color Harmonies of #EDC785
Complementary color
Monochromatic Colors of #EDC785
Black with #EDC785
Text Example
Text Example
White with #EDC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC785; }
p { color: rgb(237,199,133); }
H1.HeaderClassName
{
color: #EDC785;
}
.AnyTagClassName
{
color: #EDC785;
}
</style>
background-color css
<style>
a { background-color: #EDC785; }
a { background-color: rgb(237,199,133); }
div.DivClassName
{
background-color: #EDC785;
}
.BgClassName
{
background-color: #EDC785;
}
</style>
border-color css
<style>
span { border-color: #EDC785; }
span { border-color: rgb(237,199,133); }
td.TdClassName
{
border-color: #EDC785;
}
.TagClassName
{
border-color: #EDC785;
}
</style>