#EF6B1D

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

Shades of Pumpkin #EF6B1D

Tints of Pumpkin #EF6B1D

Color information

#EF6B1D (or 0xEF6B1D) is unknown color: approx Pumpkin. HEX triplet: EF, 6B and 1D. RGB value is (239,107,29). Sum of RGB (Red+Green+Blue) = 239+107+29=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6B1D is #1094E2. Grayscale: #8A8A8A. Windows color (decimal): -1086691 or 1928175. OLE color: 1928175.

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

Color convert

RGB23910729-
CMYK00.550.880.06
HSL22.29º86.78%52.55%-
HSV(B)22.29º87.87%93.73%-
XYZ41.0828.954.59-
YUV137.5866.73200.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.73%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=63.73%
G=28.53%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391072900.550.880.0622.2986.7852.55
HexEF6B1D037586165735
Octal3571533506713062612765
Binary1110111111010111110101101111011000110101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6B1D; }

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

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

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

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

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

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

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

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