#ef7720

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

Shades of Pumpkin #EF7720

Tints of Pumpkin #EF7720

Color information

#EF7720 (or 0xEF7720) is unknown color: approx Pumpkin. HEX triplet: EF, 77 and 20. RGB value is (239,119,32). Sum of RGB (Red+Green+Blue) = 239+119+32=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7720 is #1088DF. Grayscale: #919191. Windows color (decimal): -1083616 or 2127855. OLE color: 2127855.

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

Color convert

RGB23911932-
CMYK00.500.870.06
HSL25.22º86.61%53.14%-
HSV(B)25.22º86.61%93.73%-
XYZ42.4531.655.24-
YUV144.9664.26195.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.28%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 32 (12.89% from 255) = 8.21%
R=61.28%
G=30.51%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391193200.500.870.0625.2286.6153.14
HexEF7720032576195735
Octal3571674006212763112765
Binary11101111111011110000001100101010111110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7720; }

 p { color: rgb(239,119,32); }

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

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

 a { background-color: rgb(239,119,32); }

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

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

 span { border-color: rgb(239,119,32); }

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