Shades of Pumpkin #ED7520
Tints of Pumpkin #ED7520
RGB
CMYK
RGB Variations
Color information
#ED7520 (or 0xED7520) is known color: Pumpkin. HEX triplet: ED, 75 and 20. RGB value is (237,117,32). Sum of RGB (Red+Green+Blue) = 237+117+32=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7520 is #128ADF. Grayscale: #8F8F8F. Windows color (decimal): -1215200 or 2127341. OLE color: 2127341.
HSL color Cylindrical-coordinate representation of color #ED7520: hue angle of 24.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED7520 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 32 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.07 |
| HSL | 24.88º | 0.85% | 0.53% | - |
| HSV(B) | 24.88º | 0.86% | 0.93% | - |
| XYZ | 41.55 | 30.83 | 5.13 | - |
| YUV | 143.19 | 65.26 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 32 | 0 | 0.51 | 0.86 | 0.07 | 24.88 | 0.85 | 0.53 |
| Hex | ED | 75 | 20 | 0 | 33 | 56 | 7 | 19 | 55 | 35 |
| Octal | 355 | 165 | 40 | 0 | 63 | 126 | 7 | 31 | 125 | 65 |
| Binary | 11101101 | 1110101 | 100000 | 0 | 110011 | 1010110 | 111 | 11001 | 1010101 | 110101 |
Color Harmonies of #ED7520
Complementary color
Monochromatic Colors of #ED7520
Black with #ED7520
Text Example
Text Example
White with #ED7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7520; }
p { color: rgb(237,117,32); }
H1.HeaderClassName
{
color: #ED7520;
}
.AnyTagClassName
{
color: #ED7520;
}
</style>
background-color css
<style>
a { background-color: #ED7520; }
a { background-color: rgb(237,117,32); }
div.DivClassName
{
background-color: #ED7520;
}
.BgClassName
{
background-color: #ED7520;
}
</style>
border-color css
<style>
span { border-color: #ED7520; }
span { border-color: rgb(237,117,32); }
td.TdClassName
{
border-color: #ED7520;
}
.TagClassName
{
border-color: #ED7520;
}
</style>