#EF641E

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

Shades of Pumpkin #EF641E

Tints of Pumpkin #EF641E

Color information

#EF641E (or 0xEF641E) is unknown color: approx Pumpkin. HEX triplet: EF, 64 and 1E. RGB value is (239,100,30). Sum of RGB (Red+Green+Blue) = 239+100+30=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641E is #109BE1. Grayscale: #868686. Windows color (decimal): -1088482 or 1991919. OLE color: 1991919.

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

Color convert

RGB23910030-
CMYK00.580.870.06
HSL20.1º86.72%52.75%-
HSV(B)20.1º87.45%93.73%-
XYZ40.3927.564.42-
YUV133.5869.55203.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.77%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=64.77%
G=27.10%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391003000.580.870.0620.186.7252.75
HexEF641E03A576145735
Octal3571443607212762412765
Binary1110111111001001111001110101010111110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF641E; }

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

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

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

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

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

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

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

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