#EF6420

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

Shades of Pumpkin #EF6420

Tints of Pumpkin #EF6420

Color information

#EF6420 (or 0xEF6420) is unknown color: approx Pumpkin. HEX triplet: EF, 64 and 20. RGB value is (239,100,32). Sum of RGB (Red+Green+Blue) = 239+100+32=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6420 is #109BDF. Grayscale: #868686. Windows color (decimal): -1088480 or 2122991. OLE color: 2122991.

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

Color convert

RGB23910032-
CMYK00.580.870.06
HSL19.71º86.61%53.14%-
HSV(B)19.71º86.61%93.73%-
XYZ40.4127.574.56-
YUV133.8170.55203.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=64.42%
G=26.95%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391003200.580.870.0619.7186.6153.14
HexEF642003A576145735
Octal3571444007212762412765
Binary11101111110010010000001110101010111110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6420; }

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

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

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

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

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

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

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

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