Shades of Marzipan #EDCC8D
Tints of Marzipan #EDCC8D
RGB
CMYK
RGB Variations
Color information
#EDCC8D (or 0xEDCC8D) is known color: Marzipan. HEX triplet: ED, CC and 8D. RGB value is (237,204,141). Sum of RGB (Red+Green+Blue) = 237+204+141=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC8D is #123372. Grayscale: #CECECE. Windows color (decimal): -1192819 or 9293037. OLE color: 9293037.
HSL color Cylindrical-coordinate representation of color #EDCC8D: hue angle of 39.38º 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 #EDCC8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 141 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 39.38º | 0.73% | 0.74% | - |
| HSV(B) | 39.38º | 0.41% | 0.93% | - |
| XYZ | 61.33 | 63.11 | 34.15 | - |
| YUV | 206.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 141 | 0 | 0.14 | 0.41 | 0.07 | 39.38 | 0.73 | 0.74 |
| Hex | ED | CC | 8D | 0 | E | 29 | 7 | 27 | 49 | 4A |
| Octal | 355 | 314 | 215 | 0 | 16 | 51 | 7 | 47 | 111 | 112 |
| Binary | 11101101 | 11001100 | 10001101 | 0 | 1110 | 101001 | 111 | 100111 | 1001001 | 1001010 |
Color Harmonies of #EDCC8D
Complementary color
Monochromatic Colors of #EDCC8D
Black with #EDCC8D
Text Example
Text Example
White with #EDCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC8D; }
p { color: rgb(237,204,141); }
H1.HeaderClassName
{
color: #EDCC8D;
}
.AnyTagClassName
{
color: #EDCC8D;
}
</style>
background-color css
<style>
a { background-color: #EDCC8D; }
a { background-color: rgb(237,204,141); }
div.DivClassName
{
background-color: #EDCC8D;
}
.BgClassName
{
background-color: #EDCC8D;
}
</style>
border-color css
<style>
span { border-color: #EDCC8D; }
span { border-color: rgb(237,204,141); }
td.TdClassName
{
border-color: #EDCC8D;
}
.TagClassName
{
border-color: #EDCC8D;
}
</style>