#ED731B

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

Shades of Pumpkin #ED731B

Tints of Pumpkin #ED731B

Color information

#ED731B (or 0xED731B) is unknown color: approx Pumpkin. HEX triplet: ED, 73 and 1B. RGB value is (237,115,27). Sum of RGB (Red+Green+Blue) = 237+115+27=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731B is #128CE4. Grayscale: #8D8D8D. Windows color (decimal): -1215717 or 1799149. OLE color: 1799149.

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

Color convert

RGB23711527-
CMYK00.510.890.07
HSL25.14º85.37%51.76%-
HSV(B)25.14º88.61%92.94%-
XYZ41.2530.354.72-
YUV141.4563.42196.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 27 (10.94% from 255) = 7.12%
R=62.53%
G=30.34%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371152700.510.890.0725.1485.3751.76
HexED731B033597195534
Octal3551633306313173112564
Binary1110110111100111101101100111011001111110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED731B; }

 p { color: rgb(237,115,27); }

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

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

 a { background-color: rgb(237,115,27); }

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

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

 span { border-color: rgb(237,115,27); }

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