Shades of Pumpkin #EF7418
Tints of Pumpkin #EF7418
RGB
CMYK
RGB Variations
Color information
#EF7418 (or 0xEF7418) is known color: Pumpkin. HEX triplet: EF, 74 and 18. RGB value is (239,116,24). Sum of RGB (Red+Green+Blue) = 239+116+24=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7418 is #108BE7. Grayscale: #8E8E8E. Windows color (decimal): -1084392 or 1602799. OLE color: 1602799.
HSL color Cylindrical-coordinate representation of color #EF7418: hue angle of 25.67º 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 #EF7418 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 24 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.06 |
| HSL | 25.67º | 0.87% | 0.52% | - |
| HSV(B) | 25.67º | 0.9% | 0.94% | - |
| XYZ | 42.01 | 30.91 | 4.62 | - |
| YUV | 142.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 24 | 0 | 0.51 | 0.90 | 0.06 | 25.67 | 0.87 | 0.52 |
| Hex | EF | 74 | 18 | 0 | 33 | 5A | 6 | 1A | 57 | 34 |
| Octal | 357 | 164 | 30 | 0 | 63 | 132 | 6 | 32 | 127 | 64 |
| Binary | 11101111 | 1110100 | 11000 | 0 | 110011 | 1011010 | 110 | 11010 | 1010111 | 110100 |
Color Harmonies of #EF7418
Complementary color
Monochromatic Colors of #EF7418
Black with #EF7418
Text Example
Text Example
White with #EF7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7418; }
p { color: rgb(239,116,24); }
H1.HeaderClassName
{
color: #EF7418;
}
.AnyTagClassName
{
color: #EF7418;
}
</style>
background-color css
<style>
a { background-color: #EF7418; }
a { background-color: rgb(239,116,24); }
div.DivClassName
{
background-color: #EF7418;
}
.BgClassName
{
background-color: #EF7418;
}
</style>
border-color css
<style>
span { border-color: #EF7418; }
span { border-color: rgb(239,116,24); }
td.TdClassName
{
border-color: #EF7418;
}
.TagClassName
{
border-color: #EF7418;
}
</style>