Color Hex Logo

#eb720e Color Hex

#EB720E
(235,114,14)
0 Favorites   0 Comments

Color spaces of #eb720e

RGB 23511414
HSL0.080.890.49
HSV27°94°92°
CMYK 0.000.510.94   0.08
XYZ40.357529.72854.0266
Yxy29.72850.54450.4011
Hunter Lab54.523836.705533.7881
CIE-Lab61.419342.103766.8485

#eb720e color RGB value is (235,114,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 00001110
Octal 353 162 16
Decimal 235 114 14
Hex EB 72 E

RGB Percentages of Color #eb720e

%64.74
%31.40
%3.86

CMYK Percentages of Color #eb720e

%0
%51
%94
%8

Triadic Colors of #eb720e

#eb720e #0eeb72 #720eeb

Analogous Colors of #eb720e

#eb720e #ebe10e #eb0e19

Monochromatic Colors of #eb720e

#eb720e

Complementary Color

#eb720e #0e87eb

#eb720e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb720e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb720e Color CSS Codes

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

#eb720e Text Font Color

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

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


#eb720e Background Color

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

This div background color is #eb720e


#eb720e Border Color

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

This div border color is #eb720e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb720e


Comments

No comments written yet.

Please login to write comment.