#EF7316

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

Shades of Pumpkin #EF7316

Tints of Pumpkin #EF7316

Color information

#EF7316 (or 0xEF7316) is unknown color: approx Pumpkin. HEX triplet: EF, 73 and 16. RGB value is (239,115,22). Sum of RGB (Red+Green+Blue) = 239+115+22=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7316 is #108CE9. Grayscale: #8D8D8D. Windows color (decimal): -1084650 or 1471471. OLE color: 1471471.

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

Color convert

RGB23911522-
CMYK00.520.910.06
HSL25.71º87.15%51.18%-
HSV(B)25.71º90.79%93.73%-
XYZ41.8730.674.47-
YUV141.4760.58197.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.56%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 22 (8.98% from 255) = 5.85%
R=63.56%
G=30.59%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391152200.520.910.0625.7187.1551.18
HexEF73160345B61a5733
Octal3571632606413363212763
Binary1110111111100111011001101001011011110110101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7316; }

 p { color: rgb(239,115,22); }

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

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

 a { background-color: rgb(239,115,22); }

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

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

 span { border-color: rgb(239,115,22); }

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