Shades of Marzipan #EDC485
Tints of Marzipan #EDC485
RGB
CMYK
RGB Variations
Color information
#EDC485 (or 0xEDC485) is known color: Marzipan. HEX triplet: ED, C4 and 85. RGB value is (237,196,133). Sum of RGB (Red+Green+Blue) = 237+196+133=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC485 is #123B7A. Grayscale: #C9C9C9. Windows color (decimal): -1194875 or 8766701. OLE color: 8766701.
HSL color Cylindrical-coordinate representation of color #EDC485: hue angle of 36.35º 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 #EDC485 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 133 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 36.35º | 0.74% | 0.73% | - |
| HSV(B) | 36.35º | 0.44% | 0.93% | - |
| XYZ | 58.9 | 59.18 | 30.51 | - |
| YUV | 201.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 133 | 0 | 0.17 | 0.44 | 0.07 | 36.35 | 0.74 | 0.73 |
| Hex | ED | C4 | 85 | 0 | 11 | 2C | 7 | 24 | 4A | 49 |
| Octal | 355 | 304 | 205 | 0 | 21 | 54 | 7 | 44 | 112 | 111 |
| Binary | 11101101 | 11000100 | 10000101 | 0 | 10001 | 101100 | 111 | 100100 | 1001010 | 1001001 |
Color Harmonies of #EDC485
Complementary color
Monochromatic Colors of #EDC485
Black with #EDC485
Text Example
Text Example
White with #EDC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC485; }
p { color: rgb(237,196,133); }
H1.HeaderClassName
{
color: #EDC485;
}
.AnyTagClassName
{
color: #EDC485;
}
</style>
background-color css
<style>
a { background-color: #EDC485; }
a { background-color: rgb(237,196,133); }
div.DivClassName
{
background-color: #EDC485;
}
.BgClassName
{
background-color: #EDC485;
}
</style>
border-color css
<style>
span { border-color: #EDC485; }
span { border-color: rgb(237,196,133); }
td.TdClassName
{
border-color: #EDC485;
}
.TagClassName
{
border-color: #EDC485;
}
</style>