Shades of Pumpkin #ED7619
Tints of Pumpkin #ED7619
RGB
CMYK
RGB Variations
Color information
#ED7619 (or 0xED7619) is known color: Pumpkin. HEX triplet: ED, 76 and 19. RGB value is (237,118,25). Sum of RGB (Red+Green+Blue) = 237+118+25=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7619 is #1289E6. Grayscale: #8F8F8F. Windows color (decimal): -1214951 or 1668845. OLE color: 1668845.
HSL color Cylindrical-coordinate representation of color #ED7619: hue angle of 26.32º 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 #ED7619 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 25 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.07 |
| HSL | 26.32º | 0.85% | 0.51% | - |
| HSV(B) | 26.32º | 0.89% | 0.93% | - |
| XYZ | 41.58 | 31.03 | 4.72 | - |
| YUV | 142.98 | 61.42 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 25 | 0 | 0.50 | 0.89 | 0.07 | 26.32 | 0.85 | 0.51 |
| Hex | ED | 76 | 19 | 0 | 32 | 59 | 7 | 1A | 55 | 33 |
| Octal | 355 | 166 | 31 | 0 | 62 | 131 | 7 | 32 | 125 | 63 |
| Binary | 11101101 | 1110110 | 11001 | 0 | 110010 | 1011001 | 111 | 11010 | 1010101 | 110011 |
Color Harmonies of #ED7619
Complementary color
Monochromatic Colors of #ED7619
Black with #ED7619
Text Example
Text Example
White with #ED7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7619; }
p { color: rgb(237,118,25); }
H1.HeaderClassName
{
color: #ED7619;
}
.AnyTagClassName
{
color: #ED7619;
}
</style>
background-color css
<style>
a { background-color: #ED7619; }
a { background-color: rgb(237,118,25); }
div.DivClassName
{
background-color: #ED7619;
}
.BgClassName
{
background-color: #ED7619;
}
</style>
border-color css
<style>
span { border-color: #ED7619; }
span { border-color: rgb(237,118,25); }
td.TdClassName
{
border-color: #ED7619;
}
.TagClassName
{
border-color: #ED7619;
}
</style>