Shades of Marzipan #EDCB86
Tints of Marzipan #EDCB86
RGB
CMYK
RGB Variations
Color information
#EDCB86 (or 0xEDCB86) is known color: Marzipan. HEX triplet: ED, CB and 86. RGB value is (237,203,134). Sum of RGB (Red+Green+Blue) = 237+203+134=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB86 is #123479. Grayscale: #CDCDCD. Windows color (decimal): -1193082 or 8834029. OLE color: 8834029.
HSL color Cylindrical-coordinate representation of color #EDCB86: hue angle of 40.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDCB86 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 134 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.07 |
| HSL | 40.19º | 0.74% | 0.73% | - |
| HSV(B) | 40.19º | 0.43% | 0.93% | - |
| XYZ | 60.58 | 62.44 | 31.41 | - |
| YUV | 205.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 134 | 0 | 0.14 | 0.43 | 0.07 | 40.19 | 0.74 | 0.73 |
| Hex | ED | CB | 86 | 0 | E | 2B | 7 | 28 | 4A | 49 |
| Octal | 355 | 313 | 206 | 0 | 16 | 53 | 7 | 50 | 112 | 111 |
| Binary | 11101101 | 11001011 | 10000110 | 0 | 1110 | 101011 | 111 | 101000 | 1001010 | 1001001 |
Color Harmonies of #EDCB86
Complementary color
Monochromatic Colors of #EDCB86
Black with #EDCB86
Text Example
Text Example
White with #EDCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB86; }
p { color: rgb(237,203,134); }
H1.HeaderClassName
{
color: #EDCB86;
}
.AnyTagClassName
{
color: #EDCB86;
}
</style>
background-color css
<style>
a { background-color: #EDCB86; }
a { background-color: rgb(237,203,134); }
div.DivClassName
{
background-color: #EDCB86;
}
.BgClassName
{
background-color: #EDCB86;
}
</style>
border-color css
<style>
span { border-color: #EDCB86; }
span { border-color: rgb(237,203,134); }
td.TdClassName
{
border-color: #EDCB86;
}
.TagClassName
{
border-color: #EDCB86;
}
</style>