Shades of Marzipan #EDC685
Tints of Marzipan #EDC685
RGB
CMYK
RGB Variations
Color information
#EDC685 (or 0xEDC685) is known color: Marzipan. HEX triplet: ED, C6 and 85. RGB value is (237,198,133). Sum of RGB (Red+Green+Blue) = 237+198+133=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC685 is #12397A. Grayscale: #CACACA. Windows color (decimal): -1194363 or 8767213. OLE color: 8767213.
HSL color Cylindrical-coordinate representation of color #EDC685: hue angle of 37.5º 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 #EDC685 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 37.5º | 0.74% | 0.73% | - |
| HSV(B) | 37.5º | 0.44% | 0.93% | - |
| XYZ | 59.35 | 60.09 | 30.66 | - |
| YUV | 202.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 133 | 0 | 0.16 | 0.44 | 0.07 | 37.5 | 0.74 | 0.73 |
| Hex | ED | C6 | 85 | 0 | 10 | 2C | 7 | 26 | 4A | 49 |
| Octal | 355 | 306 | 205 | 0 | 20 | 54 | 7 | 46 | 112 | 111 |
| Binary | 11101101 | 11000110 | 10000101 | 0 | 10000 | 101100 | 111 | 100110 | 1001010 | 1001001 |
Color Harmonies of #EDC685
Complementary color
Monochromatic Colors of #EDC685
Black with #EDC685
Text Example
Text Example
White with #EDC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC685; }
p { color: rgb(237,198,133); }
H1.HeaderClassName
{
color: #EDC685;
}
.AnyTagClassName
{
color: #EDC685;
}
</style>
background-color css
<style>
a { background-color: #EDC685; }
a { background-color: rgb(237,198,133); }
div.DivClassName
{
background-color: #EDC685;
}
.BgClassName
{
background-color: #EDC685;
}
</style>
border-color css
<style>
span { border-color: #EDC685; }
span { border-color: rgb(237,198,133); }
td.TdClassName
{
border-color: #EDC685;
}
.TagClassName
{
border-color: #EDC685;
}
</style>