Shades of Pumpkin #ED7516
Tints of Pumpkin #ED7516
RGB
CMYK
RGB Variations
Color information
#ED7516 (or 0xED7516) is known color: Pumpkin. HEX triplet: ED, 75 and 16. RGB value is (237,117,22). Sum of RGB (Red+Green+Blue) = 237+117+22=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7516 is #128AE9. Grayscale: #8E8E8E. Windows color (decimal): -1215210 or 1471981. OLE color: 1471981.
HSL color Cylindrical-coordinate representation of color #ED7516: hue angle of 26.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED7516 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.07 |
| HSL | 26.51º | 0.86% | 0.51% | - |
| HSV(B) | 26.51º | 0.91% | 0.93% | - |
| XYZ | 41.43 | 30.79 | 4.52 | - |
| YUV | 142.05 | 60.26 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 22 | 0 | 0.51 | 0.91 | 0.07 | 26.51 | 0.86 | 0.51 |
| Hex | ED | 75 | 16 | 0 | 33 | 5B | 7 | 1B | 56 | 33 |
| Octal | 355 | 165 | 26 | 0 | 63 | 133 | 7 | 33 | 126 | 63 |
| Binary | 11101101 | 1110101 | 10110 | 0 | 110011 | 1011011 | 111 | 11011 | 1010110 | 110011 |
Color Harmonies of #ED7516
Complementary color
Monochromatic Colors of #ED7516
Black with #ED7516
Text Example
Text Example
White with #ED7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7516; }
p { color: rgb(237,117,22); }
H1.HeaderClassName
{
color: #ED7516;
}
.AnyTagClassName
{
color: #ED7516;
}
</style>
background-color css
<style>
a { background-color: #ED7516; }
a { background-color: rgb(237,117,22); }
div.DivClassName
{
background-color: #ED7516;
}
.BgClassName
{
background-color: #ED7516;
}
</style>
border-color css
<style>
span { border-color: #ED7516; }
span { border-color: rgb(237,117,22); }
td.TdClassName
{
border-color: #ED7516;
}
.TagClassName
{
border-color: #ED7516;
}
</style>