Shades of Pumpkin #EF711F
Tints of Pumpkin #EF711F
RGB
CMYK
RGB Variations
Color information
#EF711F (or 0xEF711F) is known color: Pumpkin. HEX triplet: EF, 71 and 1F. RGB value is (239,113,31). Sum of RGB (Red+Green+Blue) = 239+113+31=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF711F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF711F is #108EE0. Grayscale: #8D8D8D. Windows color (decimal): -1085153 or 2060783. OLE color: 2060783.
HSL color Cylindrical-coordinate representation of color #EF711F: hue angle of 23.65º 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 #EF711F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 31 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.06 |
| HSL | 23.65º | 0.87% | 0.53% | - |
| HSV(B) | 23.65º | 0.87% | 0.94% | - |
| XYZ | 41.75 | 30.26 | 4.94 | - |
| YUV | 141.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 31 | 0 | 0.53 | 0.87 | 0.06 | 23.65 | 0.87 | 0.53 |
| Hex | EF | 71 | 1F | 0 | 35 | 57 | 6 | 18 | 57 | 35 |
| Octal | 357 | 161 | 37 | 0 | 65 | 127 | 6 | 30 | 127 | 65 |
| Binary | 11101111 | 1110001 | 11111 | 0 | 110101 | 1010111 | 110 | 11000 | 1010111 | 110101 |
Color Harmonies of #EF711F
Complementary color
Monochromatic Colors of #EF711F
Black with #EF711F
Text Example
Text Example
White with #EF711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF711F; }
p { color: rgb(239,113,31); }
H1.HeaderClassName
{
color: #EF711F;
}
.AnyTagClassName
{
color: #EF711F;
}
</style>
background-color css
<style>
a { background-color: #EF711F; }
a { background-color: rgb(239,113,31); }
div.DivClassName
{
background-color: #EF711F;
}
.BgClassName
{
background-color: #EF711F;
}
</style>
border-color css
<style>
span { border-color: #EF711F; }
span { border-color: rgb(239,113,31); }
td.TdClassName
{
border-color: #EF711F;
}
.TagClassName
{
border-color: #EF711F;
}
</style>