#EB7932

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

Shades of West Side #EB7932

Tints of West Side #EB7932

Color information

#EB7932 (or 0xEB7932) is unknown color: approx West Side. HEX triplet: EB, 79 and 32. RGB value is (235,121,50). Sum of RGB (Red+Green+Blue) = 235+121+50=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7932 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7932 is #1486CD. Grayscale: #939393. Windows color (decimal): -1345230 or 3308011. OLE color: 3308011.

HSL color Cylindrical-coordinate representation of color #EB7932: hue angle of 23.03º 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 #EB7932 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23512150-
CMYK00.490.790.08
HSL23.03º82.22%55.88%-
HSV(B)23.03º78.72%92.16%-
XYZ41.6731.576.91-
YUV146.9973.27190.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 50 (19.92% from 255) = 12.32%
R=57.88%
G=29.80%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351215000.490.790.0823.0382.2255.88
HexEB79320314F8175238
Octal35317162061117102712270
Binary111010111111001110010011000110011111000101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7932; }

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

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

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

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

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

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

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

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