Color Hex Logo

#eb7129 Color Hex

#EB7129
(235,113,41)
0 Favorites   0 Comments

Color spaces of #eb7129

RGB 23511341
HSL0.060.830.54
HSV22°83°92°
CMYK 0.000.520.83   0.08
XYZ40.566329.63255.6794
Yxy29.63250.53460.3905
Hunter Lab54.435737.758231.9192
CIE-Lab61.335843.110358.6107

#eb7129 color RGB value is (235,113,41).

#eb7129 hex color red value is 235, green value is 113 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eb7129 hue: 0.06 , saturation: 0.83 and the lightness value of eb7129 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 00101001
Octal 353 161 51
Decimal 235 113 41
Hex EB 71 29

RGB Percentages of Color #eb7129

%60.41
%29.05
%10.54

CMYK Percentages of Color #eb7129

%0
%52
%83
%8

Triadic Colors of #eb7129

#eb7129 #29eb71 #7129eb

Analogous Colors of #eb7129

#eb7129 #ebd229 #eb2942

Monochromatic Colors of #eb7129

#eb7129

Complementary Color

#eb7129 #29a3eb

#eb7129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7129 Color CSS Codes

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

#eb7129 Text Font Color

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

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


#eb7129 Background Color

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

This div background color is #eb7129


#eb7129 Border Color

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

This div border color is #eb7129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7129


Comments

No comments written yet.

Please login to write comment.