Shades of Pumpkin #EF7120
Tints of Pumpkin #EF7120
RGB
CMYK
RGB Variations
Color information
#EF7120 (or 0xEF7120) is known color: Pumpkin. HEX triplet: EF, 71 and 20. RGB value is (239,113,32). Sum of RGB (Red+Green+Blue) = 239+113+32=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7120 is #108EDF. Grayscale: #8D8D8D. Windows color (decimal): -1085152 or 2126319. OLE color: 2126319.
HSL color Cylindrical-coordinate representation of color #EF7120: hue angle of 23.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF7120 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 32 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.06 |
| HSL | 23.48º | 0.87% | 0.53% | - |
| HSV(B) | 23.48º | 0.87% | 0.94% | - |
| XYZ | 41.76 | 30.27 | 5.01 | - |
| YUV | 141.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 32 | 0 | 0.53 | 0.87 | 0.06 | 23.48 | 0.87 | 0.53 |
| Hex | EF | 71 | 20 | 0 | 35 | 57 | 6 | 17 | 57 | 35 |
| Octal | 357 | 161 | 40 | 0 | 65 | 127 | 6 | 27 | 127 | 65 |
| Binary | 11101111 | 1110001 | 100000 | 0 | 110101 | 1010111 | 110 | 10111 | 1010111 | 110101 |
Color Harmonies of #EF7120
Complementary color
Monochromatic Colors of #EF7120
Black with #EF7120
Text Example
Text Example
White with #EF7120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7120; }
p { color: rgb(239,113,32); }
H1.HeaderClassName
{
color: #EF7120;
}
.AnyTagClassName
{
color: #EF7120;
}
</style>
background-color css
<style>
a { background-color: #EF7120; }
a { background-color: rgb(239,113,32); }
div.DivClassName
{
background-color: #EF7120;
}
.BgClassName
{
background-color: #EF7120;
}
</style>
border-color css
<style>
span { border-color: #EF7120; }
span { border-color: rgb(239,113,32); }
td.TdClassName
{
border-color: #EF7120;
}
.TagClassName
{
border-color: #EF7120;
}
</style>