Shades of Marzipan #EDCE89
Tints of Marzipan #EDCE89
RGB
CMYK
RGB Variations
Color information
#EDCE89 (or 0xEDCE89) is known color: Marzipan. HEX triplet: ED, CE and 89. RGB value is (237,206,137). Sum of RGB (Red+Green+Blue) = 237+206+137=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE89 is #123176. Grayscale: #CFCFCF. Windows color (decimal): -1192311 or 9031405. OLE color: 9031405.
HSL color Cylindrical-coordinate representation of color #EDCE89: hue angle of 41.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDCE89 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 137 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.07 |
| HSL | 41.4º | 0.74% | 0.73% | - |
| HSV(B) | 41.4º | 0.42% | 0.93% | - |
| XYZ | 61.51 | 63.95 | 32.77 | - |
| YUV | 207.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 137 | 0 | 0.13 | 0.42 | 0.07 | 41.4 | 0.74 | 0.73 |
| Hex | ED | CE | 89 | 0 | D | 2A | 7 | 29 | 4A | 49 |
| Octal | 355 | 316 | 211 | 0 | 15 | 52 | 7 | 51 | 112 | 111 |
| Binary | 11101101 | 11001110 | 10001001 | 0 | 1101 | 101010 | 111 | 101001 | 1001010 | 1001001 |
Color Harmonies of #EDCE89
Complementary color
Monochromatic Colors of #EDCE89
Black with #EDCE89
Text Example
Text Example
White with #EDCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE89; }
p { color: rgb(237,206,137); }
H1.HeaderClassName
{
color: #EDCE89;
}
.AnyTagClassName
{
color: #EDCE89;
}
</style>
background-color css
<style>
a { background-color: #EDCE89; }
a { background-color: rgb(237,206,137); }
div.DivClassName
{
background-color: #EDCE89;
}
.BgClassName
{
background-color: #EDCE89;
}
</style>
border-color css
<style>
span { border-color: #EDCE89; }
span { border-color: rgb(237,206,137); }
td.TdClassName
{
border-color: #EDCE89;
}
.TagClassName
{
border-color: #EDCE89;
}
</style>