Shades of Pumpkin #EF6D17
Tints of Pumpkin #EF6D17
RGB
CMYK
RGB Variations
Color information
#EF6D17 (or 0xEF6D17) is known color: Pumpkin. HEX triplet: EF, 6D and 17. RGB value is (239,109,23). Sum of RGB (Red+Green+Blue) = 239+109+23=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D17 is #1092E8. Grayscale: #8A8A8A. Windows color (decimal): -1086185 or 1535471. OLE color: 1535471.
HSL color Cylindrical-coordinate representation of color #EF6D17: hue angle of 23.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6D17 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.06 |
| HSL | 23.89º | 0.87% | 0.51% | - |
| HSV(B) | 23.89º | 0.9% | 0.94% | - |
| XYZ | 41.22 | 29.35 | 4.3 | - |
| YUV | 138.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 23 | 0 | 0.54 | 0.90 | 0.06 | 23.89 | 0.87 | 0.51 |
| Hex | EF | 6D | 17 | 0 | 36 | 5A | 6 | 18 | 57 | 33 |
| Octal | 357 | 155 | 27 | 0 | 66 | 132 | 6 | 30 | 127 | 63 |
| Binary | 11101111 | 1101101 | 10111 | 0 | 110110 | 1011010 | 110 | 11000 | 1010111 | 110011 |
Color Harmonies of #EF6D17
Complementary color
Monochromatic Colors of #EF6D17
Black with #EF6D17
Text Example
Text Example
White with #EF6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D17; }
p { color: rgb(239,109,23); }
H1.HeaderClassName
{
color: #EF6D17;
}
.AnyTagClassName
{
color: #EF6D17;
}
</style>
background-color css
<style>
a { background-color: #EF6D17; }
a { background-color: rgb(239,109,23); }
div.DivClassName
{
background-color: #EF6D17;
}
.BgClassName
{
background-color: #EF6D17;
}
</style>
border-color css
<style>
span { border-color: #EF6D17; }
span { border-color: rgb(239,109,23); }
td.TdClassName
{
border-color: #EF6D17;
}
.TagClassName
{
border-color: #EF6D17;
}
</style>