Color Hex Logo

#ea590e Color Hex

#EA590E
(234,89,14)
0 Favorites   0 Comments

Color spaces of #ea590e

RGB 2348914
HSL0.060.890.49
HSV20°94°92°
CMYK 0.000.620.94   0.08
XYZ37.583324.66893.1962
Yxy24.66890.57420.3769
Hunter Lab49.667848.151230.9521
CIE-Lab56.751453.407563.7378

#ea590e color RGB value is (234,89,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 00001110
Octal 352 131 16
Decimal 234 89 14
Hex EA 59 E

RGB Percentages of Color #ea590e

%69.44
%26.41
%4.15

CMYK Percentages of Color #ea590e

%0
%62
%94
%8

Triadic Colors of #ea590e

#ea590e #0eea59 #590eea

Analogous Colors of #ea590e

#ea590e #eac70e #ea0e31

Monochromatic Colors of #ea590e

#ea590e

Complementary Color

#ea590e #0e9fea

#ea590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea590e Color CSS Codes

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

#ea590e Text Font Color

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

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


#ea590e Background Color

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

This div background color is #ea590e


#ea590e Border Color

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

This div border color is #ea590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea590e


Comments

No comments written yet.

Please login to write comment.