#EF621F

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

Shades of Pumpkin #EF621F

Tints of Pumpkin #EF621F

Color information

#EF621F (or 0xEF621F) is unknown color: approx Pumpkin. HEX triplet: EF, 62 and 1F. RGB value is (239,98,31). Sum of RGB (Red+Green+Blue) = 239+98+31=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF621F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF621F is #109DE0. Grayscale: #848484. Windows color (decimal): -1088993 or 2056943. OLE color: 2056943.

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

Color convert

RGB2399831-
CMYK00.590.870.06
HSL19.33º86.67%52.94%-
HSV(B)19.33º87.03%93.73%-
XYZ40.2127.194.42-
YUV132.5270.71203.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.95%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 31 (12.5% from 255) = 8.42%
R=64.95%
G=26.63%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239983100.590.870.0619.3386.6752.94
HexEF621F03B576135735
Octal3571423707312762312765
Binary1110111111000101111101110111010111110100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF621F; }

 p { color: rgb(239,98,31); }

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

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

 a { background-color: rgb(239,98,31); }

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

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

 span { border-color: rgb(239,98,31); }

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