#EF6D21

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

Shades of Pumpkin #EF6D21

Tints of Pumpkin #EF6D21

Color information

#EF6D21 (or 0xEF6D21) is unknown color: approx Pumpkin. HEX triplet: EF, 6D and 21. RGB value is (239,109,33). Sum of RGB (Red+Green+Blue) = 239+109+33=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D21 is #1092DE. Grayscale: #8B8B8B. Windows color (decimal): -1086175 or 2190831. OLE color: 2190831.

HSL color Cylindrical-coordinate representation of color #EF6D21: hue angle of 22.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF6D21 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB23910933-
CMYK00.540.860.06
HSL22.14º86.55%53.33%-
HSV(B)22.14º86.19%93.73%-
XYZ41.3429.44.93-
YUV139.2168.07199.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=62.73%
G=28.61%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391093300.540.860.0622.1486.5553.33
HexEF6D21036566165735
Octal3571554106612662612765
Binary11101111110110110000101101101010110110101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6D21; }

 p { color: rgb(239,109,33); }

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

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

 a { background-color: rgb(239,109,33); }

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

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

 span { border-color: rgb(239,109,33); }

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