Shades of Pumpkin #EF7F14
Tints of Pumpkin #EF7F14
RGB
CMYK
RGB Variations
Color information
#EF7F14 (or 0xEF7F14) is known color: Pumpkin. HEX triplet: EF, 7F and 14. RGB value is (239,127,20). Sum of RGB (Red+Green+Blue) = 239+127+20=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F14 is #1080EB. Grayscale: #949494. Windows color (decimal): -1081580 or 1343471. OLE color: 1343471.
HSL color Cylindrical-coordinate representation of color #EF7F14: hue angle of 29.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF7F14 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.06 |
| HSL | 29.32º | 0.87% | 0.51% | - |
| HSV(B) | 29.32º | 0.92% | 0.94% | - |
| XYZ | 43.31 | 33.58 | 4.86 | - |
| YUV | 148.29 | 55.61 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 20 | 0 | 0.47 | 0.92 | 0.06 | 29.32 | 0.87 | 0.51 |
| Hex | EF | 7F | 14 | 0 | 2F | 5C | 6 | 1D | 57 | 33 |
| Octal | 357 | 177 | 24 | 0 | 57 | 134 | 6 | 35 | 127 | 63 |
| Binary | 11101111 | 1111111 | 10100 | 0 | 101111 | 1011100 | 110 | 11101 | 1010111 | 110011 |
Color Harmonies of #EF7F14
Complementary color
Monochromatic Colors of #EF7F14
Black with #EF7F14
Text Example
Text Example
White with #EF7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F14; }
p { color: rgb(239,127,20); }
H1.HeaderClassName
{
color: #EF7F14;
}
.AnyTagClassName
{
color: #EF7F14;
}
</style>
background-color css
<style>
a { background-color: #EF7F14; }
a { background-color: rgb(239,127,20); }
div.DivClassName
{
background-color: #EF7F14;
}
.BgClassName
{
background-color: #EF7F14;
}
</style>
border-color css
<style>
span { border-color: #EF7F14; }
span { border-color: rgb(239,127,20); }
td.TdClassName
{
border-color: #EF7F14;
}
.TagClassName
{
border-color: #EF7F14;
}
</style>