Shades of Pumpkin #EF7A20
Tints of Pumpkin #EF7A20
RGB
CMYK
RGB Variations
Color information
#EF7A20 (or 0xEF7A20) is known color: Pumpkin. HEX triplet: EF, 7A and 20. RGB value is (239,122,32). Sum of RGB (Red+Green+Blue) = 239+122+32=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A20 is #1085DF. Grayscale: #939393. Windows color (decimal): -1082848 or 2128623. OLE color: 2128623.
HSL color Cylindrical-coordinate representation of color #EF7A20: hue angle of 26.09º 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 #EF7A20 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 32 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.06 |
| HSL | 26.09º | 0.87% | 0.53% | - |
| HSV(B) | 26.09º | 0.87% | 0.94% | - |
| XYZ | 42.82 | 32.37 | 5.36 | - |
| YUV | 146.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 32 | 0 | 0.49 | 0.87 | 0.06 | 26.09 | 0.87 | 0.53 |
| Hex | EF | 7A | 20 | 0 | 31 | 57 | 6 | 1A | 57 | 35 |
| Octal | 357 | 172 | 40 | 0 | 61 | 127 | 6 | 32 | 127 | 65 |
| Binary | 11101111 | 1111010 | 100000 | 0 | 110001 | 1010111 | 110 | 11010 | 1010111 | 110101 |
Color Harmonies of #EF7A20
Complementary color
Monochromatic Colors of #EF7A20
Black with #EF7A20
Text Example
Text Example
White with #EF7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A20; }
p { color: rgb(239,122,32); }
H1.HeaderClassName
{
color: #EF7A20;
}
.AnyTagClassName
{
color: #EF7A20;
}
</style>
background-color css
<style>
a { background-color: #EF7A20; }
a { background-color: rgb(239,122,32); }
div.DivClassName
{
background-color: #EF7A20;
}
.BgClassName
{
background-color: #EF7A20;
}
</style>
border-color css
<style>
span { border-color: #EF7A20; }
span { border-color: rgb(239,122,32); }
td.TdClassName
{
border-color: #EF7A20;
}
.TagClassName
{
border-color: #EF7A20;
}
</style>