Shades of Pumpkin #EF7614
Tints of Pumpkin #EF7614
RGB
CMYK
RGB Variations
Color information
#EF7614 (or 0xEF7614) is known color: Pumpkin. HEX triplet: EF, 76 and 14. RGB value is (239,118,20). Sum of RGB (Red+Green+Blue) = 239+118+20=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7614 is #1089EB. Grayscale: #8F8F8F. Windows color (decimal): -1083884 or 1341167. OLE color: 1341167.
HSL color Cylindrical-coordinate representation of color #EF7614: hue angle of 26.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF7614 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.06 |
| HSL | 26.85º | 0.87% | 0.51% | - |
| HSV(B) | 26.85º | 0.92% | 0.94% | - |
| XYZ | 42.2 | 31.36 | 4.49 | - |
| YUV | 143.01 | 58.59 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 20 | 0 | 0.51 | 0.92 | 0.06 | 26.85 | 0.87 | 0.51 |
| Hex | EF | 76 | 14 | 0 | 33 | 5C | 6 | 1B | 57 | 33 |
| Octal | 357 | 166 | 24 | 0 | 63 | 134 | 6 | 33 | 127 | 63 |
| Binary | 11101111 | 1110110 | 10100 | 0 | 110011 | 1011100 | 110 | 11011 | 1010111 | 110011 |
Color Harmonies of #EF7614
Complementary color
Monochromatic Colors of #EF7614
Black with #EF7614
Text Example
Text Example
White with #EF7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7614; }
p { color: rgb(239,118,20); }
H1.HeaderClassName
{
color: #EF7614;
}
.AnyTagClassName
{
color: #EF7614;
}
</style>
background-color css
<style>
a { background-color: #EF7614; }
a { background-color: rgb(239,118,20); }
div.DivClassName
{
background-color: #EF7614;
}
.BgClassName
{
background-color: #EF7614;
}
</style>
border-color css
<style>
span { border-color: #EF7614; }
span { border-color: rgb(239,118,20); }
td.TdClassName
{
border-color: #EF7614;
}
.TagClassName
{
border-color: #EF7614;
}
</style>