#E5803A

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

Shades of West Side #E5803A

Tints of West Side #E5803A

Color information

#E5803A (or 0xE5803A) is unknown color: approx West Side. HEX triplet: E5, 80 and 3A. RGB value is (229,128,58). Sum of RGB (Red+Green+Blue) = 229+128+58=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5803A is #1A7FC5. Grayscale: #969696. Windows color (decimal): -1736646 or 3834085. OLE color: 3834085.

HSL color Cylindrical-coordinate representation of color #E5803A: hue angle of 24.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5803A is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB22912858-
CMYK00.440.750.10
HSL24.56º76.68%56.27%-
HSV(B)24.56º74.67%89.8%-
XYZ40.832.48.11-
YUV150.2275.96184.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 58 (23.05% from 255) = 13.98%
R=55.18%
G=30.84%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291285800.440.750.1024.5676.6856.27
HexE5803A02C4BA194d38
Octal34520072054113123111570
Binary1110010110000000111010010110010010111010110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5803A; }

 p { color: rgb(229,128,58); }

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

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

 a { background-color: rgb(229,128,58); }

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

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

 span { border-color: rgb(229,128,58); }

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