#EF6C10

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

Shades of Pumpkin #EF6C10

Tints of Pumpkin #EF6C10

Color information

#EF6C10 (or 0xEF6C10) is unknown color: approx Pumpkin. HEX triplet: EF, 6C and 10. RGB value is (239,108,16). Sum of RGB (Red+Green+Blue) = 239+108+16=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6C10 is #1093EF. Grayscale: #898989. Windows color (decimal): -1086448 or 1076463. OLE color: 1076463.

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

Color convert

RGB23910816-
CMYK00.550.930.06
HSL24.75º87.45%50%-
HSV(B)24.75º93.31%93.73%-
XYZ41.0529.113.95-
YUV136.6859.9200.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.84%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=65.84%
G=29.75%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391081600.550.930.0624.7587.4550
HexEF6C100375D6195732
Octal3571542006713563112762
Binary1110111111011001000001101111011101110110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6C10; }

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

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

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

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

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

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

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

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