Shades of Marzipan #EDC98B
Tints of Marzipan #EDC98B
RGB
CMYK
RGB Variations
Color information
#EDC98B (or 0xEDC98B) is known color: Marzipan. HEX triplet: ED, C9 and 8B. RGB value is (237,201,139). Sum of RGB (Red+Green+Blue) = 237+201+139=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98B is #123674. Grayscale: #CCCCCC. Windows color (decimal): -1193589 or 9161197. OLE color: 9161197.
HSL color Cylindrical-coordinate representation of color #EDC98B: hue angle of 37.96º 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 #EDC98B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 139 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 37.96º | 0.73% | 0.74% | - |
| HSV(B) | 37.96º | 0.41% | 0.93% | - |
| XYZ | 60.47 | 61.64 | 33.14 | - |
| YUV | 204.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 139 | 0 | 0.15 | 0.41 | 0.07 | 37.96 | 0.73 | 0.74 |
| Hex | ED | C9 | 8B | 0 | F | 29 | 7 | 26 | 49 | 4A |
| Octal | 355 | 311 | 213 | 0 | 17 | 51 | 7 | 46 | 111 | 112 |
| Binary | 11101101 | 11001001 | 10001011 | 0 | 1111 | 101001 | 111 | 100110 | 1001001 | 1001010 |
Color Harmonies of #EDC98B
Complementary color
Monochromatic Colors of #EDC98B
Black with #EDC98B
Text Example
Text Example
White with #EDC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC98B; }
p { color: rgb(237,201,139); }
H1.HeaderClassName
{
color: #EDC98B;
}
.AnyTagClassName
{
color: #EDC98B;
}
</style>
background-color css
<style>
a { background-color: #EDC98B; }
a { background-color: rgb(237,201,139); }
div.DivClassName
{
background-color: #EDC98B;
}
.BgClassName
{
background-color: #EDC98B;
}
</style>
border-color css
<style>
span { border-color: #EDC98B; }
span { border-color: rgb(237,201,139); }
td.TdClassName
{
border-color: #EDC98B;
}
.TagClassName
{
border-color: #EDC98B;
}
</style>