Shades of Pumpkin #EF7021
Tints of Pumpkin #EF7021
RGB
CMYK
RGB Variations
Color information
#EF7021 (or 0xEF7021) is known color: Pumpkin. HEX triplet: EF, 70 and 21. RGB value is (239,112,33). Sum of RGB (Red+Green+Blue) = 239+112+33=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7021 is #108FDE. Grayscale: #8D8D8D. Windows color (decimal): -1085407 or 2191599. OLE color: 2191599.
HSL color Cylindrical-coordinate representation of color #EF7021: hue angle of 23.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF7021 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 33 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.06 |
| HSL | 23.01º | 0.87% | 0.53% | - |
| HSV(B) | 23.01º | 0.86% | 0.94% | - |
| XYZ | 41.67 | 30.05 | 5.04 | - |
| YUV | 140.97 | 67.08 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 33 | 0 | 0.53 | 0.86 | 0.06 | 23.01 | 0.87 | 0.53 |
| Hex | EF | 70 | 21 | 0 | 35 | 56 | 6 | 17 | 57 | 35 |
| Octal | 357 | 160 | 41 | 0 | 65 | 126 | 6 | 27 | 127 | 65 |
| Binary | 11101111 | 1110000 | 100001 | 0 | 110101 | 1010110 | 110 | 10111 | 1010111 | 110101 |
Color Harmonies of #EF7021
Complementary color
Monochromatic Colors of #EF7021
Black with #EF7021
Text Example
Text Example
White with #EF7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7021; }
p { color: rgb(239,112,33); }
H1.HeaderClassName
{
color: #EF7021;
}
.AnyTagClassName
{
color: #EF7021;
}
</style>
background-color css
<style>
a { background-color: #EF7021; }
a { background-color: rgb(239,112,33); }
div.DivClassName
{
background-color: #EF7021;
}
.BgClassName
{
background-color: #EF7021;
}
</style>
border-color css
<style>
span { border-color: #EF7021; }
span { border-color: rgb(239,112,33); }
td.TdClassName
{
border-color: #EF7021;
}
.TagClassName
{
border-color: #EF7021;
}
</style>