#EF6D10

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

Shades of Pumpkin #EF6D10

Tints of Pumpkin #EF6D10

Color information

#EF6D10 (or 0xEF6D10) is unknown color: approx Pumpkin. HEX triplet: EF, 6D and 10. RGB value is (239,109,16). Sum of RGB (Red+Green+Blue) = 239+109+16=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D10 is #1092EF. Grayscale: #898989. Windows color (decimal): -1086192 or 1076719. OLE color: 1076719.

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

Color convert

RGB23910916-
CMYK00.540.930.06
HSL25.02º87.45%50%-
HSV(B)25.02º93.31%93.73%-
XYZ41.1629.333.98-
YUV137.2759.57200.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.66%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 16 (6.64% from 255) = 4.40%
R=65.66%
G=29.95%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391091600.540.930.0625.0287.4550
HexEF6D100365D6195732
Octal3571552006613563112762
Binary1110111111011011000001101101011101110110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6D10; }

 p { color: rgb(239,109,16); }

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

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

 a { background-color: rgb(239,109,16); }

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

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

 span { border-color: rgb(239,109,16); }

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