#ea833a

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

Shades of West Side #EA833A

Tints of West Side #EA833A

Color information

#EA833A (or 0xEA833A) is unknown color: approx West Side. HEX triplet: EA, 83 and 3A. RGB value is (234,131,58). Sum of RGB (Red+Green+Blue) = 234+131+58=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA833A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA833A is #157CC5. Grayscale: #999999. Windows color (decimal): -1408198 or 3834858. OLE color: 3834858.

HSL color Cylindrical-coordinate representation of color #EA833A: hue angle of 24.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA833A is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23413158-
CMYK00.440.750.08
HSL24.89º80.73%57.25%-
HSV(B)24.89º75.21%91.76%-
XYZ42.8134.038.32-
YUV153.4874.12185.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=55.32%
G=30.97%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341315800.440.750.0824.8980.7357.25
HexEA833A02C4B8195139
Octal35220372054113103112171
Binary1110101010000011111010010110010010111000110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea833a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea833a; }

 p { color: rgb(234,131,58); }

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

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

 a { background-color: rgb(234,131,58); }

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

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

 span { border-color: rgb(234,131,58); }

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