Shades of Marzipan #EDCD85
Tints of Marzipan #EDCD85
RGB
CMYK
RGB Variations
Color information
#EDCD85 (or 0xEDCD85) is known color: Marzipan. HEX triplet: ED, CD and 85. RGB value is (237,205,133). Sum of RGB (Red+Green+Blue) = 237+205+133=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD85 is #12327A. Grayscale: #CECECE. Windows color (decimal): -1192571 or 8769005. OLE color: 8769005.
HSL color Cylindrical-coordinate representation of color #EDCD85: hue angle of 41.54º 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 #EDCD85 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 133 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.07 |
| HSL | 41.54º | 0.74% | 0.73% | - |
| HSV(B) | 41.54º | 0.44% | 0.93% | - |
| XYZ | 60.99 | 63.36 | 31.21 | - |
| YUV | 206.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 133 | 0 | 0.14 | 0.44 | 0.07 | 41.54 | 0.74 | 0.73 |
| Hex | ED | CD | 85 | 0 | E | 2C | 7 | 2A | 4A | 49 |
| Octal | 355 | 315 | 205 | 0 | 16 | 54 | 7 | 52 | 112 | 111 |
| Binary | 11101101 | 11001101 | 10000101 | 0 | 1110 | 101100 | 111 | 101010 | 1001010 | 1001001 |
Color Harmonies of #EDCD85
Complementary color
Monochromatic Colors of #EDCD85
Black with #EDCD85
Text Example
Text Example
White with #EDCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD85; }
p { color: rgb(237,205,133); }
H1.HeaderClassName
{
color: #EDCD85;
}
.AnyTagClassName
{
color: #EDCD85;
}
</style>
background-color css
<style>
a { background-color: #EDCD85; }
a { background-color: rgb(237,205,133); }
div.DivClassName
{
background-color: #EDCD85;
}
.BgClassName
{
background-color: #EDCD85;
}
</style>
border-color css
<style>
span { border-color: #EDCD85; }
span { border-color: rgb(237,205,133); }
td.TdClassName
{
border-color: #EDCD85;
}
.TagClassName
{
border-color: #EDCD85;
}
</style>