#EF741D

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

Shades of Pumpkin #EF741D

Tints of Pumpkin #EF741D

Color information

#EF741D (or 0xEF741D) is unknown color: approx Pumpkin. HEX triplet: EF, 74 and 1D. RGB value is (239,116,29). Sum of RGB (Red+Green+Blue) = 239+116+29=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF741D is #108BE2. Grayscale: #8F8F8F. Windows color (decimal): -1084387 or 1930479. OLE color: 1930479.

HSL color Cylindrical-coordinate representation of color #EF741D: hue angle of 24.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF741D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB23911629-
CMYK00.510.880.06
HSL24.86º86.78%52.55%-
HSV(B)24.86º87.87%93.73%-
XYZ42.0630.934.92-
YUV142.8663.75196.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.24%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 29 (11.72% from 255) = 7.55%
R=62.24%
G=30.21%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391162900.510.880.0624.8686.7852.55
HexEF741D033586195735
Octal3571643506313063112765
Binary1110111111101001110101100111011000110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF741D; }

 p { color: rgb(239,116,29); }

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

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

 a { background-color: rgb(239,116,29); }

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

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

 span { border-color: rgb(239,116,29); }

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