#E1842A

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

Shades of West Side #E1842A

Tints of West Side #E1842A

Color information

#E1842A (or 0xE1842A) is unknown color: approx West Side. HEX triplet: E1, 84 and 2A. RGB value is (225,132,42). Sum of RGB (Red+Green+Blue) = 225+132+42=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1842A is #1E7BD5. Grayscale: #969696. Windows color (decimal): -1997782 or 2786529. OLE color: 2786529.

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

Color convert

RGB22513242-
CMYK00.410.810.12
HSL29.51º75.31%52.35%-
HSV(B)29.51º81.33%88.24%-
XYZ39.7232.686.4-
YUV149.5567.31181.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=56.39%
G=33.08%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251324200.410.810.1229.5175.3152.35
HexE1842A02951C1e4b34
Octal34120452051121143611364
Binary1110000110000100101010010100110100011100111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1842A; }

 p { color: rgb(225,132,42); }

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

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

 a { background-color: rgb(225,132,42); }

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

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

 span { border-color: rgb(225,132,42); }

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