#EF7E2C

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

Shades of West Side #EF7E2C

Tints of West Side #EF7E2C

Color information

#EF7E2C (or 0xEF7E2C) is unknown color: approx West Side. HEX triplet: EF, 7E and 2C. RGB value is (239,126,44). Sum of RGB (Red+Green+Blue) = 239+126+44=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E2C is #1081D3. Grayscale: #969696. Windows color (decimal): -1081812 or 2916079. OLE color: 2916079.

HSL color Cylindrical-coordinate representation of color #EF7E2C: hue angle of 25.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF7E2C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23912644-
CMYK00.470.820.06
HSL25.23º85.9%55.49%-
HSV(B)25.23º81.59%93.73%-
XYZ43.5133.456.55-
YUV150.4467.94191.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.44%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 44 (17.58% from 255) = 10.76%
R=58.44%
G=30.81%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391264400.470.820.0625.2385.955.49
HexEF7E2C02F526195637
Octal3571765405712263112667
Binary11101111111111010110001011111010010110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7E2C; }

 p { color: rgb(239,126,44); }

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

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

 a { background-color: rgb(239,126,44); }

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

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

 span { border-color: rgb(239,126,44); }

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