#ef6b1f

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

Shades of Pumpkin #EF6B1F

Tints of Pumpkin #EF6B1F

Color information

#EF6B1F (or 0xEF6B1F) is unknown color: approx Pumpkin. HEX triplet: EF, 6B and 1F. RGB value is (239,107,31). Sum of RGB (Red+Green+Blue) = 239+107+31=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6B1F is #1094E0. Grayscale: #8A8A8A. Windows color (decimal): -1086689 or 2059247. OLE color: 2059247.

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

Color convert

RGB23910731-
CMYK00.550.870.06
HSL21.92º86.67%52.94%-
HSV(B)21.92º87.03%93.73%-
XYZ41.128.974.72-
YUV137.867.73200.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.40%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 31 (12.5% from 255) = 8.22%
R=63.40%
G=28.38%
B=8.22%

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
Decimal2391073100.550.870.0621.9286.6752.94
HexEF6B1F037576165735
Octal3571533706712762612765
Binary1110111111010111111101101111010111110101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef6b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef6b1f; }

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

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

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

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

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

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

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

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