Shades of Pumpkin #EF6220
Tints of Pumpkin #EF6220
RGB
CMYK
RGB Variations
Color information
#EF6220 (or 0xEF6220) is known color: Pumpkin. HEX triplet: EF, 62 and 20. RGB value is (239,98,32). Sum of RGB (Red+Green+Blue) = 239+98+32=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6220 is #109DDF. Grayscale: #858585. Windows color (decimal): -1088992 or 2122479. OLE color: 2122479.
HSL color Cylindrical-coordinate representation of color #EF6220: hue angle of 19.13º 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 #EF6220 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 32 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.06 |
| HSL | 19.13º | 0.87% | 0.53% | - |
| HSV(B) | 19.13º | 0.87% | 0.94% | - |
| XYZ | 40.22 | 27.19 | 4.49 | - |
| YUV | 132.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 32 | 0 | 0.59 | 0.87 | 0.06 | 19.13 | 0.87 | 0.53 |
| Hex | EF | 62 | 20 | 0 | 3B | 57 | 6 | 13 | 57 | 35 |
| Octal | 357 | 142 | 40 | 0 | 73 | 127 | 6 | 23 | 127 | 65 |
| Binary | 11101111 | 1100010 | 100000 | 0 | 111011 | 1010111 | 110 | 10011 | 1010111 | 110101 |
Color Harmonies of #EF6220
Complementary color
Monochromatic Colors of #EF6220
Black with #EF6220
Text Example
Text Example
White with #EF6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6220; }
p { color: rgb(239,98,32); }
H1.HeaderClassName
{
color: #EF6220;
}
.AnyTagClassName
{
color: #EF6220;
}
</style>
background-color css
<style>
a { background-color: #EF6220; }
a { background-color: rgb(239,98,32); }
div.DivClassName
{
background-color: #EF6220;
}
.BgClassName
{
background-color: #EF6220;
}
</style>
border-color css
<style>
span { border-color: #EF6220; }
span { border-color: rgb(239,98,32); }
td.TdClassName
{
border-color: #EF6220;
}
.TagClassName
{
border-color: #EF6220;
}
</style>