Color Hex Logo

#eb773a Color Hex

#EB773A
(235,119,58)
0 Favorites   0 Comments

Color spaces of #eb773a

RGB 23511958
HSL0.060.820.57
HSV21°75°92°
CMYK 0.000.490.75   0.08
XYZ41.621531.16137.8240
Yxy31.16130.51640.3866
Hunter Lab55.822335.401830.7656
CIE-Lab62.643640.709752.4441

#eb773a color RGB value is (235,119,58).

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

The process color (four color CMYK) of #eb773a color hex is 0.00, 0.49, 0.75, 0.08. Web safe color of #eb773a is #ff6633. Color #eb773a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 00111010
Octal 353 167 72
Decimal 235 119 58
Hex EB 77 3A

RGB Percentages of Color #eb773a

%57.04
%28.88
%14.08

CMYK Percentages of Color #eb773a

%0
%49
%75
%8

Triadic Colors of #eb773a

#eb773a #3aeb77 #773aeb

Analogous Colors of #eb773a

#eb773a #ebd03a #eb3a56

Monochromatic Colors of #eb773a

#eb773a

Complementary Color

#eb773a #3aaeeb

#eb773a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb773a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb773a Color CSS Codes

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

#eb773a Text Font Color

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

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


#eb773a Background Color

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

This div background color is #eb773a


#eb773a Border Color

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

This div border color is #eb773a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,119,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 #eb773a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb773a


Comments

No comments written yet.

Please login to write comment.