#EB8230

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

Shades of West Side #EB8230

Tints of West Side #EB8230

Color information

#EB8230 (or 0xEB8230) is unknown color: approx West Side. HEX triplet: EB, 82 and 30. RGB value is (235,130,48). Sum of RGB (Red+Green+Blue) = 235+130+48=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8230 is #147DCF. Grayscale: #989898. Windows color (decimal): -1342928 or 3179243. OLE color: 3179243.

HSL color Cylindrical-coordinate representation of color #EB8230: hue angle of 26.31º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB8230 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB23513048-
CMYK00.450.800.08
HSL26.31º82.38%55.49%-
HSV(B)26.31º79.57%92.16%-
XYZ42.7833.847.07-
YUV152.0569.29187.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.90%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 48 (19.14% from 255) = 11.62%
R=56.90%
G=31.48%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351304800.450.800.0826.3182.3855.49
HexEB823002D5081a5237
Octal35320260055120103212267
Binary1110101110000010110000010110110100001000110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8230; }

 p { color: rgb(235,130,48); }

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

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

 a { background-color: rgb(235,130,48); }

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

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

 span { border-color: rgb(235,130,48); }

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