Shades of Pumpkin #EF7310
Tints of Pumpkin #EF7310
RGB
CMYK
RGB Variations
Color information
#EF7310 (or 0xEF7310) is known color: Pumpkin. HEX triplet: EF, 73 and 10. RGB value is (239,115,16). Sum of RGB (Red+Green+Blue) = 239+115+16=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7310 is #108CEF. Grayscale: #8D8D8D. Windows color (decimal): -1084656 or 1078255. OLE color: 1078255.
HSL color Cylindrical-coordinate representation of color #EF7310: hue angle of 26.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF7310 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.06 |
| HSL | 26.64º | 0.87% | 0.5% | - |
| HSV(B) | 26.64º | 0.93% | 0.94% | - |
| XYZ | 41.82 | 30.65 | 4.2 | - |
| YUV | 140.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 16 | 0 | 0.52 | 0.93 | 0.06 | 26.64 | 0.87 | 0.5 |
| Hex | EF | 73 | 10 | 0 | 34 | 5D | 6 | 1B | 57 | 32 |
| Octal | 357 | 163 | 20 | 0 | 64 | 135 | 6 | 33 | 127 | 62 |
| Binary | 11101111 | 1110011 | 10000 | 0 | 110100 | 1011101 | 110 | 11011 | 1010111 | 110010 |
Color Harmonies of #EF7310
Complementary color
Monochromatic Colors of #EF7310
Black with #EF7310
Text Example
Text Example
White with #EF7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7310; }
p { color: rgb(239,115,16); }
H1.HeaderClassName
{
color: #EF7310;
}
.AnyTagClassName
{
color: #EF7310;
}
</style>
background-color css
<style>
a { background-color: #EF7310; }
a { background-color: rgb(239,115,16); }
div.DivClassName
{
background-color: #EF7310;
}
.BgClassName
{
background-color: #EF7310;
}
</style>
border-color css
<style>
span { border-color: #EF7310; }
span { border-color: rgb(239,115,16); }
td.TdClassName
{
border-color: #EF7310;
}
.TagClassName
{
border-color: #EF7310;
}
</style>