#EF6C1F

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

Shades of Pumpkin #EF6C1F

Tints of Pumpkin #EF6C1F

Color information

#EF6C1F (or 0xEF6C1F) is unknown color: approx Pumpkin. HEX triplet: EF, 6C and 1F. RGB value is (239,108,31). Sum of RGB (Red+Green+Blue) = 239+108+31=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6C1F is #1093E0. Grayscale: #8A8A8A. Windows color (decimal): -1086433 or 2059503. OLE color: 2059503.

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

Color convert

RGB23910831-
CMYK00.550.870.06
HSL22.21º86.67%52.94%-
HSV(B)22.21º87.03%93.73%-
XYZ41.2129.174.76-
YUV138.3967.4199.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.23%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 8.20%
R=63.23%
G=28.57%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391083100.550.870.0622.2186.6752.94
HexEF6C1F037576165735
Octal3571543706712762612765
Binary1110111111011001111101101111010111110101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C1F; }

 p { color: rgb(239,108,31); }

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

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

 a { background-color: rgb(239,108,31); }

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

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

 span { border-color: rgb(239,108,31); }

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