#EF7B19

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

Shades of Pumpkin #EF7B19

Tints of Pumpkin #EF7B19

Color information

#EF7B19 (or 0xEF7B19) is unknown color: approx Pumpkin. HEX triplet: EF, 7B and 19. RGB value is (239,123,25). Sum of RGB (Red+Green+Blue) = 239+123+25=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7B19 is #1084E6. Grayscale: #939393. Windows color (decimal): -1082599 or 1670127. OLE color: 1670127.

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

Color convert

RGB23912325-
CMYK00.490.900.06
HSL27.48º86.99%51.76%-
HSV(B)27.48º89.54%93.73%-
XYZ42.8632.594.95-
YUV146.5159.43193.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.76%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 25 (10.16% from 255) = 6.46%
R=61.76%
G=31.78%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391232500.490.900.0627.4886.9951.76
HexEF7B190315A61b5734
Octal3571733106113263312764
Binary1110111111110111100101100011011010110110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7B19; }

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

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

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

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

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

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

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

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