#EB8131

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

Shades of West Side #EB8131

Tints of West Side #EB8131

Color information

#EB8131 (or 0xEB8131) is unknown color: approx West Side. HEX triplet: EB, 81 and 31. RGB value is (235,129,49). Sum of RGB (Red+Green+Blue) = 235+129+49=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8131 is #147ECE. Grayscale: #989898. Windows color (decimal): -1343183 or 3244523. OLE color: 3244523.

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

Color convert

RGB23512949-
CMYK00.450.790.08
HSL25.81º82.3%55.69%-
HSV(B)25.81º79.15%92.16%-
XYZ42.6733.587.14-
YUV151.5770.12187.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.90%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=56.90%
G=31.23%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351294900.450.790.0825.8182.355.69
HexEB813102D4F81a5238
Octal35320161055117103212270
Binary1110101110000001110001010110110011111000110101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8131; }

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

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

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

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

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

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

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

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