Shades of Pumpkin #EF7110
Tints of Pumpkin #EF7110
RGB
CMYK
RGB Variations
Color information
#EF7110 (or 0xEF7110) is known color: Pumpkin. HEX triplet: EF, 71 and 10. RGB value is (239,113,16). Sum of RGB (Red+Green+Blue) = 239+113+16=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7110 is #108EEF. Grayscale: #8C8C8C. Windows color (decimal): -1085168 or 1077743. OLE color: 1077743.
HSL color Cylindrical-coordinate representation of color #EF7110: hue angle of 26.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF7110 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.06 |
| HSL | 26.1º | 0.87% | 0.5% | - |
| HSV(B) | 26.1º | 0.93% | 0.94% | - |
| XYZ | 41.6 | 30.2 | 4.13 | - |
| YUV | 139.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 16 | 0 | 0.53 | 0.93 | 0.06 | 26.1 | 0.87 | 0.5 |
| Hex | EF | 71 | 10 | 0 | 35 | 5D | 6 | 1A | 57 | 32 |
| Octal | 357 | 161 | 20 | 0 | 65 | 135 | 6 | 32 | 127 | 62 |
| Binary | 11101111 | 1110001 | 10000 | 0 | 110101 | 1011101 | 110 | 11010 | 1010111 | 110010 |
Color Harmonies of #EF7110
Complementary color
Monochromatic Colors of #EF7110
Black with #EF7110
Text Example
Text Example
White with #EF7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7110; }
p { color: rgb(239,113,16); }
H1.HeaderClassName
{
color: #EF7110;
}
.AnyTagClassName
{
color: #EF7110;
}
</style>
background-color css
<style>
a { background-color: #EF7110; }
a { background-color: rgb(239,113,16); }
div.DivClassName
{
background-color: #EF7110;
}
.BgClassName
{
background-color: #EF7110;
}
</style>
border-color css
<style>
span { border-color: #EF7110; }
span { border-color: rgb(239,113,16); }
td.TdClassName
{
border-color: #EF7110;
}
.TagClassName
{
border-color: #EF7110;
}
</style>