#EB7A32

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

Shades of West Side #EB7A32

Tints of West Side #EB7A32

Color information

#EB7A32 (or 0xEB7A32) is unknown color: approx West Side. HEX triplet: EB, 7A and 32. RGB value is (235,122,50). Sum of RGB (Red+Green+Blue) = 235+122+50=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7A32 is #1485CD. Grayscale: #939393. Windows color (decimal): -1344974 or 3308267. OLE color: 3308267.

HSL color Cylindrical-coordinate representation of color #EB7A32: hue angle of 23.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB7A32 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23512250-
CMYK00.480.790.08
HSL23.35º82.22%55.88%-
HSV(B)23.35º78.72%92.16%-
XYZ41.831.816.95-
YUV147.5872.94190.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=57.74%
G=29.98%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351225000.480.790.0823.3582.2255.88
HexEB7A320304F8175238
Octal35317262060117102712270
Binary111010111111010110010011000010011111000101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A32; }

 p { color: rgb(235,122,50); }

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

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

 a { background-color: rgb(235,122,50); }

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

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

 span { border-color: rgb(235,122,50); }

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