Color Hex Logo

#ea840e Color Hex

#EA840E
(234,132,14)
0 Favorites   0 Comments

Color spaces of #ea840e

RGB 23413214
HSL0.090.890.49
HSV32°94°92°
CMYK 0.000.440.94   0.08
XYZ42.262234.02674.7558
Yxy34.02670.52150.4199
Hunter Lab58.332427.242735.9988
CIE-Lab64.983832.561069.1928

#ea840e color RGB value is (234,132,14).

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

The process color (four color CMYK) of #ea840e color hex is 0.00, 0.44, 0.94, 0.08. Web safe color of #ea840e is #ff9900. Color #ea840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 00001110
Octal 352 204 16
Decimal 234 132 14
Hex EA 84 E

RGB Percentages of Color #ea840e

%61.58
%34.74
%3.68

CMYK Percentages of Color #ea840e

%0
%44
%94
%8

Triadic Colors of #ea840e

#ea840e #0eea84 #840eea

Analogous Colors of #ea840e

#ea840e #e2ea0e #ea160e

Monochromatic Colors of #ea840e

#ea840e

Complementary Color

#ea840e #0e74ea

#ea840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea840e Color CSS Codes

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

#ea840e Text Font Color

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

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


#ea840e Background Color

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

This div background color is #ea840e


#ea840e Border Color

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

This div border color is #ea840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea840e


Comments

No comments written yet.

Please login to write comment.