Shades of Pumpkin #EF6F19
Tints of Pumpkin #EF6F19
RGB
CMYK
RGB Variations
Color information
#EF6F19 (or 0xEF6F19) is known color: Pumpkin. HEX triplet: EF, 6F and 19. RGB value is (239,111,25). Sum of RGB (Red+Green+Blue) = 239+111+25=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6F19 is #1090E6. Grayscale: #8B8B8B. Windows color (decimal): -1085671 or 1667055. OLE color: 1667055.
HSL color Cylindrical-coordinate representation of color #EF6F19: hue angle of 24.11º 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 #EF6F19 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 25 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.06 |
| HSL | 24.11º | 0.87% | 0.52% | - |
| HSV(B) | 24.11º | 0.9% | 0.94% | - |
| XYZ | 41.46 | 29.79 | 4.48 | - |
| YUV | 139.47 | 63.41 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 25 | 0 | 0.54 | 0.90 | 0.06 | 24.11 | 0.87 | 0.52 |
| Hex | EF | 6F | 19 | 0 | 36 | 5A | 6 | 18 | 57 | 34 |
| Octal | 357 | 157 | 31 | 0 | 66 | 132 | 6 | 30 | 127 | 64 |
| Binary | 11101111 | 1101111 | 11001 | 0 | 110110 | 1011010 | 110 | 11000 | 1010111 | 110100 |
Color Harmonies of #EF6F19
Complementary color
Monochromatic Colors of #EF6F19
Black with #EF6F19
Text Example
Text Example
White with #EF6F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F19; }
p { color: rgb(239,111,25); }
H1.HeaderClassName
{
color: #EF6F19;
}
.AnyTagClassName
{
color: #EF6F19;
}
</style>
background-color css
<style>
a { background-color: #EF6F19; }
a { background-color: rgb(239,111,25); }
div.DivClassName
{
background-color: #EF6F19;
}
.BgClassName
{
background-color: #EF6F19;
}
</style>
border-color css
<style>
span { border-color: #EF6F19; }
span { border-color: rgb(239,111,25); }
td.TdClassName
{
border-color: #EF6F19;
}
.TagClassName
{
border-color: #EF6F19;
}
</style>