#E2863A

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

Shades of West Side #E2863A

Tints of West Side #E2863A

Color information

#E2863A (or 0xE2863A) is unknown color: approx West Side. HEX triplet: E2, 86 and 3A. RGB value is (226,134,58). Sum of RGB (Red+Green+Blue) = 226+134+58=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2863A is #1D79C5. Grayscale: #999999. Windows color (decimal): -1931718 or 3835618. OLE color: 3835618.

HSL color Cylindrical-coordinate representation of color #E2863A: hue angle of 27.14º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2863A is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22613458-
CMYK00.410.740.11
HSL27.14º74.34%55.69%-
HSV(B)27.14º74.34%88.63%-
XYZ40.6533.528.33-
YUV152.8474.48180.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.07%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=54.07%
G=32.06%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261345800.410.740.1127.1474.3455.69
HexE2863A0294AB1b4a38
Octal34220672051112133311270
Binary1110001010000110111010010100110010101011110111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2863A; }

 p { color: rgb(226,134,58); }

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

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

 a { background-color: rgb(226,134,58); }

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

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

 span { border-color: rgb(226,134,58); }

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