Shades of Marzipan #EDC782
Tints of Marzipan #EDC782
RGB
CMYK
RGB Variations
Color information
#EDC782 (or 0xEDC782) is known color: Marzipan. HEX triplet: ED, C7 and 82. RGB value is (237,199,130). Sum of RGB (Red+Green+Blue) = 237+199+130=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC782 is #12387D. Grayscale: #CACACA. Windows color (decimal): -1194110 or 8570861. OLE color: 8570861.
HSL color Cylindrical-coordinate representation of color #EDC782: hue angle of 38.69º 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 #EDC782 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 130 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.07 |
| HSL | 38.69º | 0.75% | 0.72% | - |
| HSV(B) | 38.69º | 0.45% | 0.93% | - |
| XYZ | 59.38 | 60.46 | 29.66 | - |
| YUV | 202.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 130 | 0 | 0.16 | 0.45 | 0.07 | 38.69 | 0.75 | 0.72 |
| Hex | ED | C7 | 82 | 0 | 10 | 2D | 7 | 27 | 4B | 48 |
| Octal | 355 | 307 | 202 | 0 | 20 | 55 | 7 | 47 | 113 | 110 |
| Binary | 11101101 | 11000111 | 10000010 | 0 | 10000 | 101101 | 111 | 100111 | 1001011 | 1001000 |
Color Harmonies of #EDC782
Complementary color
Monochromatic Colors of #EDC782
Black with #EDC782
Text Example
Text Example
White with #EDC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC782; }
p { color: rgb(237,199,130); }
H1.HeaderClassName
{
color: #EDC782;
}
.AnyTagClassName
{
color: #EDC782;
}
</style>
background-color css
<style>
a { background-color: #EDC782; }
a { background-color: rgb(237,199,130); }
div.DivClassName
{
background-color: #EDC782;
}
.BgClassName
{
background-color: #EDC782;
}
</style>
border-color css
<style>
span { border-color: #EDC782; }
span { border-color: rgb(237,199,130); }
td.TdClassName
{
border-color: #EDC782;
}
.TagClassName
{
border-color: #EDC782;
}
</style>