#EF7F19

Color #EF7F19 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #EF7F19

Tints of Pumpkin #EF7F19

Color information

#EF7F19 (or 0xEF7F19) is unknown color: approx Pumpkin. HEX triplet: EF, 7F and 19. RGB value is (239,127,25). Sum of RGB (Red+Green+Blue) = 239+127+25=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F19 is #1080E6. Grayscale: #959595. Windows color (decimal): -1081575 or 1671151. OLE color: 1671151.

HSL color Cylindrical-coordinate representation of color #EF7F19: hue angle of 28.6º 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 #EF7F19 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB23912725-
CMYK00.470.900.06
HSL28.6º86.99%51.76%-
HSV(B)28.6º89.54%93.73%-
XYZ43.3633.65.12-
YUV148.8658.11192.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 61.13%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 25 (10.16% from 255) = 6.39%
R=61.13%
G=32.48%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391272500.470.900.0628.686.9951.76
HexEF7F1902F5A61d5734
Octal3571773105713263512764
Binary1110111111111111100101011111011010110111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7F19; }

 p { color: rgb(239,127,25); }

 H1.HeaderClassName
 {
   color: #EF7F19;
 }
 .AnyTagClassName
 {
   color: #EF7F19;
 }
</style>
background-color css

<style>
 a { background-color: #EF7F19; }

 a { background-color: rgb(239,127,25); }

 div.DivClassName
 {
   background-color: #EF7F19;
 }
 .BgClassName
 {
   background-color: #EF7F19;
 }
</style>
border-color css

<style>
 span { border-color: #EF7F19; }

 span { border-color: rgb(239,127,25); }

 td.TdClassName
 {
   border-color: #EF7F19;
 }
 .TagClassName
 {
   border-color: #EF7F19;
 }
</style>