#EC7A17

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

Shades of Pumpkin #EC7A17

Tints of Pumpkin #EC7A17

Color information

#EC7A17 (or 0xEC7A17) is unknown color: approx Pumpkin. HEX triplet: EC, 7A and 17. RGB value is (236,122,23). Sum of RGB (Red+Green+Blue) = 236+122+23=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A17 is #1385E8. Grayscale: #919191. Windows color (decimal): -1279465 or 1538796. OLE color: 1538796.

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

Color convert

RGB23612223-
CMYK00.480.900.07
HSL27.89º84.86%50.78%-
HSV(B)27.89º90.25%92.55%-
XYZ41.7131.814.75-
YUV144.859.27193.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=61.94%
G=32.02%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361222300.480.900.0727.8984.8650.78
HexEC7A170305A71c5533
Octal3541722706013273412563
Binary1110110011110101011101100001011010111111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A17; }

 p { color: rgb(236,122,23); }

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

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

 a { background-color: rgb(236,122,23); }

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

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

 span { border-color: rgb(236,122,23); }

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