Shades of Pumpkin #EF7610
Tints of Pumpkin #EF7610
RGB
CMYK
RGB Variations
Color information
#EF7610 (or 0xEF7610) is known color: Pumpkin. HEX triplet: EF, 76 and 10. RGB value is (239,118,16). Sum of RGB (Red+Green+Blue) = 239+118+16=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7610 is #1089EF. Grayscale: #8F8F8F. Windows color (decimal): -1083888 or 1079023. OLE color: 1079023.
HSL color Cylindrical-coordinate representation of color #EF7610: hue angle of 27.44º 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 #EF7610 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.06 |
| HSL | 27.44º | 0.87% | 0.5% | - |
| HSV(B) | 27.44º | 0.93% | 0.94% | - |
| XYZ | 42.17 | 31.35 | 4.32 | - |
| YUV | 142.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 16 | 0 | 0.51 | 0.93 | 0.06 | 27.44 | 0.87 | 0.5 |
| Hex | EF | 76 | 10 | 0 | 33 | 5D | 6 | 1B | 57 | 32 |
| Octal | 357 | 166 | 20 | 0 | 63 | 135 | 6 | 33 | 127 | 62 |
| Binary | 11101111 | 1110110 | 10000 | 0 | 110011 | 1011101 | 110 | 11011 | 1010111 | 110010 |
Color Harmonies of #EF7610
Complementary color
Monochromatic Colors of #EF7610
Black with #EF7610
Text Example
Text Example
White with #EF7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7610; }
p { color: rgb(239,118,16); }
H1.HeaderClassName
{
color: #EF7610;
}
.AnyTagClassName
{
color: #EF7610;
}
</style>
background-color css
<style>
a { background-color: #EF7610; }
a { background-color: rgb(239,118,16); }
div.DivClassName
{
background-color: #EF7610;
}
.BgClassName
{
background-color: #EF7610;
}
</style>
border-color css
<style>
span { border-color: #EF7610; }
span { border-color: rgb(239,118,16); }
td.TdClassName
{
border-color: #EF7610;
}
.TagClassName
{
border-color: #EF7610;
}
</style>