#E1802D

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

Shades of West Side #E1802D

Tints of West Side #E1802D

Color information

#E1802D (or 0xE1802D) is unknown color: approx West Side. HEX triplet: E1, 80 and 2D. RGB value is (225,128,45). Sum of RGB (Red+Green+Blue) = 225+128+45=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1802D is #1E7FD2. Grayscale: #939393. Windows color (decimal): -1998803 or 2982113. OLE color: 2982113.

HSL color Cylindrical-coordinate representation of color #E1802D: hue angle of 27.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1802D is Cyan = 0, Magento = 0.43, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB22512845-
CMYK00.430.80.12
HSL27.67º75%52.94%-
HSV(B)27.67º80%88.24%-
XYZ39.2431.646.52-
YUV147.5470.14183.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 45 (17.97% from 255) = 11.31%
R=56.53%
G=32.16%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251284500.430.80.1227.677552.94
HexE1802D02B50C1c4b35
Octal34120055053120143411365
Binary1110000110000000101101010101110100001100111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1802D; }

 p { color: rgb(225,128,45); }

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

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

 a { background-color: rgb(225,128,45); }

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

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

 span { border-color: rgb(225,128,45); }

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