Shades of Pumpkin #EF7118
Tints of Pumpkin #EF7118
RGB
CMYK
RGB Variations
Color information
#EF7118 (or 0xEF7118) is known color: Pumpkin. HEX triplet: EF, 71 and 18. RGB value is (239,113,24). Sum of RGB (Red+Green+Blue) = 239+113+24=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7118 is #108EE7. Grayscale: #8D8D8D. Windows color (decimal): -1085160 or 1602031. OLE color: 1602031.
HSL color Cylindrical-coordinate representation of color #EF7118: hue angle of 24.84º 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 #EF7118 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.06 |
| HSL | 24.84º | 0.87% | 0.52% | - |
| HSV(B) | 24.84º | 0.9% | 0.94% | - |
| XYZ | 41.67 | 30.23 | 4.5 | - |
| YUV | 140.53 | 62.24 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 24 | 0 | 0.53 | 0.90 | 0.06 | 24.84 | 0.87 | 0.52 |
| Hex | EF | 71 | 18 | 0 | 35 | 5A | 6 | 19 | 57 | 34 |
| Octal | 357 | 161 | 30 | 0 | 65 | 132 | 6 | 31 | 127 | 64 |
| Binary | 11101111 | 1110001 | 11000 | 0 | 110101 | 1011010 | 110 | 11001 | 1010111 | 110100 |
Color Harmonies of #EF7118
Complementary color
Monochromatic Colors of #EF7118
Black with #EF7118
Text Example
Text Example
White with #EF7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7118; }
p { color: rgb(239,113,24); }
H1.HeaderClassName
{
color: #EF7118;
}
.AnyTagClassName
{
color: #EF7118;
}
</style>
background-color css
<style>
a { background-color: #EF7118; }
a { background-color: rgb(239,113,24); }
div.DivClassName
{
background-color: #EF7118;
}
.BgClassName
{
background-color: #EF7118;
}
</style>
border-color css
<style>
span { border-color: #EF7118; }
span { border-color: rgb(239,113,24); }
td.TdClassName
{
border-color: #EF7118;
}
.TagClassName
{
border-color: #EF7118;
}
</style>