Shades of Marzipan #EDCD8B
Tints of Marzipan #EDCD8B
RGB
CMYK
RGB Variations
Color information
#EDCD8B (or 0xEDCD8B) is known color: Marzipan. HEX triplet: ED, CD and 8B. RGB value is (237,205,139). Sum of RGB (Red+Green+Blue) = 237+205+139=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8B is #123274. Grayscale: #CFCFCF. Windows color (decimal): -1192565 or 9162221. OLE color: 9162221.
HSL color Cylindrical-coordinate representation of color #EDCD8B: hue angle of 40.41º 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 #EDCD8B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 139 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 40.41º | 0.73% | 0.74% | - |
| HSV(B) | 40.41º | 0.41% | 0.93% | - |
| XYZ | 61.42 | 63.53 | 33.45 | - |
| YUV | 207.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 139 | 0 | 0.14 | 0.41 | 0.07 | 40.41 | 0.73 | 0.74 |
| Hex | ED | CD | 8B | 0 | E | 29 | 7 | 28 | 49 | 4A |
| Octal | 355 | 315 | 213 | 0 | 16 | 51 | 7 | 50 | 111 | 112 |
| Binary | 11101101 | 11001101 | 10001011 | 0 | 1110 | 101001 | 111 | 101000 | 1001001 | 1001010 |
Color Harmonies of #EDCD8B
Complementary color
Monochromatic Colors of #EDCD8B
Black with #EDCD8B
Text Example
Text Example
White with #EDCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD8B; }
p { color: rgb(237,205,139); }
H1.HeaderClassName
{
color: #EDCD8B;
}
.AnyTagClassName
{
color: #EDCD8B;
}
</style>
background-color css
<style>
a { background-color: #EDCD8B; }
a { background-color: rgb(237,205,139); }
div.DivClassName
{
background-color: #EDCD8B;
}
.BgClassName
{
background-color: #EDCD8B;
}
</style>
border-color css
<style>
span { border-color: #EDCD8B; }
span { border-color: rgb(237,205,139); }
td.TdClassName
{
border-color: #EDCD8B;
}
.TagClassName
{
border-color: #EDCD8B;
}
</style>