Shades of Pumpkin #EF701D
Tints of Pumpkin #EF701D
RGB
CMYK
RGB Variations
Color information
#EF701D (or 0xEF701D) is known color: Pumpkin. HEX triplet: EF, 70 and 1D. RGB value is (239,112,29). Sum of RGB (Red+Green+Blue) = 239+112+29=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF701D is #108FE2. Grayscale: #8C8C8C. Windows color (decimal): -1085411 or 1929455. OLE color: 1929455.
HSL color Cylindrical-coordinate representation of color #EF701D: hue angle of 23.71º 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 #EF701D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.06 |
| HSL | 23.71º | 0.87% | 0.53% | - |
| HSV(B) | 23.71º | 0.88% | 0.94% | - |
| XYZ | 41.61 | 30.03 | 4.77 | - |
| YUV | 140.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 29 | 0 | 0.53 | 0.88 | 0.06 | 23.71 | 0.87 | 0.53 |
| Hex | EF | 70 | 1D | 0 | 35 | 58 | 6 | 18 | 57 | 35 |
| Octal | 357 | 160 | 35 | 0 | 65 | 130 | 6 | 30 | 127 | 65 |
| Binary | 11101111 | 1110000 | 11101 | 0 | 110101 | 1011000 | 110 | 11000 | 1010111 | 110101 |
Color Harmonies of #EF701D
Complementary color
Monochromatic Colors of #EF701D
Black with #EF701D
Text Example
Text Example
White with #EF701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF701D; }
p { color: rgb(239,112,29); }
H1.HeaderClassName
{
color: #EF701D;
}
.AnyTagClassName
{
color: #EF701D;
}
</style>
background-color css
<style>
a { background-color: #EF701D; }
a { background-color: rgb(239,112,29); }
div.DivClassName
{
background-color: #EF701D;
}
.BgClassName
{
background-color: #EF701D;
}
</style>
border-color css
<style>
span { border-color: #EF701D; }
span { border-color: rgb(239,112,29); }
td.TdClassName
{
border-color: #EF701D;
}
.TagClassName
{
border-color: #EF701D;
}
</style>