Shades of Pumpkin #EF7D1E
Tints of Pumpkin #EF7D1E
RGB
CMYK
RGB Variations
Color information
#EF7D1E (or 0xEF7D1E) is known color: Pumpkin. HEX triplet: EF, 7D and 1E. RGB value is (239,125,30). Sum of RGB (Red+Green+Blue) = 239+125+30=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D1E is #1082E1. Grayscale: #949494. Windows color (decimal): -1082082 or 1998319. OLE color: 1998319.
HSL color Cylindrical-coordinate representation of color #EF7D1E: hue angle of 27.27º 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 #EF7D1E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 30 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.06 |
| HSL | 27.27º | 0.87% | 0.53% | - |
| HSV(B) | 27.27º | 0.87% | 0.94% | - |
| XYZ | 43.16 | 33.11 | 5.34 | - |
| YUV | 148.26 | 61.27 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 30 | 0 | 0.48 | 0.87 | 0.06 | 27.27 | 0.87 | 0.53 |
| Hex | EF | 7D | 1E | 0 | 30 | 57 | 6 | 1B | 57 | 35 |
| Octal | 357 | 175 | 36 | 0 | 60 | 127 | 6 | 33 | 127 | 65 |
| Binary | 11101111 | 1111101 | 11110 | 0 | 110000 | 1010111 | 110 | 11011 | 1010111 | 110101 |
Color Harmonies of #EF7D1E
Complementary color
Monochromatic Colors of #EF7D1E
Black with #EF7D1E
Text Example
Text Example
White with #EF7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D1E; }
p { color: rgb(239,125,30); }
H1.HeaderClassName
{
color: #EF7D1E;
}
.AnyTagClassName
{
color: #EF7D1E;
}
</style>
background-color css
<style>
a { background-color: #EF7D1E; }
a { background-color: rgb(239,125,30); }
div.DivClassName
{
background-color: #EF7D1E;
}
.BgClassName
{
background-color: #EF7D1E;
}
</style>
border-color css
<style>
span { border-color: #EF7D1E; }
span { border-color: rgb(239,125,30); }
td.TdClassName
{
border-color: #EF7D1E;
}
.TagClassName
{
border-color: #EF7D1E;
}
</style>