Color Hex Logo

#eb741a Color Hex

#EB741A
(235,116,26)
0 Favorites   0 Comments

Color spaces of #eb741a

RGB 23511626
HSL0.070.840.51
HSV26°89°92°
CMYK 0.000.510.89   0.08
XYZ40.692830.22754.6670
Yxy30.22750.53840.3999
Hunter Lab54.979535.901633.4528
CIE-Lab61.850041.284864.2310

#eb741a color RGB value is (235,116,26).

#eb741a hex color red value is 235, green value is 116 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eb741a hue: 0.07 , saturation: 0.84 and the lightness value of eb741a is 0.51.

The process color (four color CMYK) of #eb741a color hex is 0.00, 0.51, 0.89, 0.08. Web safe color of #eb741a is #ff6633. Color #eb741a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 00011010
Octal 353 164 32
Decimal 235 116 26
Hex EB 74 1A

RGB Percentages of Color #eb741a

%62.33
%30.77
%6.90

CMYK Percentages of Color #eb741a

%0
%51
%89
%8

Triadic Colors of #eb741a

#eb741a #1aeb74 #741aeb

Analogous Colors of #eb741a

#eb741a #ebdd1a #eb1a29

Monochromatic Colors of #eb741a

#eb741a

Complementary Color

#eb741a #1a91eb

#eb741a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb741a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb741a Color CSS Codes

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

#eb741a Text Font Color

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

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


#eb741a Background Color

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

This div background color is #eb741a


#eb741a Border Color

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

This div border color is #eb741a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb741a


Comments

No comments written yet.

Please login to write comment.