Color Hex Logo

#ea5920 Color Hex

#EA5920
(234,89,32)
0 Favorites   0 Comments

Color spaces of #ea5920

RGB 2348932
HSL0.050.830.52
HSV17°86°92°
CMYK 0.000.620.86   0.08
XYZ37.764824.74154.1517
Yxy24.74150.56650.3712
Hunter Lab49.740848.476429.8698
CIE-Lab56.822753.690058.2403

#ea5920 color RGB value is (234,89,32).

#ea5920 hex color red value is 234, green value is 89 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ea5920 hue: 0.05 , saturation: 0.83 and the lightness value of ea5920 is 0.52.

The process color (four color CMYK) of #ea5920 color hex is 0.00, 0.62, 0.86, 0.08. Web safe color of #ea5920 is #ff6633. Color #ea5920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 00100000
Octal 352 131 40
Decimal 234 89 32
Hex EA 59 20

RGB Percentages of Color #ea5920

%65.92
%25.07
%9.01

CMYK Percentages of Color #ea5920

%0
%62
%86
%8

Triadic Colors of #ea5920

#ea5920 #20ea59 #5920ea

Analogous Colors of #ea5920

#ea5920 #eabe20 #ea204c

Monochromatic Colors of #ea5920

#ea5920

Complementary Color

#ea5920 #20b1ea

#ea5920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5920 Color CSS Codes

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

#ea5920 Text Font Color

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

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


#ea5920 Background Color

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

This div background color is #ea5920


#ea5920 Border Color

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

This div border color is #ea5920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,89,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5920


Comments

No comments written yet.

Please login to write comment.