#EF701E

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

Shades of Pumpkin #EF701E

Tints of Pumpkin #EF701E

Color information

#EF701E (or 0xEF701E) is unknown color: approx Pumpkin. HEX triplet: EF, 70 and 1E. RGB value is (239,112,30). Sum of RGB (Red+Green+Blue) = 239+112+30=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF701E is #108FE1. Grayscale: #8D8D8D. Windows color (decimal): -1085410 or 1994991. OLE color: 1994991.

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

Color convert

RGB23911230-
CMYK00.530.870.06
HSL23.54º86.72%52.75%-
HSV(B)23.54º87.45%93.73%-
XYZ41.6330.034.83-
YUV140.6265.58198.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=62.73%
G=29.40%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391123000.530.870.0623.5486.7252.75
HexEF701E035576185735
Octal3571603606512763012765
Binary1110111111100001111001101011010111110110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF701E; }

 p { color: rgb(239,112,30); }

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

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

 a { background-color: rgb(239,112,30); }

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

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

 span { border-color: rgb(239,112,30); }

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