Color Hex Logo

#eb440e Color Hex

#EB440E
(235,68,14)
0 Favorites   0 Comments

Color spaces of #eb440e

RGB 2356814
HSL0.040.890.49
HSV15°94°92°
CMYK 0.000.710.94   0.08
XYZ36.407321.82812.7098
Yxy21.82810.59740.3582
Hunter Lab46.720657.336329.2656
CIE-Lab53.844162.070362.0286

#eb440e color RGB value is (235,68,14).

#eb440e hex color red value is 235, green value is 68 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb440e hue: 0.04 , saturation: 0.89 and the lightness value of eb440e is 0.49.

The process color (four color CMYK) of #eb440e color hex is 0.00, 0.71, 0.94, 0.08. Web safe color of #eb440e is #ff3300. Color #eb440e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000100 00001110
Octal 353 104 16
Decimal 235 68 14
Hex EB 44 E

RGB Percentages of Color #eb440e

%74.13
%21.45
%4.42

CMYK Percentages of Color #eb440e

%0
%71
%94
%8

Triadic Colors of #eb440e

#eb440e #0eeb44 #440eeb

Analogous Colors of #eb440e

#eb440e #ebb30e #eb0e46

Monochromatic Colors of #eb440e

#eb440e

Complementary Color

#eb440e #0eb5eb

#eb440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb440e Color CSS Codes

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

#eb440e Text Font Color

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

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


#eb440e Background Color

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

This div background color is #eb440e


#eb440e Border Color

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

This div border color is #eb440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb440e


Comments

No comments written yet.

Please login to write comment.