#EB7C1B

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

Shades of Pumpkin #EB7C1B

Tints of Pumpkin #EB7C1B

Color information

#EB7C1B (or 0xEB7C1B) is unknown color: approx Pumpkin. HEX triplet: EB, 7C and 1B. RGB value is (235,124,27). Sum of RGB (Red+Green+Blue) = 235+124+27=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C1B is #1483E4. Grayscale: #929292. Windows color (decimal): -1344485 or 1801451. OLE color: 1801451.

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

Color convert

RGB23512427-
CMYK00.470.890.08
HSL27.98º83.87%51.37%-
HSV(B)27.98º88.51%92.16%-
XYZ41.6732.165.05-
YUV146.1360.77191.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 27 (10.94% from 255) = 6.99%
R=60.88%
G=32.12%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351242700.470.890.0827.9883.8751.37
HexEB7C1B02F5981c5433
Octal35317433057131103412463
Binary11101011111110011011010111110110011000111001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7C1B; }

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

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

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

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

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

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

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

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