#EB7C34

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

Shades of West Side #EB7C34

Tints of West Side #EB7C34

Color information

#EB7C34 (or 0xEB7C34) is unknown color: approx West Side. HEX triplet: EB, 7C and 34. RGB value is (235,124,52). Sum of RGB (Red+Green+Blue) = 235+124+52=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C34 is #1483CB. Grayscale: #959595. Windows color (decimal): -1344460 or 3439851. OLE color: 3439851.

HSL color Cylindrical-coordinate representation of color #EB7C34: hue angle of 23.61º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB7C34 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB23512452-
CMYK00.470.780.08
HSL23.61º82.06%56.27%-
HSV(B)23.61º77.87%92.16%-
XYZ42.0932.337.27-
YUV148.9873.27189.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.18%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=57.18%
G=30.17%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351245200.470.780.0823.6182.0656.27
HexEB7C3402F4E8185238
Octal35317464057116103012270
Binary111010111111100110100010111110011101000110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7C34; }

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

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

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

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

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

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

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

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