Shades of Marzipan #EDC981
Tints of Marzipan #EDC981
RGB
CMYK
RGB Variations
Color information
#EDC981 (or 0xEDC981) is known color: Marzipan. HEX triplet: ED, C9 and 81. RGB value is (237,201,129). Sum of RGB (Red+Green+Blue) = 237+201+129=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC981 is #12367E. Grayscale: #CBCBCB. Windows color (decimal): -1193599 or 8505837. OLE color: 8505837.
HSL color Cylindrical-coordinate representation of color #EDC981: hue angle of 40º 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 #EDC981 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 129 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.07 |
| HSL | 40º | 0.75% | 0.72% | - |
| HSV(B) | 40º | 0.46% | 0.93% | - |
| XYZ | 59.77 | 61.36 | 29.46 | - |
| YUV | 203.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 129 | 0 | 0.15 | 0.46 | 0.07 | 40 | 0.75 | 0.72 |
| Hex | ED | C9 | 81 | 0 | F | 2E | 7 | 28 | 4B | 48 |
| Octal | 355 | 311 | 201 | 0 | 17 | 56 | 7 | 50 | 113 | 110 |
| Binary | 11101101 | 11001001 | 10000001 | 0 | 1111 | 101110 | 111 | 101000 | 1001011 | 1001000 |
Color Harmonies of #EDC981
Complementary color
Monochromatic Colors of #EDC981
Black with #EDC981
Text Example
Text Example
White with #EDC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC981; }
p { color: rgb(237,201,129); }
H1.HeaderClassName
{
color: #EDC981;
}
.AnyTagClassName
{
color: #EDC981;
}
</style>
background-color css
<style>
a { background-color: #EDC981; }
a { background-color: rgb(237,201,129); }
div.DivClassName
{
background-color: #EDC981;
}
.BgClassName
{
background-color: #EDC981;
}
</style>
border-color css
<style>
span { border-color: #EDC981; }
span { border-color: rgb(237,201,129); }
td.TdClassName
{
border-color: #EDC981;
}
.TagClassName
{
border-color: #EDC981;
}
</style>