#E1832E

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

Shades of West Side #E1832E

Tints of West Side #E1832E

Color information

#E1832E (or 0xE1832E) is unknown color: approx West Side. HEX triplet: E1, 83 and 2E. RGB value is (225,131,46). Sum of RGB (Red+Green+Blue) = 225+131+46=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1832E is #1E7CD1. Grayscale: #959595. Windows color (decimal): -1998034 or 3048417. OLE color: 3048417.

HSL color Cylindrical-coordinate representation of color #E1832E: hue angle of 28.49º 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 #E1832E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22513146-
CMYK00.420.800.12
HSL28.49º74.9%53.14%-
HSV(B)28.49º79.56%88.24%-
XYZ39.6632.446.76-
YUV149.4269.64181.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=55.97%
G=32.59%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251314600.420.800.1228.4974.953.14
HexE1832E02A50C1c4b35
Octal34120356052120143411365
Binary1110000110000011101110010101010100001100111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1832E; }

 p { color: rgb(225,131,46); }

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

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

 a { background-color: rgb(225,131,46); }

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

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

 span { border-color: rgb(225,131,46); }

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