#E88235

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

Shades of West Side #E88235

Tints of West Side #E88235

Color information

#E88235 (or 0xE88235) is unknown color: approx West Side. HEX triplet: E8, 82 and 35. RGB value is (232,130,53). Sum of RGB (Red+Green+Blue) = 232+130+53=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E88235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88235 is #177DCA. Grayscale: #989898. Windows color (decimal): -1539531 or 3506920. OLE color: 3506920.

HSL color Cylindrical-coordinate representation of color #E88235: hue angle of 25.81º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E88235 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB23213053-
CMYK00.440.770.09
HSL25.81º79.56%55.88%-
HSV(B)25.81º77.16%90.98%-
XYZ41.933.387.6-
YUV151.7272.29185.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=55.90%
G=31.33%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321305300.440.770.0925.8179.5655.88
HexE8823502C4D91a5038
Octal35020265054115113212070
Binary1110100010000010110101010110010011011001110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88235; }

 p { color: rgb(232,130,53); }

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

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

 a { background-color: rgb(232,130,53); }

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

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

 span { border-color: rgb(232,130,53); }

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