Color Hex Logo

#eb730e Color Hex

#EB730E
(235,115,14)
0 Favorites   0 Comments

Color spaces of #eb730e

RGB 23511514
HSL0.080.890.49
HSV27°94°92°
CMYK 0.000.510.94   0.08
XYZ40.470929.95534.0644
Yxy29.95530.54330.4021
Hunter Lab54.731436.211033.9091
CIE-Lab61.615641.608966.9792

#eb730e color RGB value is (235,115,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 00001110
Octal 353 163 16
Decimal 235 115 14
Hex EB 73 E

RGB Percentages of Color #eb730e

%64.56
%31.59
%3.85

CMYK Percentages of Color #eb730e

%0
%51
%94
%8

Triadic Colors of #eb730e

#eb730e #0eeb73 #730eeb

Analogous Colors of #eb730e

#eb730e #ebe20e #eb0e17

Monochromatic Colors of #eb730e

#eb730e

Complementary Color

#eb730e #0e86eb

#eb730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb730e Color CSS Codes

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

#eb730e Text Font Color

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

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


#eb730e Background Color

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

This div background color is #eb730e


#eb730e Border Color

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

This div border color is #eb730e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb730e


Comments

No comments written yet.

Please login to write comment.