Shades of Pumpkin #EF7A19
Tints of Pumpkin #EF7A19
RGB
CMYK
RGB Variations
Color information
#EF7A19 (or 0xEF7A19) is known color: Pumpkin. HEX triplet: EF, 7A and 19. RGB value is (239,122,25). Sum of RGB (Red+Green+Blue) = 239+122+25=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A19 is #1085E6. Grayscale: #929292. Windows color (decimal): -1082855 or 1669871. OLE color: 1669871.
HSL color Cylindrical-coordinate representation of color #EF7A19: hue angle of 27.2º 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 #EF7A19 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.06 |
| HSL | 27.2º | 0.87% | 0.52% | - |
| HSV(B) | 27.2º | 0.9% | 0.94% | - |
| XYZ | 42.73 | 32.34 | 4.91 | - |
| YUV | 145.93 | 59.76 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 25 | 0 | 0.49 | 0.90 | 0.06 | 27.2 | 0.87 | 0.52 |
| Hex | EF | 7A | 19 | 0 | 31 | 5A | 6 | 1B | 57 | 34 |
| Octal | 357 | 172 | 31 | 0 | 61 | 132 | 6 | 33 | 127 | 64 |
| Binary | 11101111 | 1111010 | 11001 | 0 | 110001 | 1011010 | 110 | 11011 | 1010111 | 110100 |
Color Harmonies of #EF7A19
Complementary color
Monochromatic Colors of #EF7A19
Black with #EF7A19
Text Example
Text Example
White with #EF7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A19; }
p { color: rgb(239,122,25); }
H1.HeaderClassName
{
color: #EF7A19;
}
.AnyTagClassName
{
color: #EF7A19;
}
</style>
background-color css
<style>
a { background-color: #EF7A19; }
a { background-color: rgb(239,122,25); }
div.DivClassName
{
background-color: #EF7A19;
}
.BgClassName
{
background-color: #EF7A19;
}
</style>
border-color css
<style>
span { border-color: #EF7A19; }
span { border-color: rgb(239,122,25); }
td.TdClassName
{
border-color: #EF7A19;
}
.TagClassName
{
border-color: #EF7A19;
}
</style>