#ED721F

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

Shades of Pumpkin #ED721F

Tints of Pumpkin #ED721F

Color information

#ED721F (or 0xED721F) is unknown color: approx Pumpkin. HEX triplet: ED, 72 and 1F. RGB value is (237,114,31). Sum of RGB (Red+Green+Blue) = 237+114+31=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED721F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED721F is #128DE0. Grayscale: #8D8D8D. Windows color (decimal): -1215969 or 2061037. OLE color: 2061037.

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

Color convert

RGB23711431-
CMYK00.520.870.07
HSL24.17º85.12%52.55%-
HSV(B)24.17º86.92%92.94%-
XYZ41.1930.144.94-
YUV141.3265.75196.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.04%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 31 (12.5% from 255) = 8.12%
R=62.04%
G=29.84%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371143100.520.870.0724.1785.1252.55
HexED721F034577185535
Octal3551623706412773012565
Binary1110110111100101111101101001010111111110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED721F; }

 p { color: rgb(237,114,31); }

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

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

 a { background-color: rgb(237,114,31); }

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

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

 span { border-color: rgb(237,114,31); }

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