Shades of Marzipan #EDC386
Tints of Marzipan #EDC386
RGB
CMYK
RGB Variations
Color information
#EDC386 (or 0xEDC386) is known color: Marzipan. HEX triplet: ED, C3 and 86. RGB value is (237,195,134). Sum of RGB (Red+Green+Blue) = 237+195+134=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC386 is #123C79. Grayscale: #C8C8C8. Windows color (decimal): -1195130 or 8831981. OLE color: 8831981.
HSL color Cylindrical-coordinate representation of color #EDC386: hue angle of 35.53º 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 #EDC386 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 134 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.07 |
| HSL | 35.53º | 0.74% | 0.73% | - |
| HSV(B) | 35.53º | 0.43% | 0.93% | - |
| XYZ | 58.74 | 58.76 | 30.8 | - |
| YUV | 200.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 134 | 0 | 0.18 | 0.43 | 0.07 | 35.53 | 0.74 | 0.73 |
| Hex | ED | C3 | 86 | 0 | 12 | 2B | 7 | 24 | 4A | 49 |
| Octal | 355 | 303 | 206 | 0 | 22 | 53 | 7 | 44 | 112 | 111 |
| Binary | 11101101 | 11000011 | 10000110 | 0 | 10010 | 101011 | 111 | 100100 | 1001010 | 1001001 |
Color Harmonies of #EDC386
Complementary color
Monochromatic Colors of #EDC386
Black with #EDC386
Text Example
Text Example
White with #EDC386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC386; }
p { color: rgb(237,195,134); }
H1.HeaderClassName
{
color: #EDC386;
}
.AnyTagClassName
{
color: #EDC386;
}
</style>
background-color css
<style>
a { background-color: #EDC386; }
a { background-color: rgb(237,195,134); }
div.DivClassName
{
background-color: #EDC386;
}
.BgClassName
{
background-color: #EDC386;
}
</style>
border-color css
<style>
span { border-color: #EDC386; }
span { border-color: rgb(237,195,134); }
td.TdClassName
{
border-color: #EDC386;
}
.TagClassName
{
border-color: #EDC386;
}
</style>