Color Hex Logo

#eb5716 Color Hex

#EB5716
(235,87,22)
0 Favorites   0 Comments

Color spaces of #eb5716

RGB 2358722
HSL0.050.840.50
HSV18°91°92°
CMYK 0.000.630.91   0.08
XYZ37.814024.53653.5021
Yxy24.53650.57420.3726
Hunter Lab49.534349.580030.4822
CIE-Lab56.621054.718961.6044

#eb5716 color RGB value is (235,87,22).

#eb5716 hex color red value is 235, green value is 87 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eb5716 hue: 0.05 , saturation: 0.84 and the lightness value of eb5716 is 0.50.

The process color (four color CMYK) of #eb5716 color hex is 0.00, 0.63, 0.91, 0.08. Web safe color of #eb5716 is #ff6600. Color #eb5716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 00010110
Octal 353 127 26
Decimal 235 87 22
Hex EB 57 16

RGB Percentages of Color #eb5716

%68.31
%25.29
%6.40

CMYK Percentages of Color #eb5716

%0
%63
%91
%8

Triadic Colors of #eb5716

#eb5716 #16eb57 #5716eb

Analogous Colors of #eb5716

#eb5716 #ebc216 #eb1640

Monochromatic Colors of #eb5716

#eb5716

Complementary Color

#eb5716 #16aaeb

#eb5716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5716 Color CSS Codes

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

#eb5716 Text Font Color

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

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


#eb5716 Background Color

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

This div background color is #eb5716


#eb5716 Border Color

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

This div border color is #eb5716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5716


Comments

No comments written yet.

Please login to write comment.