#EC7416

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

Shades of Pumpkin #EC7416

Tints of Pumpkin #EC7416

Color information

#EC7416 (or 0xEC7416) is unknown color: approx Pumpkin. HEX triplet: EC, 74 and 16. RGB value is (236,116,22). Sum of RGB (Red+Green+Blue) = 236+116+22=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7416 is #138BE9. Grayscale: #8D8D8D. Windows color (decimal): -1281002 or 1471724. OLE color: 1471724.

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

Color convert

RGB23611622-
CMYK00.510.910.07
HSL26.36º84.92%50.59%-
HSV(B)26.36º90.68%92.55%-
XYZ40.9830.384.46-
YUV141.1660.76195.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.10%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 22 (8.98% from 255) = 5.88%
R=63.10%
G=31.02%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361162200.510.910.0726.3684.9250.59
HexEC74160335B71a5533
Octal3541642606313373212563
Binary1110110011101001011001100111011011111110101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7416; }

 p { color: rgb(236,116,22); }

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

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

 a { background-color: rgb(236,116,22); }

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

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

 span { border-color: rgb(236,116,22); }

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