#EF7C2B

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

Shades of West Side #EF7C2B

Tints of West Side #EF7C2B

Color information

#EF7C2B (or 0xEF7C2B) is unknown color: approx West Side. HEX triplet: EF, 7C and 2B. RGB value is (239,124,43). Sum of RGB (Red+Green+Blue) = 239+124+43=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7C2B is #1083D4. Grayscale: #959595. Windows color (decimal): -1082325 or 2850031. OLE color: 2850031.

HSL color Cylindrical-coordinate representation of color #EF7C2B: hue angle of 24.8º 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 #EF7C2B is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23912443-
CMYK00.480.820.06
HSL24.8º85.96%55.29%-
HSV(B)24.8º82.01%93.73%-
XYZ43.2432.946.36-
YUV149.1568.1192.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.87%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 43 (17.19% from 255) = 10.59%
R=58.87%
G=30.54%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391244300.480.820.0624.885.9655.29
HexEF7C2B030526195637
Octal3571745306012263112667
Binary11101111111110010101101100001010010110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7C2B; }

 p { color: rgb(239,124,43); }

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

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

 a { background-color: rgb(239,124,43); }

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

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

 span { border-color: rgb(239,124,43); }

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