Shades of Pumpkin #EF6E20
Tints of Pumpkin #EF6E20
RGB
CMYK
RGB Variations
Color information
#EF6E20 (or 0xEF6E20) is known color: Pumpkin. HEX triplet: EF, 6E and 20. RGB value is (239,110,32). Sum of RGB (Red+Green+Blue) = 239+110+32=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E20 is #1091DF. Grayscale: #8C8C8C. Windows color (decimal): -1085920 or 2125551. OLE color: 2125551.
HSL color Cylindrical-coordinate representation of color #EF6E20: hue angle of 22.61º 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 #EF6E20 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 32 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.06 |
| HSL | 22.61º | 0.87% | 0.53% | - |
| HSV(B) | 22.61º | 0.87% | 0.94% | - |
| XYZ | 41.43 | 29.61 | 4.9 | - |
| YUV | 139.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 32 | 0 | 0.54 | 0.87 | 0.06 | 22.61 | 0.87 | 0.53 |
| Hex | EF | 6E | 20 | 0 | 36 | 57 | 6 | 17 | 57 | 35 |
| Octal | 357 | 156 | 40 | 0 | 66 | 127 | 6 | 27 | 127 | 65 |
| Binary | 11101111 | 1101110 | 100000 | 0 | 110110 | 1010111 | 110 | 10111 | 1010111 | 110101 |
Color Harmonies of #EF6E20
Complementary color
Monochromatic Colors of #EF6E20
Black with #EF6E20
Text Example
Text Example
White with #EF6E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E20; }
p { color: rgb(239,110,32); }
H1.HeaderClassName
{
color: #EF6E20;
}
.AnyTagClassName
{
color: #EF6E20;
}
</style>
background-color css
<style>
a { background-color: #EF6E20; }
a { background-color: rgb(239,110,32); }
div.DivClassName
{
background-color: #EF6E20;
}
.BgClassName
{
background-color: #EF6E20;
}
</style>
border-color css
<style>
span { border-color: #EF6E20; }
span { border-color: rgb(239,110,32); }
td.TdClassName
{
border-color: #EF6E20;
}
.TagClassName
{
border-color: #EF6E20;
}
</style>