Shades of Marzipan #EDC687
Tints of Marzipan #EDC687
RGB
CMYK
RGB Variations
Color information
#EDC687 (or 0xEDC687) is known color: Marzipan. HEX triplet: ED, C6 and 87. RGB value is (237,198,135). Sum of RGB (Red+Green+Blue) = 237+198+135=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC687 is #123978. Grayscale: #CACACA. Windows color (decimal): -1194361 or 8898285. OLE color: 8898285.
HSL color Cylindrical-coordinate representation of color #EDC687: hue angle of 37.06º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDC687 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 135 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.07 |
| HSL | 37.06º | 0.74% | 0.73% | - |
| HSV(B) | 37.06º | 0.43% | 0.93% | - |
| XYZ | 59.49 | 60.14 | 31.39 | - |
| YUV | 202.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 135 | 0 | 0.16 | 0.43 | 0.07 | 37.06 | 0.74 | 0.73 |
| Hex | ED | C6 | 87 | 0 | 10 | 2B | 7 | 25 | 4A | 49 |
| Octal | 355 | 306 | 207 | 0 | 20 | 53 | 7 | 45 | 112 | 111 |
| Binary | 11101101 | 11000110 | 10000111 | 0 | 10000 | 101011 | 111 | 100101 | 1001010 | 1001001 |
Color Harmonies of #EDC687
Complementary color
Monochromatic Colors of #EDC687
Black with #EDC687
Text Example
Text Example
White with #EDC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC687; }
p { color: rgb(237,198,135); }
H1.HeaderClassName
{
color: #EDC687;
}
.AnyTagClassName
{
color: #EDC687;
}
</style>
background-color css
<style>
a { background-color: #EDC687; }
a { background-color: rgb(237,198,135); }
div.DivClassName
{
background-color: #EDC687;
}
.BgClassName
{
background-color: #EDC687;
}
</style>
border-color css
<style>
span { border-color: #EDC687; }
span { border-color: rgb(237,198,135); }
td.TdClassName
{
border-color: #EDC687;
}
.TagClassName
{
border-color: #EDC687;
}
</style>