Shades of Marzipan #EDC985
Tints of Marzipan #EDC985
RGB
CMYK
RGB Variations
Color information
#EDC985 (or 0xEDC985) is known color: Marzipan. HEX triplet: ED, C9 and 85. RGB value is (237,201,133). Sum of RGB (Red+Green+Blue) = 237+201+133=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC985 is #12367A. Grayscale: #CCCCCC. Windows color (decimal): -1193595 or 8767981. OLE color: 8767981.
HSL color Cylindrical-coordinate representation of color #EDC985: hue angle of 39.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC985 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 133 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.07 |
| HSL | 39.23º | 0.74% | 0.73% | - |
| HSV(B) | 39.23º | 0.44% | 0.93% | - |
| XYZ | 60.05 | 61.47 | 30.89 | - |
| YUV | 204.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 133 | 0 | 0.15 | 0.44 | 0.07 | 39.23 | 0.74 | 0.73 |
| Hex | ED | C9 | 85 | 0 | F | 2C | 7 | 27 | 4A | 49 |
| Octal | 355 | 311 | 205 | 0 | 17 | 54 | 7 | 47 | 112 | 111 |
| Binary | 11101101 | 11001001 | 10000101 | 0 | 1111 | 101100 | 111 | 100111 | 1001010 | 1001001 |
Color Harmonies of #EDC985
Complementary color
Monochromatic Colors of #EDC985
Black with #EDC985
Text Example
Text Example
White with #EDC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC985; }
p { color: rgb(237,201,133); }
H1.HeaderClassName
{
color: #EDC985;
}
.AnyTagClassName
{
color: #EDC985;
}
</style>
background-color css
<style>
a { background-color: #EDC985; }
a { background-color: rgb(237,201,133); }
div.DivClassName
{
background-color: #EDC985;
}
.BgClassName
{
background-color: #EDC985;
}
</style>
border-color css
<style>
span { border-color: #EDC985; }
span { border-color: rgb(237,201,133); }
td.TdClassName
{
border-color: #EDC985;
}
.TagClassName
{
border-color: #EDC985;
}
</style>