Shades of Marzipan #EDC98D
Tints of Marzipan #EDC98D
RGB
CMYK
RGB Variations
Color information
#EDC98D (or 0xEDC98D) is known color: Marzipan. HEX triplet: ED, C9 and 8D. RGB value is (237,201,141). Sum of RGB (Red+Green+Blue) = 237+201+141=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98D is #123672. Grayscale: #CDCDCD. Windows color (decimal): -1193587 or 9292269. OLE color: 9292269.
HSL color Cylindrical-coordinate representation of color #EDC98D: hue angle of 37.5º 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 #EDC98D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 141 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 37.5º | 0.73% | 0.74% | - |
| HSV(B) | 37.5º | 0.41% | 0.93% | - |
| XYZ | 60.62 | 61.7 | 33.91 | - |
| YUV | 204.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 141 | 0 | 0.15 | 0.41 | 0.07 | 37.5 | 0.73 | 0.74 |
| Hex | ED | C9 | 8D | 0 | F | 29 | 7 | 26 | 49 | 4A |
| Octal | 355 | 311 | 215 | 0 | 17 | 51 | 7 | 46 | 111 | 112 |
| Binary | 11101101 | 11001001 | 10001101 | 0 | 1111 | 101001 | 111 | 100110 | 1001001 | 1001010 |
Color Harmonies of #EDC98D
Complementary color
Monochromatic Colors of #EDC98D
Black with #EDC98D
Text Example
Text Example
White with #EDC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC98D; }
p { color: rgb(237,201,141); }
H1.HeaderClassName
{
color: #EDC98D;
}
.AnyTagClassName
{
color: #EDC98D;
}
</style>
background-color css
<style>
a { background-color: #EDC98D; }
a { background-color: rgb(237,201,141); }
div.DivClassName
{
background-color: #EDC98D;
}
.BgClassName
{
background-color: #EDC98D;
}
</style>
border-color css
<style>
span { border-color: #EDC98D; }
span { border-color: rgb(237,201,141); }
td.TdClassName
{
border-color: #EDC98D;
}
.TagClassName
{
border-color: #EDC98D;
}
</style>