Shades of Pumpkin #ED7519
Tints of Pumpkin #ED7519
RGB
CMYK
RGB Variations
Color information
#ED7519 (or 0xED7519) is known color: Pumpkin. HEX triplet: ED, 75 and 19. RGB value is (237,117,25). Sum of RGB (Red+Green+Blue) = 237+117+25=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7519 is #128AE6. Grayscale: #8E8E8E. Windows color (decimal): -1215207 or 1668589. OLE color: 1668589.
HSL color Cylindrical-coordinate representation of color #ED7519: hue angle of 26.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED7519 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 25 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.07 |
| HSL | 26.04º | 0.85% | 0.51% | - |
| HSV(B) | 26.04º | 0.89% | 0.93% | - |
| XYZ | 41.46 | 30.8 | 4.68 | - |
| YUV | 142.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 25 | 0 | 0.51 | 0.89 | 0.07 | 26.04 | 0.85 | 0.51 |
| Hex | ED | 75 | 19 | 0 | 33 | 59 | 7 | 1A | 55 | 33 |
| Octal | 355 | 165 | 31 | 0 | 63 | 131 | 7 | 32 | 125 | 63 |
| Binary | 11101101 | 1110101 | 11001 | 0 | 110011 | 1011001 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #ED7519
Complementary color
Monochromatic Colors of #ED7519
Black with #ED7519
Text Example
Text Example
White with #ED7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7519; }
p { color: rgb(237,117,25); }
H1.HeaderClassName
{
color: #ED7519;
}
.AnyTagClassName
{
color: #ED7519;
}
</style>
background-color css
<style>
a { background-color: #ED7519; }
a { background-color: rgb(237,117,25); }
div.DivClassName
{
background-color: #ED7519;
}
.BgClassName
{
background-color: #ED7519;
}
</style>
border-color css
<style>
span { border-color: #ED7519; }
span { border-color: rgb(237,117,25); }
td.TdClassName
{
border-color: #ED7519;
}
.TagClassName
{
border-color: #ED7519;
}
</style>