Shades of Pumpkin #EF6519
Tints of Pumpkin #EF6519
RGB
CMYK
RGB Variations
Color information
#EF6519 (or 0xEF6519) is known color: Pumpkin. HEX triplet: EF, 65 and 19. RGB value is (239,101,25). Sum of RGB (Red+Green+Blue) = 239+101+25=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6519 is #109AE6. Grayscale: #868686. Windows color (decimal): -1088231 or 1664495. OLE color: 1664495.
HSL color Cylindrical-coordinate representation of color #EF6519: hue angle of 21.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6519 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 25 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.06 |
| HSL | 21.31º | 0.87% | 0.52% | - |
| HSV(B) | 21.31º | 0.9% | 0.94% | - |
| XYZ | 40.43 | 27.73 | 4.14 | - |
| YUV | 133.6 | 66.72 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 25 | 0 | 0.58 | 0.90 | 0.06 | 21.31 | 0.87 | 0.52 |
| Hex | EF | 65 | 19 | 0 | 3A | 5A | 6 | 15 | 57 | 34 |
| Octal | 357 | 145 | 31 | 0 | 72 | 132 | 6 | 25 | 127 | 64 |
| Binary | 11101111 | 1100101 | 11001 | 0 | 111010 | 1011010 | 110 | 10101 | 1010111 | 110100 |
Color Harmonies of #EF6519
Complementary color
Monochromatic Colors of #EF6519
Black with #EF6519
Text Example
Text Example
White with #EF6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6519; }
p { color: rgb(239,101,25); }
H1.HeaderClassName
{
color: #EF6519;
}
.AnyTagClassName
{
color: #EF6519;
}
</style>
background-color css
<style>
a { background-color: #EF6519; }
a { background-color: rgb(239,101,25); }
div.DivClassName
{
background-color: #EF6519;
}
.BgClassName
{
background-color: #EF6519;
}
</style>
border-color css
<style>
span { border-color: #EF6519; }
span { border-color: rgb(239,101,25); }
td.TdClassName
{
border-color: #EF6519;
}
.TagClassName
{
border-color: #EF6519;
}
</style>