Shades of Pumpkin #EF6D19
Tints of Pumpkin #EF6D19
RGB
CMYK
RGB Variations
Color information
#EF6D19 (or 0xEF6D19) is known color: Pumpkin. HEX triplet: EF, 6D and 19. RGB value is (239,109,25). Sum of RGB (Red+Green+Blue) = 239+109+25=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D19 is #1092E6. Grayscale: #8A8A8A. Windows color (decimal): -1086183 or 1666543. OLE color: 1666543.
HSL color Cylindrical-coordinate representation of color #EF6D19: hue angle of 23.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6D19 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 25 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.06 |
| HSL | 23.55º | 0.87% | 0.52% | - |
| HSV(B) | 23.55º | 0.9% | 0.94% | - |
| XYZ | 41.24 | 29.36 | 4.41 | - |
| YUV | 138.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 25 | 0 | 0.54 | 0.90 | 0.06 | 23.55 | 0.87 | 0.52 |
| Hex | EF | 6D | 19 | 0 | 36 | 5A | 6 | 18 | 57 | 34 |
| Octal | 357 | 155 | 31 | 0 | 66 | 132 | 6 | 30 | 127 | 64 |
| Binary | 11101111 | 1101101 | 11001 | 0 | 110110 | 1011010 | 110 | 11000 | 1010111 | 110100 |
Color Harmonies of #EF6D19
Complementary color
Monochromatic Colors of #EF6D19
Black with #EF6D19
Text Example
Text Example
White with #EF6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D19; }
p { color: rgb(239,109,25); }
H1.HeaderClassName
{
color: #EF6D19;
}
.AnyTagClassName
{
color: #EF6D19;
}
</style>
background-color css
<style>
a { background-color: #EF6D19; }
a { background-color: rgb(239,109,25); }
div.DivClassName
{
background-color: #EF6D19;
}
.BgClassName
{
background-color: #EF6D19;
}
</style>
border-color css
<style>
span { border-color: #EF6D19; }
span { border-color: rgb(239,109,25); }
td.TdClassName
{
border-color: #EF6D19;
}
.TagClassName
{
border-color: #EF6D19;
}
</style>