#E38032

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

Shades of West Side #E38032

Tints of West Side #E38032

Color information

#E38032 (or 0xE38032) is unknown color: approx West Side. HEX triplet: E3, 80 and 32. RGB value is (227,128,50). Sum of RGB (Red+Green+Blue) = 227+128+50=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E38032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38032 is #1C7FCD. Grayscale: #959595. Windows color (decimal): -1867726 or 3309795. OLE color: 3309795.

HSL color Cylindrical-coordinate representation of color #E38032: hue angle of 26.44º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E38032 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB22712850-
CMYK00.440.780.11
HSL26.44º75.97%54.31%-
HSV(B)26.44º77.97%89.02%-
XYZ39.97327.09-
YUV148.7172.3183.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 50 (19.92% from 255) = 12.35%
R=56.05%
G=31.60%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271285000.440.780.1126.4475.9754.31
HexE3803202C4EB1a4c36
Octal34320062054116133211466
Binary1110001110000000110010010110010011101011110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38032; }

 p { color: rgb(227,128,50); }

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

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

 a { background-color: rgb(227,128,50); }

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

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

 span { border-color: rgb(227,128,50); }

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