Shades of Marzipan #EDC87B
Tints of Marzipan #EDC87B
RGB
CMYK
RGB Variations
Color information
#EDC87B (or 0xEDC87B) is known color: Marzipan. HEX triplet: ED, C8 and 7B. RGB value is (237,200,123). Sum of RGB (Red+Green+Blue) = 237+200+123=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC87B is #123784. Grayscale: #CACACA. Windows color (decimal): -1193861 or 8112365. OLE color: 8112365.
HSL color Cylindrical-coordinate representation of color #EDC87B: hue angle of 40.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDC87B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 123 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.07 |
| HSL | 40.53º | 0.76% | 0.71% | - |
| HSV(B) | 40.53º | 0.48% | 0.93% | - |
| XYZ | 59.15 | 60.74 | 27.35 | - |
| YUV | 202.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 123 | 0 | 0.16 | 0.48 | 0.07 | 40.53 | 0.76 | 0.71 |
| Hex | ED | C8 | 7B | 0 | 10 | 30 | 7 | 29 | 4C | 47 |
| Octal | 355 | 310 | 173 | 0 | 20 | 60 | 7 | 51 | 114 | 107 |
| Binary | 11101101 | 11001000 | 1111011 | 0 | 10000 | 110000 | 111 | 101001 | 1001100 | 1000111 |
Color Harmonies of #EDC87B
Complementary color
Monochromatic Colors of #EDC87B
Black with #EDC87B
Text Example
Text Example
White with #EDC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC87B; }
p { color: rgb(237,200,123); }
H1.HeaderClassName
{
color: #EDC87B;
}
.AnyTagClassName
{
color: #EDC87B;
}
</style>
background-color css
<style>
a { background-color: #EDC87B; }
a { background-color: rgb(237,200,123); }
div.DivClassName
{
background-color: #EDC87B;
}
.BgClassName
{
background-color: #EDC87B;
}
</style>
border-color css
<style>
span { border-color: #EDC87B; }
span { border-color: rgb(237,200,123); }
td.TdClassName
{
border-color: #EDC87B;
}
.TagClassName
{
border-color: #EDC87B;
}
</style>