#EF7216

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

Shades of Pumpkin #EF7216

Tints of Pumpkin #EF7216

Color information

#EF7216 (or 0xEF7216) is unknown color: approx Pumpkin. HEX triplet: EF, 72 and 16. RGB value is (239,114,22). Sum of RGB (Red+Green+Blue) = 239+114+22=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7216 is #108DE9. Grayscale: #8D8D8D. Windows color (decimal): -1084906 or 1471215. OLE color: 1471215.

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

Color convert

RGB23911422-
CMYK00.520.910.06
HSL25.44º87.15%51.18%-
HSV(B)25.44º90.79%93.73%-
XYZ41.7630.444.43-
YUV140.8960.91197.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.73%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 22 (8.98% from 255) = 5.87%
R=63.73%
G=30.4%
B=5.87%

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
Decimal2391142200.520.910.0625.4487.1551.18
HexEF72160345B6195733
Octal3571622606413363112763
Binary1110111111100101011001101001011011110110011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7216; }

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

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

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

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

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

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

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

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