#EF601E

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

Shades of Pumpkin #EF601E

Tints of Pumpkin #EF601E

Color information

#EF601E (or 0xEF601E) is unknown color: approx Pumpkin. HEX triplet: EF, 60 and 1E. RGB value is (239,96,30). Sum of RGB (Red+Green+Blue) = 239+96+30=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF601E is #109FE1. Grayscale: #838383. Windows color (decimal): -1089506 or 1990895. OLE color: 1990895.

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

Color convert

RGB2399630-
CMYK00.600.870.06
HSL18.95º86.72%52.75%-
HSV(B)18.95º87.45%93.73%-
XYZ40.0126.814.29-
YUV131.2370.88204.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.48%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=65.48%
G=26.30%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239963000.600.870.0618.9586.7252.75
HexEF601E03C576135735
Octal3571403607412762312765
Binary1110111111000001111001111001010111110100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF601E; }

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

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

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

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

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

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

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

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