#EF7A1E

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

Shades of Pumpkin #EF7A1E

Tints of Pumpkin #EF7A1E

Color information

#EF7A1E (or 0xEF7A1E) is unknown color: approx Pumpkin. HEX triplet: EF, 7A and 1E. RGB value is (239,122,30). Sum of RGB (Red+Green+Blue) = 239+122+30=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A1E is #1085E1. Grayscale: #929292. Windows color (decimal): -1082850 or 1997551. OLE color: 1997551.

HSL color Cylindrical-coordinate representation of color #EF7A1E: hue angle of 26.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF7A1E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23912230-
CMYK00.490.870.06
HSL26.41º86.72%52.75%-
HSV(B)26.41º87.45%93.73%-
XYZ42.7932.365.22-
YUV146.4962.26193.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.13%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 30 (12.11% from 255) = 7.67%
R=61.13%
G=31.20%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391223000.490.870.0626.4186.7252.75
HexEF7A1E0315761a5735
Octal3571723606112763212765
Binary1110111111110101111001100011010111110110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A1E; }

 p { color: rgb(239,122,30); }

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

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

 a { background-color: rgb(239,122,30); }

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

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

 span { border-color: rgb(239,122,30); }

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