#EB6E1B

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

Shades of Pumpkin #EB6E1B

Tints of Pumpkin #EB6E1B

Color information

#EB6E1B (or 0xEB6E1B) is unknown color: approx Pumpkin. HEX triplet: EB, 6E and 1B. RGB value is (235,110,27). Sum of RGB (Red+Green+Blue) = 235+110+27=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E1B is #1491E4. Grayscale: #8A8A8A. Windows color (decimal): -1348069 or 1797867. OLE color: 1797867.

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

Color convert

RGB23511027-
CMYK00.530.890.08
HSL23.94º83.87%51.37%-
HSV(B)23.94º88.51%92.16%-
XYZ40.0328.894.5-
YUV137.9165.41197.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 27 (10.94% from 255) = 7.26%
R=63.17%
G=29.57%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351102700.530.890.0823.9483.8751.37
HexEB6E1B035598185433
Octal35315633065131103012463
Binary11101011110111011011011010110110011000110001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E1B; }

 p { color: rgb(235,110,27); }

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

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

 a { background-color: rgb(235,110,27); }

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

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

 span { border-color: rgb(235,110,27); }

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