Shades of Marzipan #EDCB8D
Tints of Marzipan #EDCB8D
RGB
CMYK
RGB Variations
Color information
#EDCB8D (or 0xEDCB8D) is known color: Marzipan. HEX triplet: ED, CB and 8D. RGB value is (237,203,141). Sum of RGB (Red+Green+Blue) = 237+203+141=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB8D is #123472. Grayscale: #CECECE. Windows color (decimal): -1193075 or 9292781. OLE color: 9292781.
HSL color Cylindrical-coordinate representation of color #EDCB8D: hue angle of 38.75º 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 #EDCB8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 141 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 38.75º | 0.73% | 0.74% | - |
| HSV(B) | 38.75º | 0.41% | 0.93% | - |
| XYZ | 61.09 | 62.64 | 34.07 | - |
| YUV | 206.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 141 | 0 | 0.14 | 0.41 | 0.07 | 38.75 | 0.73 | 0.74 |
| Hex | ED | CB | 8D | 0 | E | 29 | 7 | 27 | 49 | 4A |
| Octal | 355 | 313 | 215 | 0 | 16 | 51 | 7 | 47 | 111 | 112 |
| Binary | 11101101 | 11001011 | 10001101 | 0 | 1110 | 101001 | 111 | 100111 | 1001001 | 1001010 |
Color Harmonies of #EDCB8D
Complementary color
Monochromatic Colors of #EDCB8D
Black with #EDCB8D
Text Example
Text Example
White with #EDCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB8D; }
p { color: rgb(237,203,141); }
H1.HeaderClassName
{
color: #EDCB8D;
}
.AnyTagClassName
{
color: #EDCB8D;
}
</style>
background-color css
<style>
a { background-color: #EDCB8D; }
a { background-color: rgb(237,203,141); }
div.DivClassName
{
background-color: #EDCB8D;
}
.BgClassName
{
background-color: #EDCB8D;
}
</style>
border-color css
<style>
span { border-color: #EDCB8D; }
span { border-color: rgb(237,203,141); }
td.TdClassName
{
border-color: #EDCB8D;
}
.TagClassName
{
border-color: #EDCB8D;
}
</style>