Shades of Pumpkin #EF711D
Tints of Pumpkin #EF711D
RGB
CMYK
RGB Variations
Color information
#EF711D (or 0xEF711D) is known color: Pumpkin. HEX triplet: EF, 71 and 1D. RGB value is (239,113,29). Sum of RGB (Red+Green+Blue) = 239+113+29=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF711D is #108EE2. Grayscale: #8D8D8D. Windows color (decimal): -1085155 or 1929711. OLE color: 1929711.
HSL color Cylindrical-coordinate representation of color #EF711D: hue angle of 24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF711D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.06 |
| HSL | 24º | 0.87% | 0.53% | - |
| HSV(B) | 24º | 0.88% | 0.94% | - |
| XYZ | 41.72 | 30.25 | 4.8 | - |
| YUV | 141.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 29 | 0 | 0.53 | 0.88 | 0.06 | 24 | 0.87 | 0.53 |
| Hex | EF | 71 | 1D | 0 | 35 | 58 | 6 | 18 | 57 | 35 |
| Octal | 357 | 161 | 35 | 0 | 65 | 130 | 6 | 30 | 127 | 65 |
| Binary | 11101111 | 1110001 | 11101 | 0 | 110101 | 1011000 | 110 | 11000 | 1010111 | 110101 |
Color Harmonies of #EF711D
Complementary color
Monochromatic Colors of #EF711D
Black with #EF711D
Text Example
Text Example
White with #EF711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF711D; }
p { color: rgb(239,113,29); }
H1.HeaderClassName
{
color: #EF711D;
}
.AnyTagClassName
{
color: #EF711D;
}
</style>
background-color css
<style>
a { background-color: #EF711D; }
a { background-color: rgb(239,113,29); }
div.DivClassName
{
background-color: #EF711D;
}
.BgClassName
{
background-color: #EF711D;
}
</style>
border-color css
<style>
span { border-color: #EF711D; }
span { border-color: rgb(239,113,29); }
td.TdClassName
{
border-color: #EF711D;
}
.TagClassName
{
border-color: #EF711D;
}
</style>