Shades of Marzipan #EDC881
Tints of Marzipan #EDC881
RGB
CMYK
RGB Variations
Color information
#EDC881 (or 0xEDC881) is known color: Marzipan. HEX triplet: ED, C8 and 81. RGB value is (237,200,129). Sum of RGB (Red+Green+Blue) = 237+200+129=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC881 is #12377E. Grayscale: #CBCBCB. Windows color (decimal): -1193855 or 8505581. OLE color: 8505581.
HSL color Cylindrical-coordinate representation of color #EDC881: hue angle of 39.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC881 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 129 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.44º | 0.75% | 0.72% | - |
| HSV(B) | 39.44º | 0.46% | 0.93% | - |
| XYZ | 59.54 | 60.9 | 29.39 | - |
| YUV | 202.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 129 | 0 | 0.16 | 0.46 | 0.07 | 39.44 | 0.75 | 0.72 |
| Hex | ED | C8 | 81 | 0 | 10 | 2E | 7 | 27 | 4B | 48 |
| Octal | 355 | 310 | 201 | 0 | 20 | 56 | 7 | 47 | 113 | 110 |
| Binary | 11101101 | 11001000 | 10000001 | 0 | 10000 | 101110 | 111 | 100111 | 1001011 | 1001000 |
Color Harmonies of #EDC881
Complementary color
Monochromatic Colors of #EDC881
Black with #EDC881
Text Example
Text Example
White with #EDC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC881; }
p { color: rgb(237,200,129); }
H1.HeaderClassName
{
color: #EDC881;
}
.AnyTagClassName
{
color: #EDC881;
}
</style>
background-color css
<style>
a { background-color: #EDC881; }
a { background-color: rgb(237,200,129); }
div.DivClassName
{
background-color: #EDC881;
}
.BgClassName
{
background-color: #EDC881;
}
</style>
border-color css
<style>
span { border-color: #EDC881; }
span { border-color: rgb(237,200,129); }
td.TdClassName
{
border-color: #EDC881;
}
.TagClassName
{
border-color: #EDC881;
}
</style>