#EA731A

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

Shades of Pumpkin #EA731A

Tints of Pumpkin #EA731A

Color information

#EA731A (or 0xEA731A) is unknown color: approx Pumpkin. HEX triplet: EA, 73 and 1A. RGB value is (234,115,26). Sum of RGB (Red+Green+Blue) = 234+115+26=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731A is #158CE5. Grayscale: #8C8C8C. Windows color (decimal): -1412326 or 1733610. OLE color: 1733610.

HSL color Cylindrical-coordinate representation of color #EA731A: hue angle of 25.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA731A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB23411526-
CMYK00.510.890.08
HSL25.67º83.2%50.98%-
HSV(B)25.67º88.89%91.76%-
XYZ40.2529.834.61-
YUV140.4463.42194.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=62.4%
G=30.67%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341152600.510.890.0825.6783.250.98
HexEA731A0335981a5333
Octal35216332063131103212363
Binary11101010111001111010011001110110011000110101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA731A; }

 p { color: rgb(234,115,26); }

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

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

 a { background-color: rgb(234,115,26); }

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

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

 span { border-color: rgb(234,115,26); }

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