Shades of Pumpkin #ED7019
Tints of Pumpkin #ED7019
RGB
CMYK
RGB Variations
Color information
#ED7019 (or 0xED7019) is known color: Pumpkin. HEX triplet: ED, 70 and 19. RGB value is (237,112,25). Sum of RGB (Red+Green+Blue) = 237+112+25=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7019 is #128FE6. Grayscale: #8B8B8B. Windows color (decimal): -1216487 or 1667309. OLE color: 1667309.
HSL color Cylindrical-coordinate representation of color #ED7019: hue angle of 24.62º 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 #ED7019 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.07 |
| HSL | 24.62º | 0.85% | 0.51% | - |
| HSV(B) | 24.62º | 0.89% | 0.93% | - |
| XYZ | 40.89 | 29.66 | 4.49 | - |
| YUV | 139.46 | 63.41 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 25 | 0 | 0.53 | 0.89 | 0.07 | 24.62 | 0.85 | 0.51 |
| Hex | ED | 70 | 19 | 0 | 35 | 59 | 7 | 19 | 55 | 33 |
| Octal | 355 | 160 | 31 | 0 | 65 | 131 | 7 | 31 | 125 | 63 |
| Binary | 11101101 | 1110000 | 11001 | 0 | 110101 | 1011001 | 111 | 11001 | 1010101 | 110011 |
Color Harmonies of #ED7019
Complementary color
Monochromatic Colors of #ED7019
Black with #ED7019
Text Example
Text Example
White with #ED7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7019; }
p { color: rgb(237,112,25); }
H1.HeaderClassName
{
color: #ED7019;
}
.AnyTagClassName
{
color: #ED7019;
}
</style>
background-color css
<style>
a { background-color: #ED7019; }
a { background-color: rgb(237,112,25); }
div.DivClassName
{
background-color: #ED7019;
}
.BgClassName
{
background-color: #ED7019;
}
</style>
border-color css
<style>
span { border-color: #ED7019; }
span { border-color: rgb(237,112,25); }
td.TdClassName
{
border-color: #ED7019;
}
.TagClassName
{
border-color: #ED7019;
}
</style>