#EB7B31

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

Shades of West Side #EB7B31

Tints of West Side #EB7B31

Color information

#EB7B31 (or 0xEB7B31) is unknown color: approx West Side. HEX triplet: EB, 7B and 31. RGB value is (235,123,49). Sum of RGB (Red+Green+Blue) = 235+123+49=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B31 is #1484CE. Grayscale: #949494. Windows color (decimal): -1344719 or 3242987. OLE color: 3242987.

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

Color convert

RGB23512349-
CMYK00.480.790.08
HSL23.87º82.3%55.69%-
HSV(B)23.87º79.15%92.16%-
XYZ41.932.056.88-
YUV148.0572.11190.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 49 (19.53% from 255) = 12.04%
R=57.74%
G=30.22%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351234900.480.790.0823.8782.355.69
HexEB7B310304F8185238
Octal35317361060117103012270
Binary111010111111011110001011000010011111000110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B31; }

 p { color: rgb(235,123,49); }

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

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

 a { background-color: rgb(235,123,49); }

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

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

 span { border-color: rgb(235,123,49); }

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