Shades of Pumpkin #EF7811
Tints of Pumpkin #EF7811
RGB
CMYK
RGB Variations
Color information
#EF7811 (or 0xEF7811) is known color: Pumpkin. HEX triplet: EF, 78 and 11. RGB value is (239,120,17). Sum of RGB (Red+Green+Blue) = 239+120+17=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7811 is #1087EE. Grayscale: #909090. Windows color (decimal): -1083375 or 1145071. OLE color: 1145071.
HSL color Cylindrical-coordinate representation of color #EF7811: hue angle of 27.84º 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 #EF7811 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 17 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.06 |
| HSL | 27.84º | 0.87% | 0.5% | - |
| HSV(B) | 27.84º | 0.93% | 0.94% | - |
| XYZ | 42.41 | 31.82 | 4.44 | - |
| YUV | 143.84 | 56.42 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 17 | 0 | 0.50 | 0.93 | 0.06 | 27.84 | 0.87 | 0.5 |
| Hex | EF | 78 | 11 | 0 | 32 | 5D | 6 | 1C | 57 | 32 |
| Octal | 357 | 170 | 21 | 0 | 62 | 135 | 6 | 34 | 127 | 62 |
| Binary | 11101111 | 1111000 | 10001 | 0 | 110010 | 1011101 | 110 | 11100 | 1010111 | 110010 |
Color Harmonies of #EF7811
Complementary color
Monochromatic Colors of #EF7811
Black with #EF7811
Text Example
Text Example
White with #EF7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7811; }
p { color: rgb(239,120,17); }
H1.HeaderClassName
{
color: #EF7811;
}
.AnyTagClassName
{
color: #EF7811;
}
</style>
background-color css
<style>
a { background-color: #EF7811; }
a { background-color: rgb(239,120,17); }
div.DivClassName
{
background-color: #EF7811;
}
.BgClassName
{
background-color: #EF7811;
}
</style>
border-color css
<style>
span { border-color: #EF7811; }
span { border-color: rgb(239,120,17); }
td.TdClassName
{
border-color: #EF7811;
}
.TagClassName
{
border-color: #EF7811;
}
</style>