#ef6f1f

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

Shades of Pumpkin #EF6F1F

Tints of Pumpkin #EF6F1F

Color information

#EF6F1F (or 0xEF6F1F) is unknown color: approx Pumpkin. HEX triplet: EF, 6F and 1F. RGB value is (239,111,31). Sum of RGB (Red+Green+Blue) = 239+111+31=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6F1F is #1090E0. Grayscale: #8C8C8C. Windows color (decimal): -1085665 or 2060271. OLE color: 2060271.

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

Color convert

RGB23911131-
CMYK00.540.870.06
HSL23.08º86.67%52.94%-
HSV(B)23.08º87.03%93.73%-
XYZ41.5329.824.86-
YUV140.1566.41198.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 31 (12.5% from 255) = 8.14%
R=62.73%
G=29.13%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391113100.540.870.0623.0886.6752.94
HexEF6F1F036576175735
Octal3571573706612762712765
Binary1110111111011111111101101101010111110101111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef6f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef6f1f; }

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

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

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

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

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

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

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

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