Shades of Pumpkin #EF7E19
Tints of Pumpkin #EF7E19
RGB
CMYK
RGB Variations
Color information
#EF7E19 (or 0xEF7E19) is known color: Pumpkin. HEX triplet: EF, 7E and 19. RGB value is (239,126,25). Sum of RGB (Red+Green+Blue) = 239+126+25=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7E19 is #1081E6. Grayscale: #949494. Windows color (decimal): -1081831 or 1670895. OLE color: 1670895.
HSL color Cylindrical-coordinate representation of color #EF7E19: hue angle of 28.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF7E19 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 25 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.06 |
| HSL | 28.32º | 0.87% | 0.52% | - |
| HSV(B) | 28.32º | 0.9% | 0.94% | - |
| XYZ | 43.23 | 33.34 | 5.08 | - |
| YUV | 148.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 25 | 0 | 0.47 | 0.90 | 0.06 | 28.32 | 0.87 | 0.52 |
| Hex | EF | 7E | 19 | 0 | 2F | 5A | 6 | 1C | 57 | 34 |
| Octal | 357 | 176 | 31 | 0 | 57 | 132 | 6 | 34 | 127 | 64 |
| Binary | 11101111 | 1111110 | 11001 | 0 | 101111 | 1011010 | 110 | 11100 | 1010111 | 110100 |
Color Harmonies of #EF7E19
Complementary color
Monochromatic Colors of #EF7E19
Black with #EF7E19
Text Example
Text Example
White with #EF7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E19; }
p { color: rgb(239,126,25); }
H1.HeaderClassName
{
color: #EF7E19;
}
.AnyTagClassName
{
color: #EF7E19;
}
</style>
background-color css
<style>
a { background-color: #EF7E19; }
a { background-color: rgb(239,126,25); }
div.DivClassName
{
background-color: #EF7E19;
}
.BgClassName
{
background-color: #EF7E19;
}
</style>
border-color css
<style>
span { border-color: #EF7E19; }
span { border-color: rgb(239,126,25); }
td.TdClassName
{
border-color: #EF7E19;
}
.TagClassName
{
border-color: #EF7E19;
}
</style>