#EA7615

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

Shades of Pumpkin #EA7615

Tints of Pumpkin #EA7615

Color information

#EA7615 (or 0xEA7615) is unknown color: approx Pumpkin. HEX triplet: EA, 76 and 15. RGB value is (234,118,21). Sum of RGB (Red+Green+Blue) = 234+118+21=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7615 is #1589EA. Grayscale: #8E8E8E. Windows color (decimal): -1411563 or 1406698. OLE color: 1406698.

HSL color Cylindrical-coordinate representation of color #EA7615: hue angle of 27.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7615 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23411821-
CMYK00.500.910.08
HSL27.32º83.53%50%-
HSV(B)27.32º91.03%91.76%-
XYZ40.5530.54.46-
YUV141.6359.93193.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 21 (8.59% from 255) = 5.63%
R=62.73%
G=31.64%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341182100.500.910.0827.3283.5350
HexEA76150325B81b5432
Octal35216625062133103312462
Binary11101010111011010101011001010110111000110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7615; }

 p { color: rgb(234,118,21); }

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

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

 a { background-color: rgb(234,118,21); }

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

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

 span { border-color: rgb(234,118,21); }

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