#EF761E

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

Shades of Pumpkin #EF761E

Tints of Pumpkin #EF761E

Color information

#EF761E (or 0xEF761E) is unknown color: approx Pumpkin. HEX triplet: EF, 76 and 1E. RGB value is (239,118,30). Sum of RGB (Red+Green+Blue) = 239+118+30=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF761E is #1089E1. Grayscale: #909090. Windows color (decimal): -1083874 or 1996527. OLE color: 1996527.

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

Color convert

RGB23911830-
CMYK00.510.870.06
HSL25.26º86.72%52.75%-
HSV(B)25.26º87.45%93.73%-
XYZ42.3131.45.06-
YUV144.1563.59195.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.76%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 30 (12.11% from 255) = 7.75%
R=61.76%
G=30.49%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391183000.510.870.0625.2686.7252.75
HexEF761E033576195735
Octal3571663606312763112765
Binary1110111111101101111001100111010111110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF761E; }

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

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

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

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

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

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

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

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