Shades of Pumpkin #EF6020
Tints of Pumpkin #EF6020
RGB
CMYK
RGB Variations
Color information
#EF6020 (or 0xEF6020) is known color: Pumpkin. HEX triplet: EF, 60 and 20. RGB value is (239,96,32). Sum of RGB (Red+Green+Blue) = 239+96+32=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6020 is #109FDF. Grayscale: #838383. Windows color (decimal): -1089504 or 2121967. OLE color: 2121967.
HSL color Cylindrical-coordinate representation of color #EF6020: hue angle of 18.55º 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 #EF6020 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 32 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.06 |
| HSL | 18.55º | 0.87% | 0.53% | - |
| HSV(B) | 18.55º | 0.87% | 0.94% | - |
| XYZ | 40.04 | 26.82 | 4.43 | - |
| YUV | 131.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 32 | 0 | 0.60 | 0.87 | 0.06 | 18.55 | 0.87 | 0.53 |
| Hex | EF | 60 | 20 | 0 | 3C | 57 | 6 | 13 | 57 | 35 |
| Octal | 357 | 140 | 40 | 0 | 74 | 127 | 6 | 23 | 127 | 65 |
| Binary | 11101111 | 1100000 | 100000 | 0 | 111100 | 1010111 | 110 | 10011 | 1010111 | 110101 |
Color Harmonies of #EF6020
Complementary color
Monochromatic Colors of #EF6020
Black with #EF6020
Text Example
Text Example
White with #EF6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6020; }
p { color: rgb(239,96,32); }
H1.HeaderClassName
{
color: #EF6020;
}
.AnyTagClassName
{
color: #EF6020;
}
</style>
background-color css
<style>
a { background-color: #EF6020; }
a { background-color: rgb(239,96,32); }
div.DivClassName
{
background-color: #EF6020;
}
.BgClassName
{
background-color: #EF6020;
}
</style>
border-color css
<style>
span { border-color: #EF6020; }
span { border-color: rgb(239,96,32); }
td.TdClassName
{
border-color: #EF6020;
}
.TagClassName
{
border-color: #EF6020;
}
</style>