Shades of Marzipan #EDC583
Tints of Marzipan #EDC583
RGB
CMYK
RGB Variations
Color information
#EDC583 (or 0xEDC583) is known color: Marzipan. HEX triplet: ED, C5 and 83. RGB value is (237,197,131). Sum of RGB (Red+Green+Blue) = 237+197+131=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC583 is #123A7C. Grayscale: #C9C9C9. Windows color (decimal): -1194621 or 8635885. OLE color: 8635885.
HSL color Cylindrical-coordinate representation of color #EDC583: hue angle of 37.36º 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 #EDC583 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 131 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.07 |
| HSL | 37.36º | 0.75% | 0.72% | - |
| HSV(B) | 37.36º | 0.45% | 0.93% | - |
| XYZ | 58.99 | 59.58 | 29.86 | - |
| YUV | 201.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 131 | 0 | 0.17 | 0.45 | 0.07 | 37.36 | 0.75 | 0.72 |
| Hex | ED | C5 | 83 | 0 | 11 | 2D | 7 | 25 | 4B | 48 |
| Octal | 355 | 305 | 203 | 0 | 21 | 55 | 7 | 45 | 113 | 110 |
| Binary | 11101101 | 11000101 | 10000011 | 0 | 10001 | 101101 | 111 | 100101 | 1001011 | 1001000 |
Color Harmonies of #EDC583
Complementary color
Monochromatic Colors of #EDC583
Black with #EDC583
Text Example
Text Example
White with #EDC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC583; }
p { color: rgb(237,197,131); }
H1.HeaderClassName
{
color: #EDC583;
}
.AnyTagClassName
{
color: #EDC583;
}
</style>
background-color css
<style>
a { background-color: #EDC583; }
a { background-color: rgb(237,197,131); }
div.DivClassName
{
background-color: #EDC583;
}
.BgClassName
{
background-color: #EDC583;
}
</style>
border-color css
<style>
span { border-color: #EDC583; }
span { border-color: rgb(237,197,131); }
td.TdClassName
{
border-color: #EDC583;
}
.TagClassName
{
border-color: #EDC583;
}
</style>