Shades of Marzipan #EDC982
Tints of Marzipan #EDC982
RGB
CMYK
RGB Variations
Color information
#EDC982 (or 0xEDC982) is known color: Marzipan. HEX triplet: ED, C9 and 82. RGB value is (237,201,130). Sum of RGB (Red+Green+Blue) = 237+201+130=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC982 is #12367D. Grayscale: #CBCBCB. Windows color (decimal): -1193598 or 8571373. OLE color: 8571373.
HSL color Cylindrical-coordinate representation of color #EDC982: hue angle of 39.81º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDC982 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 130 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.07 |
| HSL | 39.81º | 0.75% | 0.72% | - |
| HSV(B) | 39.81º | 0.45% | 0.93% | - |
| XYZ | 59.84 | 61.39 | 29.81 | - |
| YUV | 203.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 130 | 0 | 0.15 | 0.45 | 0.07 | 39.81 | 0.75 | 0.72 |
| Hex | ED | C9 | 82 | 0 | F | 2D | 7 | 28 | 4B | 48 |
| Octal | 355 | 311 | 202 | 0 | 17 | 55 | 7 | 50 | 113 | 110 |
| Binary | 11101101 | 11001001 | 10000010 | 0 | 1111 | 101101 | 111 | 101000 | 1001011 | 1001000 |
Color Harmonies of #EDC982
Complementary color
Monochromatic Colors of #EDC982
Black with #EDC982
Text Example
Text Example
White with #EDC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC982; }
p { color: rgb(237,201,130); }
H1.HeaderClassName
{
color: #EDC982;
}
.AnyTagClassName
{
color: #EDC982;
}
</style>
background-color css
<style>
a { background-color: #EDC982; }
a { background-color: rgb(237,201,130); }
div.DivClassName
{
background-color: #EDC982;
}
.BgClassName
{
background-color: #EDC982;
}
</style>
border-color css
<style>
span { border-color: #EDC982; }
span { border-color: rgb(237,201,130); }
td.TdClassName
{
border-color: #EDC982;
}
.TagClassName
{
border-color: #EDC982;
}
</style>