Color Hex Logo

#ea520e Color Hex

#EA520E
(234,82,14)
0 Favorites   0 Comments

Color spaces of #ea520e

RGB 2348214
HSL0.050.890.49
HSV19°94°92°
CMYK 0.000.650.94   0.08
XYZ37.028223.55873.0111
Yxy23.55870.58220.3704
Hunter Lab48.537351.234030.2980
CIE-Lab55.643256.368363.0419

#ea520e color RGB value is (234,82,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 00001110
Octal 352 122 16
Decimal 234 82 14
Hex EA 52 E

RGB Percentages of Color #ea520e

%70.91
%24.85
%4.24

CMYK Percentages of Color #ea520e

%0
%65
%94
%8

Triadic Colors of #ea520e

#ea520e #0eea52 #520eea

Analogous Colors of #ea520e

#ea520e #eac00e #ea0e38

Monochromatic Colors of #ea520e

#ea520e

Complementary Color

#ea520e #0ea6ea

#ea520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea520e Color CSS Codes

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

#ea520e Text Font Color

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

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


#ea520e Background Color

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

This div background color is #ea520e


#ea520e Border Color

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

This div border color is #ea520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea520e


Comments

No comments written yet.

Please login to write comment.