Shades of Marzipan #EDC98C
Tints of Marzipan #EDC98C
RGB
CMYK
RGB Variations
Color information
#EDC98C (or 0xEDC98C) is known color: Marzipan. HEX triplet: ED, C9 and 8C. RGB value is (237,201,140). Sum of RGB (Red+Green+Blue) = 237+201+140=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98C is #123673. Grayscale: #CDCDCD. Windows color (decimal): -1193588 or 9226733. OLE color: 9226733.
HSL color Cylindrical-coordinate representation of color #EDC98C: hue angle of 37.73º 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 #EDC98C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 140 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 37.73º | 0.73% | 0.74% | - |
| HSV(B) | 37.73º | 0.41% | 0.93% | - |
| XYZ | 60.55 | 61.67 | 33.52 | - |
| YUV | 204.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 140 | 0 | 0.15 | 0.41 | 0.07 | 37.73 | 0.73 | 0.74 |
| Hex | ED | C9 | 8C | 0 | F | 29 | 7 | 26 | 49 | 4A |
| Octal | 355 | 311 | 214 | 0 | 17 | 51 | 7 | 46 | 111 | 112 |
| Binary | 11101101 | 11001001 | 10001100 | 0 | 1111 | 101001 | 111 | 100110 | 1001001 | 1001010 |
Color Harmonies of #EDC98C
Complementary color
Monochromatic Colors of #EDC98C
Black with #EDC98C
Text Example
Text Example
White with #EDC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC98C; }
p { color: rgb(237,201,140); }
H1.HeaderClassName
{
color: #EDC98C;
}
.AnyTagClassName
{
color: #EDC98C;
}
</style>
background-color css
<style>
a { background-color: #EDC98C; }
a { background-color: rgb(237,201,140); }
div.DivClassName
{
background-color: #EDC98C;
}
.BgClassName
{
background-color: #EDC98C;
}
</style>
border-color css
<style>
span { border-color: #EDC98C; }
span { border-color: rgb(237,201,140); }
td.TdClassName
{
border-color: #EDC98C;
}
.TagClassName
{
border-color: #EDC98C;
}
</style>