Shades of Pumpkin #EF7E18
Tints of Pumpkin #EF7E18
RGB
CMYK
RGB Variations
Color information
#EF7E18 (or 0xEF7E18) is known color: Pumpkin. HEX triplet: EF, 7E and 18. RGB value is (239,126,24). Sum of RGB (Red+Green+Blue) = 239+126+24=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7E18 is #1081E7. Grayscale: #949494. Windows color (decimal): -1081832 or 1605359. OLE color: 1605359.
HSL color Cylindrical-coordinate representation of color #EF7E18: hue angle of 28.47º 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 #EF7E18 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.06 |
| HSL | 28.47º | 0.87% | 0.52% | - |
| HSV(B) | 28.47º | 0.9% | 0.94% | - |
| XYZ | 43.22 | 33.34 | 5.02 | - |
| YUV | 148.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 24 | 0 | 0.47 | 0.90 | 0.06 | 28.47 | 0.87 | 0.52 |
| Hex | EF | 7E | 18 | 0 | 2F | 5A | 6 | 1C | 57 | 34 |
| Octal | 357 | 176 | 30 | 0 | 57 | 132 | 6 | 34 | 127 | 64 |
| Binary | 11101111 | 1111110 | 11000 | 0 | 101111 | 1011010 | 110 | 11100 | 1010111 | 110100 |
Color Harmonies of #EF7E18
Complementary color
Monochromatic Colors of #EF7E18
Black with #EF7E18
Text Example
Text Example
White with #EF7E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E18; }
p { color: rgb(239,126,24); }
H1.HeaderClassName
{
color: #EF7E18;
}
.AnyTagClassName
{
color: #EF7E18;
}
</style>
background-color css
<style>
a { background-color: #EF7E18; }
a { background-color: rgb(239,126,24); }
div.DivClassName
{
background-color: #EF7E18;
}
.BgClassName
{
background-color: #EF7E18;
}
</style>
border-color css
<style>
span { border-color: #EF7E18; }
span { border-color: rgb(239,126,24); }
td.TdClassName
{
border-color: #EF7E18;
}
.TagClassName
{
border-color: #EF7E18;
}
</style>