Color Hex Logo

#eb540f Color Hex

#EB540F
(235,84,15)
0 Favorites   0 Comments

Color spaces of #eb540f

RGB 2358415
HSL0.050.880.49
HSV19°94°92°
CMYK 0.000.640.94   0.08
XYZ37.517524.03733.1142
Yxy24.03730.58010.3717
Hunter Lab49.027850.794530.5535
CIE-Lab56.125155.892663.1902

#eb540f color RGB value is (235,84,15).

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

The process color (four color CMYK) of #eb540f color hex is 0.00, 0.64, 0.94, 0.08. Web safe color of #eb540f is #ff6600. Color #eb540f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 00001111
Octal 353 124 17
Decimal 235 84 15
Hex EB 54 F

RGB Percentages of Color #eb540f

%70.36
%25.15
%4.49

CMYK Percentages of Color #eb540f

%0
%64
%94
%8

Triadic Colors of #eb540f

#eb540f #0feb54 #540feb

Analogous Colors of #eb540f

#eb540f #ebc20f #eb0f38

Monochromatic Colors of #eb540f

#eb540f

Complementary Color

#eb540f #0fa6eb

#eb540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb540f Color CSS Codes

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

#eb540f Text Font Color

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

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


#eb540f Background Color

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

This div background color is #eb540f


#eb540f Border Color

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

This div border color is #eb540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb540f


Comments

No comments written yet.

Please login to write comment.