Color Hex Logo

#eb5611 Color Hex

#EB5611
(235,86,17)
0 Favorites   0 Comments

Color spaces of #eb5611

RGB 2358617
HSL0.050.870.49
HSV19°93°92°
CMYK 0.000.630.93   0.08
XYZ37.689924.35823.2454
Yxy24.35820.57720.3731
Hunter Lab49.354049.944530.6491
CIE-Lab56.444755.076362.8940

#eb5611 color RGB value is (235,86,17).

#eb5611 hex color red value is 235, green value is 86 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #eb5611 hue: 0.05 , saturation: 0.87 and the lightness value of eb5611 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 00010001
Octal 353 126 21
Decimal 235 86 17
Hex EB 56 11

RGB Percentages of Color #eb5611

%69.53
%25.44
%5.03

CMYK Percentages of Color #eb5611

%0
%63
%93
%8

Triadic Colors of #eb5611

#eb5611 #11eb56 #5611eb

Analogous Colors of #eb5611

#eb5611 #ebc311 #eb1139

Monochromatic Colors of #eb5611

#eb5611

Complementary Color

#eb5611 #11a6eb

#eb5611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5611 Color CSS Codes

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

#eb5611 Text Font Color

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

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


#eb5611 Background Color

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

This div background color is #eb5611


#eb5611 Border Color

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

This div border color is #eb5611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5611


Comments

No comments written yet.

Please login to write comment.