#EF802B

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

Shades of West Side #EF802B

Tints of West Side #EF802B

Color information

#EF802B (or 0xEF802B) is unknown color: approx West Side. HEX triplet: EF, 80 and 2B. RGB value is (239,128,43). Sum of RGB (Red+Green+Blue) = 239+128+43=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF802B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF802B is #107FD4. Grayscale: #979797. Windows color (decimal): -1081301 or 2851055. OLE color: 2851055.

HSL color Cylindrical-coordinate representation of color #EF802B: hue angle of 26.02º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF802B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23912843-
CMYK00.460.820.06
HSL26.02º85.96%55.29%-
HSV(B)26.02º82.01%93.73%-
XYZ43.7533.966.54-
YUV151.566.77190.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.29%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 43 (17.19% from 255) = 10.49%
R=58.29%
G=31.22%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391284300.460.820.0626.0285.9655.29
HexEF802B02E5261a5637
Octal3572005305612263212667
Binary111011111000000010101101011101010010110110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF802B; }

 p { color: rgb(239,128,43); }

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

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

 a { background-color: rgb(239,128,43); }

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

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

 span { border-color: rgb(239,128,43); }

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