Shades of Pumpkin #EF7A18
Tints of Pumpkin #EF7A18
RGB
CMYK
RGB Variations
Color information
#EF7A18 (or 0xEF7A18) is known color: Pumpkin. HEX triplet: EF, 7A and 18. RGB value is (239,122,24). Sum of RGB (Red+Green+Blue) = 239+122+24=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A18 is #1085E7. Grayscale: #929292. Windows color (decimal): -1082856 or 1604335. OLE color: 1604335.
HSL color Cylindrical-coordinate representation of color #EF7A18: hue angle of 27.35º 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 #EF7A18 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.06 |
| HSL | 27.35º | 0.87% | 0.52% | - |
| HSV(B) | 27.35º | 0.9% | 0.94% | - |
| XYZ | 42.72 | 32.34 | 4.85 | - |
| YUV | 145.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 24 | 0 | 0.49 | 0.90 | 0.06 | 27.35 | 0.87 | 0.52 |
| Hex | EF | 7A | 18 | 0 | 31 | 5A | 6 | 1B | 57 | 34 |
| Octal | 357 | 172 | 30 | 0 | 61 | 132 | 6 | 33 | 127 | 64 |
| Binary | 11101111 | 1111010 | 11000 | 0 | 110001 | 1011010 | 110 | 11011 | 1010111 | 110100 |
Color Harmonies of #EF7A18
Complementary color
Monochromatic Colors of #EF7A18
Black with #EF7A18
Text Example
Text Example
White with #EF7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A18; }
p { color: rgb(239,122,24); }
H1.HeaderClassName
{
color: #EF7A18;
}
.AnyTagClassName
{
color: #EF7A18;
}
</style>
background-color css
<style>
a { background-color: #EF7A18; }
a { background-color: rgb(239,122,24); }
div.DivClassName
{
background-color: #EF7A18;
}
.BgClassName
{
background-color: #EF7A18;
}
</style>
border-color css
<style>
span { border-color: #EF7A18; }
span { border-color: rgb(239,122,24); }
td.TdClassName
{
border-color: #EF7A18;
}
.TagClassName
{
border-color: #EF7A18;
}
</style>