#EF6520

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

Shades of Pumpkin #EF6520

Tints of Pumpkin #EF6520

Color information

#EF6520 (or 0xEF6520) is unknown color: approx Pumpkin. HEX triplet: EF, 65 and 20. RGB value is (239,101,32). Sum of RGB (Red+Green+Blue) = 239+101+32=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6520 is #109ADF. Grayscale: #868686. Windows color (decimal): -1088224 or 2123247. OLE color: 2123247.

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

Color convert

RGB23910132-
CMYK00.580.870.06
HSL20º86.61%53.14%-
HSV(B)20º86.61%93.73%-
XYZ40.5127.764.59-
YUV134.470.22202.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.25%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 32 (12.89% from 255) = 8.60%
R=64.25%
G=27.15%
B=8.60%

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
Decimal2391013200.580.870.062086.6153.14
HexEF652003A576145735
Octal3571454007212762412765
Binary11101111110010110000001110101010111110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6520; }

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

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

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

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

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

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

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

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