Shades of Pumpkin #EF6119
Tints of Pumpkin #EF6119
RGB
CMYK
RGB Variations
Color information
#EF6119 (or 0xEF6119) is known color: Pumpkin. HEX triplet: EF, 61 and 19. RGB value is (239,97,25). Sum of RGB (Red+Green+Blue) = 239+97+25=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6119 is #109EE6. Grayscale: #838383. Windows color (decimal): -1089255 or 1663471. OLE color: 1663471.
HSL color Cylindrical-coordinate representation of color #EF6119: hue angle of 20.19º 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 #EF6119 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.06 |
| HSL | 20.19º | 0.87% | 0.52% | - |
| HSV(B) | 20.19º | 0.9% | 0.94% | - |
| XYZ | 40.05 | 26.97 | 4.01 | - |
| YUV | 131.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 25 | 0 | 0.59 | 0.90 | 0.06 | 20.19 | 0.87 | 0.52 |
| Hex | EF | 61 | 19 | 0 | 3B | 5A | 6 | 14 | 57 | 34 |
| Octal | 357 | 141 | 31 | 0 | 73 | 132 | 6 | 24 | 127 | 64 |
| Binary | 11101111 | 1100001 | 11001 | 0 | 111011 | 1011010 | 110 | 10100 | 1010111 | 110100 |
Color Harmonies of #EF6119
Complementary color
Monochromatic Colors of #EF6119
Black with #EF6119
Text Example
Text Example
White with #EF6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6119; }
p { color: rgb(239,97,25); }
H1.HeaderClassName
{
color: #EF6119;
}
.AnyTagClassName
{
color: #EF6119;
}
</style>
background-color css
<style>
a { background-color: #EF6119; }
a { background-color: rgb(239,97,25); }
div.DivClassName
{
background-color: #EF6119;
}
.BgClassName
{
background-color: #EF6119;
}
</style>
border-color css
<style>
span { border-color: #EF6119; }
span { border-color: rgb(239,97,25); }
td.TdClassName
{
border-color: #EF6119;
}
.TagClassName
{
border-color: #EF6119;
}
</style>