Shades of Marzipan #EDC88C
Tints of Marzipan #EDC88C
RGB
CMYK
RGB Variations
Color information
#EDC88C (or 0xEDC88C) is known color: Marzipan. HEX triplet: ED, C8 and 8C. RGB value is (237,200,140). Sum of RGB (Red+Green+Blue) = 237+200+140=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88C is #123773. Grayscale: #CCCCCC. Windows color (decimal): -1193844 or 9226477. OLE color: 9226477.
HSL color Cylindrical-coordinate representation of color #EDC88C: hue angle of 37.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDC88C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 140 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 37.11º | 0.73% | 0.74% | - |
| HSV(B) | 37.11º | 0.41% | 0.93% | - |
| XYZ | 60.31 | 61.21 | 33.45 | - |
| YUV | 204.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 140 | 0 | 0.16 | 0.41 | 0.07 | 37.11 | 0.73 | 0.74 |
| Hex | ED | C8 | 8C | 0 | 10 | 29 | 7 | 25 | 49 | 4A |
| Octal | 355 | 310 | 214 | 0 | 20 | 51 | 7 | 45 | 111 | 112 |
| Binary | 11101101 | 11001000 | 10001100 | 0 | 10000 | 101001 | 111 | 100101 | 1001001 | 1001010 |
Color Harmonies of #EDC88C
Complementary color
Monochromatic Colors of #EDC88C
Black with #EDC88C
Text Example
Text Example
White with #EDC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC88C; }
p { color: rgb(237,200,140); }
H1.HeaderClassName
{
color: #EDC88C;
}
.AnyTagClassName
{
color: #EDC88C;
}
</style>
background-color css
<style>
a { background-color: #EDC88C; }
a { background-color: rgb(237,200,140); }
div.DivClassName
{
background-color: #EDC88C;
}
.BgClassName
{
background-color: #EDC88C;
}
</style>
border-color css
<style>
span { border-color: #EDC88C; }
span { border-color: rgb(237,200,140); }
td.TdClassName
{
border-color: #EDC88C;
}
.TagClassName
{
border-color: #EDC88C;
}
</style>