Shades of Marzipan #EDC581
Tints of Marzipan #EDC581
RGB
CMYK
RGB Variations
Color information
#EDC581 (or 0xEDC581) is known color: Marzipan. HEX triplet: ED, C5 and 81. RGB value is (237,197,129). Sum of RGB (Red+Green+Blue) = 237+197+129=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC581 is #123A7E. Grayscale: #C9C9C9. Windows color (decimal): -1194623 or 8504813. OLE color: 8504813.
HSL color Cylindrical-coordinate representation of color #EDC581: hue angle of 37.78º 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 #EDC581 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 129 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.07 |
| HSL | 37.78º | 0.75% | 0.72% | - |
| HSV(B) | 37.78º | 0.46% | 0.93% | - |
| XYZ | 58.85 | 59.52 | 29.16 | - |
| YUV | 201.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 129 | 0 | 0.17 | 0.46 | 0.07 | 37.78 | 0.75 | 0.72 |
| Hex | ED | C5 | 81 | 0 | 11 | 2E | 7 | 26 | 4B | 48 |
| Octal | 355 | 305 | 201 | 0 | 21 | 56 | 7 | 46 | 113 | 110 |
| Binary | 11101101 | 11000101 | 10000001 | 0 | 10001 | 101110 | 111 | 100110 | 1001011 | 1001000 |
Color Harmonies of #EDC581
Complementary color
Monochromatic Colors of #EDC581
Black with #EDC581
Text Example
Text Example
White with #EDC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC581; }
p { color: rgb(237,197,129); }
H1.HeaderClassName
{
color: #EDC581;
}
.AnyTagClassName
{
color: #EDC581;
}
</style>
background-color css
<style>
a { background-color: #EDC581; }
a { background-color: rgb(237,197,129); }
div.DivClassName
{
background-color: #EDC581;
}
.BgClassName
{
background-color: #EDC581;
}
</style>
border-color css
<style>
span { border-color: #EDC581; }
span { border-color: rgb(237,197,129); }
td.TdClassName
{
border-color: #EDC581;
}
.TagClassName
{
border-color: #EDC581;
}
</style>