Shades of Pumpkin #EF7318
Tints of Pumpkin #EF7318
RGB
CMYK
RGB Variations
Color information
#EF7318 (or 0xEF7318) is known color: Pumpkin. HEX triplet: EF, 73 and 18. RGB value is (239,115,24). Sum of RGB (Red+Green+Blue) = 239+115+24=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7318 is #108CE7. Grayscale: #8E8E8E. Windows color (decimal): -1084648 or 1602543. OLE color: 1602543.
HSL color Cylindrical-coordinate representation of color #EF7318: hue angle of 25.4º 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 #EF7318 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.06 |
| HSL | 25.4º | 0.87% | 0.52% | - |
| HSV(B) | 25.4º | 0.9% | 0.94% | - |
| XYZ | 41.89 | 30.68 | 4.58 | - |
| YUV | 141.7 | 61.58 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 24 | 0 | 0.52 | 0.90 | 0.06 | 25.4 | 0.87 | 0.52 |
| Hex | EF | 73 | 18 | 0 | 34 | 5A | 6 | 19 | 57 | 34 |
| Octal | 357 | 163 | 30 | 0 | 64 | 132 | 6 | 31 | 127 | 64 |
| Binary | 11101111 | 1110011 | 11000 | 0 | 110100 | 1011010 | 110 | 11001 | 1010111 | 110100 |
Color Harmonies of #EF7318
Complementary color
Monochromatic Colors of #EF7318
Black with #EF7318
Text Example
Text Example
White with #EF7318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7318; }
p { color: rgb(239,115,24); }
H1.HeaderClassName
{
color: #EF7318;
}
.AnyTagClassName
{
color: #EF7318;
}
</style>
background-color css
<style>
a { background-color: #EF7318; }
a { background-color: rgb(239,115,24); }
div.DivClassName
{
background-color: #EF7318;
}
.BgClassName
{
background-color: #EF7318;
}
</style>
border-color css
<style>
span { border-color: #EF7318; }
span { border-color: rgb(239,115,24); }
td.TdClassName
{
border-color: #EF7318;
}
.TagClassName
{
border-color: #EF7318;
}
</style>