Color Hex Logo

#eb760e Color Hex

#EB760E
(235,118,14)
0 Favorites   0 Comments

Color spaces of #eb760e

RGB 23511814
HSL0.080.890.49
HSV28°94°92°
CMYK 0.000.500.94   0.08
XYZ40.818630.65074.1803
Yxy30.65070.53960.4052
Hunter Lab55.363134.720834.2773
CIE-Lab62.211740.114067.3774

#eb760e color RGB value is (235,118,14).

#eb760e hex color red value is 235, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb760e hue: 0.08 , saturation: 0.89 and the lightness value of eb760e is 0.49.

The process color (four color CMYK) of #eb760e color hex is 0.00, 0.50, 0.94, 0.08. Web safe color of #eb760e is #ff6600. Color #eb760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 00001110
Octal 353 166 16
Decimal 235 118 14
Hex EB 76 E

RGB Percentages of Color #eb760e

%64.03
%32.15
%3.81

CMYK Percentages of Color #eb760e

%0
%50
%94
%8

Triadic Colors of #eb760e

#eb760e #0eeb76 #760eeb

Analogous Colors of #eb760e

#eb760e #ebe50e #eb0e15

Monochromatic Colors of #eb760e

#eb760e

Complementary Color

#eb760e #0e83eb

#eb760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb760e Color CSS Codes

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

#eb760e Text Font Color

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

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


#eb760e Background Color

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

This div background color is #eb760e


#eb760e Border Color

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

This div border color is #eb760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb760e


Comments

No comments written yet.

Please login to write comment.