Shades of Pumpkin #ED7719
Tints of Pumpkin #ED7719
RGB
CMYK
RGB Variations
Color information
#ED7719 (or 0xED7719) is known color: Pumpkin. HEX triplet: ED, 77 and 19. RGB value is (237,119,25). Sum of RGB (Red+Green+Blue) = 237+119+25=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7719 is #1288E6. Grayscale: #909090. Windows color (decimal): -1214695 or 1669101. OLE color: 1669101.
HSL color Cylindrical-coordinate representation of color #ED7719: hue angle of 26.6º 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 #ED7719 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 25 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.07 |
| HSL | 26.6º | 0.85% | 0.51% | - |
| HSV(B) | 26.6º | 0.89% | 0.93% | - |
| XYZ | 41.7 | 31.27 | 4.76 | - |
| YUV | 143.57 | 61.09 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 25 | 0 | 0.50 | 0.89 | 0.07 | 26.6 | 0.85 | 0.51 |
| Hex | ED | 77 | 19 | 0 | 32 | 59 | 7 | 1B | 55 | 33 |
| Octal | 355 | 167 | 31 | 0 | 62 | 131 | 7 | 33 | 125 | 63 |
| Binary | 11101101 | 1110111 | 11001 | 0 | 110010 | 1011001 | 111 | 11011 | 1010101 | 110011 |
Color Harmonies of #ED7719
Complementary color
Monochromatic Colors of #ED7719
Black with #ED7719
Text Example
Text Example
White with #ED7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7719; }
p { color: rgb(237,119,25); }
H1.HeaderClassName
{
color: #ED7719;
}
.AnyTagClassName
{
color: #ED7719;
}
</style>
background-color css
<style>
a { background-color: #ED7719; }
a { background-color: rgb(237,119,25); }
div.DivClassName
{
background-color: #ED7719;
}
.BgClassName
{
background-color: #ED7719;
}
</style>
border-color css
<style>
span { border-color: #ED7719; }
span { border-color: rgb(237,119,25); }
td.TdClassName
{
border-color: #ED7719;
}
.TagClassName
{
border-color: #ED7719;
}
</style>