Shades of Pumpkin #EF6515
Tints of Pumpkin #EF6515
RGB
CMYK
RGB Variations
Color information
#EF6515 (or 0xEF6515) is known color: Pumpkin. HEX triplet: EF, 65 and 15. RGB value is (239,101,21). Sum of RGB (Red+Green+Blue) = 239+101+21=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6515 is #109AEA. Grayscale: #858585. Windows color (decimal): -1088235 or 1402351. OLE color: 1402351.
HSL color Cylindrical-coordinate representation of color #EF6515: hue angle of 22.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6515 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.06 |
| HSL | 22.02º | 0.87% | 0.51% | - |
| HSV(B) | 22.02º | 0.91% | 0.94% | - |
| XYZ | 40.39 | 27.71 | 3.93 | - |
| YUV | 133.14 | 64.72 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 21 | 0 | 0.58 | 0.91 | 0.06 | 22.02 | 0.87 | 0.51 |
| Hex | EF | 65 | 15 | 0 | 3A | 5B | 6 | 16 | 57 | 33 |
| Octal | 357 | 145 | 25 | 0 | 72 | 133 | 6 | 26 | 127 | 63 |
| Binary | 11101111 | 1100101 | 10101 | 0 | 111010 | 1011011 | 110 | 10110 | 1010111 | 110011 |
Color Harmonies of #EF6515
Complementary color
Monochromatic Colors of #EF6515
Black with #EF6515
Text Example
Text Example
White with #EF6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6515; }
p { color: rgb(239,101,21); }
H1.HeaderClassName
{
color: #EF6515;
}
.AnyTagClassName
{
color: #EF6515;
}
</style>
background-color css
<style>
a { background-color: #EF6515; }
a { background-color: rgb(239,101,21); }
div.DivClassName
{
background-color: #EF6515;
}
.BgClassName
{
background-color: #EF6515;
}
</style>
border-color css
<style>
span { border-color: #EF6515; }
span { border-color: rgb(239,101,21); }
td.TdClassName
{
border-color: #EF6515;
}
.TagClassName
{
border-color: #EF6515;
}
</style>