Shades of Pumpkin #EF7E14
Tints of Pumpkin #EF7E14
RGB
CMYK
RGB Variations
Color information
#EF7E14 (or 0xEF7E14) is known color: Pumpkin. HEX triplet: EF, 7E and 14. RGB value is (239,126,20). Sum of RGB (Red+Green+Blue) = 239+126+20=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7E14 is #1081EB. Grayscale: #949494. Windows color (decimal): -1081836 or 1343215. OLE color: 1343215.
HSL color Cylindrical-coordinate representation of color #EF7E14: hue angle of 29.04º 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 #EF7E14 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.06 |
| HSL | 29.04º | 0.87% | 0.51% | - |
| HSV(B) | 29.04º | 0.92% | 0.94% | - |
| XYZ | 43.18 | 33.32 | 4.82 | - |
| YUV | 147.7 | 55.94 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 20 | 0 | 0.47 | 0.92 | 0.06 | 29.04 | 0.87 | 0.51 |
| Hex | EF | 7E | 14 | 0 | 2F | 5C | 6 | 1D | 57 | 33 |
| Octal | 357 | 176 | 24 | 0 | 57 | 134 | 6 | 35 | 127 | 63 |
| Binary | 11101111 | 1111110 | 10100 | 0 | 101111 | 1011100 | 110 | 11101 | 1010111 | 110011 |
Color Harmonies of #EF7E14
Complementary color
Monochromatic Colors of #EF7E14
Black with #EF7E14
Text Example
Text Example
White with #EF7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E14; }
p { color: rgb(239,126,20); }
H1.HeaderClassName
{
color: #EF7E14;
}
.AnyTagClassName
{
color: #EF7E14;
}
</style>
background-color css
<style>
a { background-color: #EF7E14; }
a { background-color: rgb(239,126,20); }
div.DivClassName
{
background-color: #EF7E14;
}
.BgClassName
{
background-color: #EF7E14;
}
</style>
border-color css
<style>
span { border-color: #EF7E14; }
span { border-color: rgb(239,126,20); }
td.TdClassName
{
border-color: #EF7E14;
}
.TagClassName
{
border-color: #EF7E14;
}
</style>