Shades of Pumpkin #EF7A11
Tints of Pumpkin #EF7A11
RGB
CMYK
RGB Variations
Color information
#EF7A11 (or 0xEF7A11) is known color: Pumpkin. HEX triplet: EF, 7A and 11. RGB value is (239,122,17). Sum of RGB (Red+Green+Blue) = 239+122+17=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A11 is #1085EE. Grayscale: #919191. Windows color (decimal): -1082863 or 1145583. OLE color: 1145583.
HSL color Cylindrical-coordinate representation of color #EF7A11: hue angle of 28.38º 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 #EF7A11 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.06 |
| HSL | 28.38º | 0.87% | 0.5% | - |
| HSV(B) | 28.38º | 0.93% | 0.94% | - |
| XYZ | 42.66 | 32.31 | 4.52 | - |
| YUV | 145.01 | 55.76 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 17 | 0 | 0.49 | 0.93 | 0.06 | 28.38 | 0.87 | 0.5 |
| Hex | EF | 7A | 11 | 0 | 31 | 5D | 6 | 1C | 57 | 32 |
| Octal | 357 | 172 | 21 | 0 | 61 | 135 | 6 | 34 | 127 | 62 |
| Binary | 11101111 | 1111010 | 10001 | 0 | 110001 | 1011101 | 110 | 11100 | 1010111 | 110010 |
Color Harmonies of #EF7A11
Complementary color
Monochromatic Colors of #EF7A11
Black with #EF7A11
Text Example
Text Example
White with #EF7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A11; }
p { color: rgb(239,122,17); }
H1.HeaderClassName
{
color: #EF7A11;
}
.AnyTagClassName
{
color: #EF7A11;
}
</style>
background-color css
<style>
a { background-color: #EF7A11; }
a { background-color: rgb(239,122,17); }
div.DivClassName
{
background-color: #EF7A11;
}
.BgClassName
{
background-color: #EF7A11;
}
</style>
border-color css
<style>
span { border-color: #EF7A11; }
span { border-color: rgb(239,122,17); }
td.TdClassName
{
border-color: #EF7A11;
}
.TagClassName
{
border-color: #EF7A11;
}
</style>