#ED7E19

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

Shades of Pumpkin #ED7E19

Tints of Pumpkin #ED7E19

Color information

#ED7E19 (or 0xED7E19) is unknown color: approx Pumpkin. HEX triplet: ED, 7E and 19. RGB value is (237,126,25). Sum of RGB (Red+Green+Blue) = 237+126+25=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7E19 is #1281E6. Grayscale: #949494. Windows color (decimal): -1212903 or 1670893. OLE color: 1670893.

HSL color Cylindrical-coordinate representation of color #ED7E19: hue angle of 28.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED7E19 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB23712625-
CMYK00.470.890.07
HSL28.58º85.48%51.37%-
HSV(B)28.58º89.45%92.94%-
XYZ42.56335.05-
YUV147.6758.77191.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 25 (10.16% from 255) = 6.44%
R=61.08%
G=32.47%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371262500.470.890.0728.5885.4851.37
HexED7E1902F5971d5533
Octal3551763105713173512563
Binary1110110111111101100101011111011001111111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E19; }

 p { color: rgb(237,126,25); }

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

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

 a { background-color: rgb(237,126,25); }

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

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

 span { border-color: rgb(237,126,25); }

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