Color Hex Logo

#eb731a Color Hex

#EB731A
(235,115,26)
0 Favorites   0 Comments

Color spaces of #eb731a

RGB 23511526
HSL0.070.840.51
HSV26°89°92°
CMYK 0.000.510.89   0.08
XYZ40.578129.99824.6288
Yxy29.99820.53960.3989
Hunter Lab54.770636.397433.3287
CIE-Lab61.652741.781164.0822

#eb731a color RGB value is (235,115,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 00011010
Octal 353 163 32
Decimal 235 115 26
Hex EB 73 1A

RGB Percentages of Color #eb731a

%62.50
%30.59
%6.91

CMYK Percentages of Color #eb731a

%0
%51
%89
%8

Triadic Colors of #eb731a

#eb731a #1aeb73 #731aeb

Analogous Colors of #eb731a

#eb731a #ebdc1a #eb1a2a

Monochromatic Colors of #eb731a

#eb731a

Complementary Color

#eb731a #1a92eb

#eb731a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb731a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb731a Color CSS Codes

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

#eb731a Text Font Color

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

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


#eb731a Background Color

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

This div background color is #eb731a


#eb731a Border Color

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

This div border color is #eb731a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb731a


Comments

No comments written yet.

Please login to write comment.