#EB6A16

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

Shades of Pumpkin #EB6A16

Tints of Pumpkin #EB6A16

Color information

#EB6A16 (or 0xEB6A16) is unknown color: approx Pumpkin. HEX triplet: EB, 6A and 16. RGB value is (235,106,22). Sum of RGB (Red+Green+Blue) = 235+106+22=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A16 is #1495E9. Grayscale: #878787. Windows color (decimal): -1349098 or 1469163. OLE color: 1469163.

HSL color Cylindrical-coordinate representation of color #EB6A16: hue angle of 23.66º 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 #EB6A16 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23510622-
CMYK00.550.910.08
HSL23.66º84.19%50.39%-
HSV(B)23.66º90.64%92.16%-
XYZ39.5628.034.08-
YUV13564.24199.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.74%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 22 (8.98% from 255) = 6.06%
R=64.74%
G=29.20%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351062200.550.910.0823.6684.1950.39
HexEB6A160375B8185432
Octal35315226067133103012462
Binary11101011110101010110011011110110111000110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A16; }

 p { color: rgb(235,106,22); }

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

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

 a { background-color: rgb(235,106,22); }

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

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

 span { border-color: rgb(235,106,22); }

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