Shades of Pumpkin #EF6D15
Tints of Pumpkin #EF6D15
RGB
CMYK
RGB Variations
Color information
#EF6D15 (or 0xEF6D15) is known color: Pumpkin. HEX triplet: EF, 6D and 15. RGB value is (239,109,21). Sum of RGB (Red+Green+Blue) = 239+109+21=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D15 is #1092EA. Grayscale: #8A8A8A. Windows color (decimal): -1086187 or 1404399. OLE color: 1404399.
HSL color Cylindrical-coordinate representation of color #EF6D15: hue angle of 24.22º 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 #EF6D15 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.06 |
| HSL | 24.22º | 0.87% | 0.51% | - |
| HSV(B) | 24.22º | 0.91% | 0.94% | - |
| XYZ | 41.2 | 29.34 | 4.2 | - |
| YUV | 137.84 | 62.07 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 21 | 0 | 0.54 | 0.91 | 0.06 | 24.22 | 0.87 | 0.51 |
| Hex | EF | 6D | 15 | 0 | 36 | 5B | 6 | 18 | 57 | 33 |
| Octal | 357 | 155 | 25 | 0 | 66 | 133 | 6 | 30 | 127 | 63 |
| Binary | 11101111 | 1101101 | 10101 | 0 | 110110 | 1011011 | 110 | 11000 | 1010111 | 110011 |
Color Harmonies of #EF6D15
Complementary color
Monochromatic Colors of #EF6D15
Black with #EF6D15
Text Example
Text Example
White with #EF6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D15; }
p { color: rgb(239,109,21); }
H1.HeaderClassName
{
color: #EF6D15;
}
.AnyTagClassName
{
color: #EF6D15;
}
</style>
background-color css
<style>
a { background-color: #EF6D15; }
a { background-color: rgb(239,109,21); }
div.DivClassName
{
background-color: #EF6D15;
}
.BgClassName
{
background-color: #EF6D15;
}
</style>
border-color css
<style>
span { border-color: #EF6D15; }
span { border-color: rgb(239,109,21); }
td.TdClassName
{
border-color: #EF6D15;
}
.TagClassName
{
border-color: #EF6D15;
}
</style>