#EF7A17

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

Shades of Pumpkin #EF7A17

Tints of Pumpkin #EF7A17

Color information

#EF7A17 (or 0xEF7A17) is unknown color: approx Pumpkin. HEX triplet: EF, 7A and 17. RGB value is (239,122,23). Sum of RGB (Red+Green+Blue) = 239+122+23=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A17 is #1085E8. Grayscale: #929292. Windows color (decimal): -1082857 or 1538799. OLE color: 1538799.

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

Color convert

RGB23912223-
CMYK00.490.900.06
HSL27.5º87.1%51.37%-
HSV(B)27.5º90.38%93.73%-
XYZ42.7132.334.8-
YUV145.758.76194.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.24%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 23 (9.38% from 255) = 5.99%
R=62.24%
G=31.77%
B=5.99%

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
Decimal2391222300.490.900.0627.587.151.37
HexEF7A170315A61c5733
Octal3571722706113263412763
Binary1110111111110101011101100011011010110111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A17; }

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

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

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

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

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

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

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

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