#EA802F

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

Shades of West Side #EA802F

Tints of West Side #EA802F

Color information

#EA802F (or 0xEA802F) is unknown color: approx West Side. HEX triplet: EA, 80 and 2F. RGB value is (234,128,47). Sum of RGB (Red+Green+Blue) = 234+128+47=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA802F is #157FD0. Grayscale: #969696. Windows color (decimal): -1408977 or 3113194. OLE color: 3113194.

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

Color convert

RGB23412847-
CMYK00.450.800.08
HSL25.99º81.66%55.1%-
HSV(B)25.99º79.91%91.76%-
XYZ42.1633.146.86-
YUV150.4669.62187.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 47 (18.75% from 255) = 11.49%
R=57.21%
G=31.30%
B=11.49%

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
Decimal2341284700.450.800.0825.9981.6655.1
HexEA802F02D5081a5237
Octal35220057055120103212267
Binary1110101010000000101111010110110100001000110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA802F; }

 p { color: rgb(234,128,47); }

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

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

 a { background-color: rgb(234,128,47); }

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

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

 span { border-color: rgb(234,128,47); }

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