Shades of Pumpkin #EF6520
Tints of Pumpkin #EF6520
RGB
CMYK
RGB Variations
Color information
#EF6520 (or 0xEF6520) is known color: Pumpkin. HEX triplet: EF, 65 and 20. RGB value is (239,101,32). Sum of RGB (Red+Green+Blue) = 239+101+32=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6520 is #109ADF. Grayscale: #868686. Windows color (decimal): -1088224 or 2123247. OLE color: 2123247.
HSL color Cylindrical-coordinate representation of color #EF6520: hue angle of 20º 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 #EF6520 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.06 |
| HSL | 20º | 0.87% | 0.53% | - |
| HSV(B) | 20º | 0.87% | 0.94% | - |
| XYZ | 40.51 | 27.76 | 4.59 | - |
| YUV | 134.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 32 | 0 | 0.58 | 0.87 | 0.06 | 20 | 0.87 | 0.53 |
| Hex | EF | 65 | 20 | 0 | 3A | 57 | 6 | 14 | 57 | 35 |
| Octal | 357 | 145 | 40 | 0 | 72 | 127 | 6 | 24 | 127 | 65 |
| Binary | 11101111 | 1100101 | 100000 | 0 | 111010 | 1010111 | 110 | 10100 | 1010111 | 110101 |
Color Harmonies of #EF6520
Complementary color
Monochromatic Colors of #EF6520
Black with #EF6520
Text Example
Text Example
White with #EF6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6520; }
p { color: rgb(239,101,32); }
H1.HeaderClassName
{
color: #EF6520;
}
.AnyTagClassName
{
color: #EF6520;
}
</style>
background-color css
<style>
a { background-color: #EF6520; }
a { background-color: rgb(239,101,32); }
div.DivClassName
{
background-color: #EF6520;
}
.BgClassName
{
background-color: #EF6520;
}
</style>
border-color css
<style>
span { border-color: #EF6520; }
span { border-color: rgb(239,101,32); }
td.TdClassName
{
border-color: #EF6520;
}
.TagClassName
{
border-color: #EF6520;
}
</style>