Shades of Pumpkin #ED6419
Tints of Pumpkin #ED6419
RGB
CMYK
RGB Variations
Color information
#ED6419 (or 0xED6419) is known color: Pumpkin. HEX triplet: ED, 64 and 19. RGB value is (237,100,25). Sum of RGB (Red+Green+Blue) = 237+100+25=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6419 is #129BE6. Grayscale: #848484. Windows color (decimal): -1219559 or 1664237. OLE color: 1664237.
HSL color Cylindrical-coordinate representation of color #ED6419: hue angle of 21.23º 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 #ED6419 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 25 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 21.23º | 0.85% | 0.51% | - |
| HSV(B) | 21.23º | 0.89% | 0.93% | - |
| XYZ | 39.66 | 27.19 | 4.08 | - |
| YUV | 132.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 25 | 0 | 0.58 | 0.89 | 0.07 | 21.23 | 0.85 | 0.51 |
| Hex | ED | 64 | 19 | 0 | 3A | 59 | 7 | 15 | 55 | 33 |
| Octal | 355 | 144 | 31 | 0 | 72 | 131 | 7 | 25 | 125 | 63 |
| Binary | 11101101 | 1100100 | 11001 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110011 |
Color Harmonies of #ED6419
Complementary color
Monochromatic Colors of #ED6419
Black with #ED6419
Text Example
Text Example
White with #ED6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6419; }
p { color: rgb(237,100,25); }
H1.HeaderClassName
{
color: #ED6419;
}
.AnyTagClassName
{
color: #ED6419;
}
</style>
background-color css
<style>
a { background-color: #ED6419; }
a { background-color: rgb(237,100,25); }
div.DivClassName
{
background-color: #ED6419;
}
.BgClassName
{
background-color: #ED6419;
}
</style>
border-color css
<style>
span { border-color: #ED6419; }
span { border-color: rgb(237,100,25); }
td.TdClassName
{
border-color: #ED6419;
}
.TagClassName
{
border-color: #ED6419;
}
</style>