Shades of Pumpkin #ED6319
Tints of Pumpkin #ED6319
RGB
CMYK
RGB Variations
Color information
#ED6319 (or 0xED6319) is known color: Pumpkin. HEX triplet: ED, 63 and 19. RGB value is (237,99,25). Sum of RGB (Red+Green+Blue) = 237+99+25=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6319 is #129CE6. Grayscale: #848484. Windows color (decimal): -1219815 or 1663981. OLE color: 1663981.
HSL color Cylindrical-coordinate representation of color #ED6319: hue angle of 20.94º 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 #ED6319 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 25 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.07 |
| HSL | 20.94º | 0.85% | 0.51% | - |
| HSV(B) | 20.94º | 0.89% | 0.93% | - |
| XYZ | 39.56 | 27 | 4.05 | - |
| YUV | 131.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 25 | 0 | 0.58 | 0.89 | 0.07 | 20.94 | 0.85 | 0.51 |
| Hex | ED | 63 | 19 | 0 | 3A | 59 | 7 | 15 | 55 | 33 |
| Octal | 355 | 143 | 31 | 0 | 72 | 131 | 7 | 25 | 125 | 63 |
| Binary | 11101101 | 1100011 | 11001 | 0 | 111010 | 1011001 | 111 | 10101 | 1010101 | 110011 |
Color Harmonies of #ED6319
Complementary color
Monochromatic Colors of #ED6319
Black with #ED6319
Text Example
Text Example
White with #ED6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6319; }
p { color: rgb(237,99,25); }
H1.HeaderClassName
{
color: #ED6319;
}
.AnyTagClassName
{
color: #ED6319;
}
</style>
background-color css
<style>
a { background-color: #ED6319; }
a { background-color: rgb(237,99,25); }
div.DivClassName
{
background-color: #ED6319;
}
.BgClassName
{
background-color: #ED6319;
}
</style>
border-color css
<style>
span { border-color: #ED6319; }
span { border-color: rgb(237,99,25); }
td.TdClassName
{
border-color: #ED6319;
}
.TagClassName
{
border-color: #ED6319;
}
</style>