Shades of Marzipan #EDCE8C
Tints of Marzipan #EDCE8C
RGB
CMYK
RGB Variations
Color information
#EDCE8C (or 0xEDCE8C) is known color: Marzipan. HEX triplet: ED, CE and 8C. RGB value is (237,206,140). Sum of RGB (Red+Green+Blue) = 237+206+140=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE8C is #123173. Grayscale: #D0D0D0. Windows color (decimal): -1192308 or 9228013. OLE color: 9228013.
HSL color Cylindrical-coordinate representation of color #EDCE8C: hue angle of 40.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDCE8C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 140 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.07 |
| HSL | 40.82º | 0.73% | 0.74% | - |
| HSV(B) | 40.82º | 0.41% | 0.93% | - |
| XYZ | 61.73 | 64.04 | 33.92 | - |
| YUV | 207.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 140 | 0 | 0.13 | 0.41 | 0.07 | 40.82 | 0.73 | 0.74 |
| Hex | ED | CE | 8C | 0 | D | 29 | 7 | 29 | 49 | 4A |
| Octal | 355 | 316 | 214 | 0 | 15 | 51 | 7 | 51 | 111 | 112 |
| Binary | 11101101 | 11001110 | 10001100 | 0 | 1101 | 101001 | 111 | 101001 | 1001001 | 1001010 |
Color Harmonies of #EDCE8C
Complementary color
Monochromatic Colors of #EDCE8C
Black with #EDCE8C
Text Example
Text Example
White with #EDCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE8C; }
p { color: rgb(237,206,140); }
H1.HeaderClassName
{
color: #EDCE8C;
}
.AnyTagClassName
{
color: #EDCE8C;
}
</style>
background-color css
<style>
a { background-color: #EDCE8C; }
a { background-color: rgb(237,206,140); }
div.DivClassName
{
background-color: #EDCE8C;
}
.BgClassName
{
background-color: #EDCE8C;
}
</style>
border-color css
<style>
span { border-color: #EDCE8C; }
span { border-color: rgb(237,206,140); }
td.TdClassName
{
border-color: #EDCE8C;
}
.TagClassName
{
border-color: #EDCE8C;
}
</style>