Shades of Marzipan #EDC87E
Tints of Marzipan #EDC87E
RGB
CMYK
RGB Variations
Color information
#EDC87E (or 0xEDC87E) is known color: Marzipan. HEX triplet: ED, C8 and 7E. RGB value is (237,200,126). Sum of RGB (Red+Green+Blue) = 237+200+126=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC87E is #123781. Grayscale: #CACACA. Windows color (decimal): -1193858 or 8308973. OLE color: 8308973.
HSL color Cylindrical-coordinate representation of color #EDC87E: hue angle of 40º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC87E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 126 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 40º | 0.76% | 0.71% | - |
| HSV(B) | 40º | 0.47% | 0.93% | - |
| XYZ | 59.35 | 60.82 | 28.35 | - |
| YUV | 202.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 126 | 0 | 0.16 | 0.47 | 0.07 | 40 | 0.76 | 0.71 |
| Hex | ED | C8 | 7E | 0 | 10 | 2F | 7 | 28 | 4C | 47 |
| Octal | 355 | 310 | 176 | 0 | 20 | 57 | 7 | 50 | 114 | 107 |
| Binary | 11101101 | 11001000 | 1111110 | 0 | 10000 | 101111 | 111 | 101000 | 1001100 | 1000111 |
Color Harmonies of #EDC87E
Complementary color
Monochromatic Colors of #EDC87E
Black with #EDC87E
Text Example
Text Example
White with #EDC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC87E; }
p { color: rgb(237,200,126); }
H1.HeaderClassName
{
color: #EDC87E;
}
.AnyTagClassName
{
color: #EDC87E;
}
</style>
background-color css
<style>
a { background-color: #EDC87E; }
a { background-color: rgb(237,200,126); }
div.DivClassName
{
background-color: #EDC87E;
}
.BgClassName
{
background-color: #EDC87E;
}
</style>
border-color css
<style>
span { border-color: #EDC87E; }
span { border-color: rgb(237,200,126); }
td.TdClassName
{
border-color: #EDC87E;
}
.TagClassName
{
border-color: #EDC87E;
}
</style>