#EC7A1C

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

Shades of Pumpkin #EC7A1C

Tints of Pumpkin #EC7A1C

Color information

#EC7A1C (or 0xEC7A1C) is unknown color: approx Pumpkin. HEX triplet: EC, 7A and 1C. RGB value is (236,122,28). Sum of RGB (Red+Green+Blue) = 236+122+28=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A1C is #1385E3. Grayscale: #919191. Windows color (decimal): -1279460 or 1866476. OLE color: 1866476.

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

Color convert

RGB23612228-
CMYK00.480.880.07
HSL27.12º84.55%51.76%-
HSV(B)27.12º88.14%92.55%-
XYZ41.7631.845.04-
YUV145.3761.77192.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.14%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 28 (11.33% from 255) = 7.25%
R=61.14%
G=31.61%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361222800.480.880.0727.1284.5551.76
HexEC7A1C0305871b5534
Octal3541723406013073312564
Binary1110110011110101110001100001011000111110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A1C; }

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

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

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

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

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

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

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

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