Shades of Marzipan #EDC98E
Tints of Marzipan #EDC98E
RGB
CMYK
RGB Variations
Color information
#EDC98E (or 0xEDC98E) is known color: Marzipan. HEX triplet: ED, C9 and 8E. RGB value is (237,201,142). Sum of RGB (Red+Green+Blue) = 237+201+142=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98E is #123671. Grayscale: #CDCDCD. Windows color (decimal): -1193586 or 9357805. OLE color: 9357805.
HSL color Cylindrical-coordinate representation of color #EDC98E: hue angle of 37.26º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC98E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 142 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.07 |
| HSL | 37.26º | 0.73% | 0.74% | - |
| HSV(B) | 37.26º | 0.4% | 0.93% | - |
| XYZ | 60.69 | 61.73 | 34.31 | - |
| YUV | 205.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 142 | 0 | 0.15 | 0.40 | 0.07 | 37.26 | 0.73 | 0.74 |
| Hex | ED | C9 | 8E | 0 | F | 28 | 7 | 25 | 49 | 4A |
| Octal | 355 | 311 | 216 | 0 | 17 | 50 | 7 | 45 | 111 | 112 |
| Binary | 11101101 | 11001001 | 10001110 | 0 | 1111 | 101000 | 111 | 100101 | 1001001 | 1001010 |
Color Harmonies of #EDC98E
Complementary color
Monochromatic Colors of #EDC98E
Black with #EDC98E
Text Example
Text Example
White with #EDC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC98E; }
p { color: rgb(237,201,142); }
H1.HeaderClassName
{
color: #EDC98E;
}
.AnyTagClassName
{
color: #EDC98E;
}
</style>
background-color css
<style>
a { background-color: #EDC98E; }
a { background-color: rgb(237,201,142); }
div.DivClassName
{
background-color: #EDC98E;
}
.BgClassName
{
background-color: #EDC98E;
}
</style>
border-color css
<style>
span { border-color: #EDC98E; }
span { border-color: rgb(237,201,142); }
td.TdClassName
{
border-color: #EDC98E;
}
.TagClassName
{
border-color: #EDC98E;
}
</style>