Shades of Pumpkin #EF7924
Tints of Pumpkin #EF7924
RGB
CMYK
RGB Variations
Color information
#EF7924 (or 0xEF7924) is known color: Pumpkin. HEX triplet: EF, 79 and 24. RGB value is (239,121,36). Sum of RGB (Red+Green+Blue) = 239+121+36=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7924 is #1086DB. Grayscale: #939393. Windows color (decimal): -1083100 or 2390511. OLE color: 2390511.
HSL color Cylindrical-coordinate representation of color #EF7924: hue angle of 25.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF7924 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 36 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.06 |
| HSL | 25.12º | 0.86% | 0.54% | - |
| HSV(B) | 25.12º | 0.85% | 0.94% | - |
| XYZ | 42.75 | 32.15 | 5.62 | - |
| YUV | 146.59 | 65.59 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 36 | 0 | 0.49 | 0.85 | 0.06 | 25.12 | 0.86 | 0.54 |
| Hex | EF | 79 | 24 | 0 | 31 | 55 | 6 | 19 | 56 | 36 |
| Octal | 357 | 171 | 44 | 0 | 61 | 125 | 6 | 31 | 126 | 66 |
| Binary | 11101111 | 1111001 | 100100 | 0 | 110001 | 1010101 | 110 | 11001 | 1010110 | 110110 |
Color Harmonies of #EF7924
Complementary color
Monochromatic Colors of #EF7924
Black with #EF7924
Text Example
Text Example
White with #EF7924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7924; }
p { color: rgb(239,121,36); }
H1.HeaderClassName
{
color: #EF7924;
}
.AnyTagClassName
{
color: #EF7924;
}
</style>
background-color css
<style>
a { background-color: #EF7924; }
a { background-color: rgb(239,121,36); }
div.DivClassName
{
background-color: #EF7924;
}
.BgClassName
{
background-color: #EF7924;
}
</style>
border-color css
<style>
span { border-color: #EF7924; }
span { border-color: rgb(239,121,36); }
td.TdClassName
{
border-color: #EF7924;
}
.TagClassName
{
border-color: #EF7924;
}
</style>