#ED7A14

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

Shades of Pumpkin #ED7A14

Tints of Pumpkin #ED7A14

Color information

#ED7A14 (or 0xED7A14) is unknown color: approx Pumpkin. HEX triplet: ED, 7A and 14. RGB value is (237,122,20). Sum of RGB (Red+Green+Blue) = 237+122+20=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A14 is #1285EB. Grayscale: #919191. Windows color (decimal): -1213932 or 1342189. OLE color: 1342189.

HSL color Cylindrical-coordinate representation of color #ED7A14: hue angle of 28.2º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED7A14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB23712220-
CMYK00.490.920.07
HSL28.2º85.77%50.39%-
HSV(B)28.2º91.56%92.94%-
XYZ42.0131.974.62-
YUV144.7657.6193.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=62.53%
G=32.19%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371222000.490.920.0728.285.7750.39
HexED7A140315C71c5632
Octal3551722406113473412662
Binary1110110111110101010001100011011100111111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A14; }

 p { color: rgb(237,122,20); }

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

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

 a { background-color: rgb(237,122,20); }

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

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

 span { border-color: rgb(237,122,20); }

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