Color Hex Logo

#eb813a Color Hex

#EB813A
(235,129,58)
0 Favorites   0 Comments

Color spaces of #eb813a

RGB 23512958
HSL0.070.820.57
HSV24°75°92°
CMYK 0.000.450.75   0.08
XYZ42.874933.66828.2418
Yxy33.66820.50570.3971
Hunter Lab58.024330.353432.1954
CIE-Lab64.698335.626654.5324

#eb813a color RGB value is (235,129,58).

#eb813a hex color red value is 235, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eb813a hue: 0.07 , saturation: 0.82 and the lightness value of eb813a is 0.57.

The process color (four color CMYK) of #eb813a color hex is 0.00, 0.45, 0.75, 0.08. Web safe color of #eb813a is #ff9933. Color #eb813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 00111010
Octal 353 201 72
Decimal 235 129 58
Hex EB 81 3A

RGB Percentages of Color #eb813a

%55.69
%30.57
%13.74

CMYK Percentages of Color #eb813a

%0
%45
%75
%8

Triadic Colors of #eb813a

#eb813a #3aeb81 #813aeb

Analogous Colors of #eb813a

#eb813a #ebda3a #eb3a4b

Monochromatic Colors of #eb813a

#eb813a

Complementary Color

#eb813a #3aa4eb

#eb813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb813a Color CSS Codes

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

#eb813a Text Font Color

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

This sample text font color is #eb813a
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.


#eb813a Background Color

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

This div background color is #eb813a


#eb813a Border Color

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

This div border color is #eb813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb813a


Comments

No comments written yet.

Please login to write comment.