Color Hex Logo

#eb703e Color Hex

#EB703E
(235,112,62)
0 Favorites   0 Comments

Color spaces of #eb703e

RGB 23511262
HSL0.050.810.58
HSV17°74°92°
CMYK 0.000.520.74   0.08
XYZ40.924629.59838.1135
Yxy29.59830.52040.3764
Hunter Lab54.404339.065629.2409
CIE-Lab61.306144.343649.1250

#eb703e color RGB value is (235,112,62).

#eb703e hex color red value is 235, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eb703e hue: 0.05 , saturation: 0.81 and the lightness value of eb703e is 0.58.

The process color (four color CMYK) of #eb703e color hex is 0.00, 0.52, 0.74, 0.08. Web safe color of #eb703e is #ff6633. Color #eb703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 00111110
Octal 353 160 76
Decimal 235 112 62
Hex EB 70 3E

RGB Percentages of Color #eb703e

%57.46
%27.38
%15.16

CMYK Percentages of Color #eb703e

%0
%52
%74
%8

Triadic Colors of #eb703e

#eb703e #3eeb70 #703eeb

Analogous Colors of #eb703e

#eb703e #ebc73e #eb3e63

Monochromatic Colors of #eb703e

#eb703e

Complementary Color

#eb703e #3eb9eb

#eb703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb703e Color CSS Codes

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

#eb703e Text Font Color

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

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


#eb703e Background Color

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

This div background color is #eb703e


#eb703e Border Color

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

This div border color is #eb703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb703e


Comments

No comments written yet.

Please login to write comment.