Color Hex Logo

#eb802a Color Hex

#EB802A
(235,128,42)
0 Favorites   0 Comments

Color spaces of #eb802a

RGB 23512842
HSL0.070.830.54
HSV27°82°92°
CMYK 0.000.460.82   0.08
XYZ42.398033.26776.3772
Yxy33.26770.51680.4055
Hunter Lab57.678230.274833.8193
CIE-Lab64.377135.584360.9112

#eb802a color RGB value is (235,128,42).

#eb802a hex color red value is 235, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb802a hue: 0.07 , saturation: 0.83 and the lightness value of eb802a is 0.54.

The process color (four color CMYK) of #eb802a color hex is 0.00, 0.46, 0.82, 0.08. Web safe color of #eb802a is #ff9933. Color #eb802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 00101010
Octal 353 200 52
Decimal 235 128 42
Hex EB 80 2A

RGB Percentages of Color #eb802a

%58.02
%31.60
%10.37

CMYK Percentages of Color #eb802a

%0
%46
%82
%8

Triadic Colors of #eb802a

#eb802a #2aeb80 #802aeb

Analogous Colors of #eb802a

#eb802a #ebe12a #eb2a34

Monochromatic Colors of #eb802a

#eb802a

Complementary Color

#eb802a #2a95eb

#eb802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb802a Color CSS Codes

.mybgcolor {background-color:#eb802a; } 
.myforecolor {color:#eb802a; }
.mybordercolor {border:3px solid #eb802a; }

#eb802a Text Font Color

<p style="color:#eb802a">Text here</p>

This sample text font color is #eb802a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb802a Background Color

<div style="background-color:#eb802a">
Div content here</div>

This div background color is #eb802a


#eb802a Border Color

<div style="border:3px solid #eb802a">
Div here</div>

This div border color is #eb802a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,128,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb802a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb802a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb802a;
  box-shadow:         1px 1px 3px 2px #eb802a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,128,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb802a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb802a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb802a;
  box-shadow:         1px 1px 3px 2px #eb802a;">
Div content here</div>

This div box has shadow with color #eb802a


Comments

No comments written yet.

Please login to write comment.