Color Hex Logo

#ea913e Color Hex

#EA913E
(234,145,62)
0 Favorites   0 Comments

Color spaces of #ea913e

RGB 23414562
HSL0.080.800.58
HSV29°74°92°
CMYK 0.000.380.74   0.08
XYZ44.926638.09109.5418
Yxy38.09100.48540.4115
Hunter Lab61.717921.930034.0361
CIE-Lab68.087627.039256.1431

#ea913e color RGB value is (234,145,62).

#ea913e hex color red value is 234, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea913e hue: 0.08 , saturation: 0.80 and the lightness value of ea913e is 0.58.

The process color (four color CMYK) of #ea913e color hex is 0.00, 0.38, 0.74, 0.08. Web safe color of #ea913e is #ff9933. Color #ea913e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010001 00111110
Octal 352 221 76
Decimal 234 145 62
Hex EA 91 3E

RGB Percentages of Color #ea913e

%53.06
%32.88
%14.06

CMYK Percentages of Color #ea913e

%0
%38
%74
%8

Triadic Colors of #ea913e

#ea913e #3eea91 #913eea

Analogous Colors of #ea913e

#ea913e #eae73e #ea3e41

Monochromatic Colors of #ea913e

#ea913e

Complementary Color

#ea913e #3e97ea

#ea913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea913e Color CSS Codes

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

#ea913e Text Font Color

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

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


#ea913e Background Color

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

This div background color is #ea913e


#ea913e Border Color

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

This div border color is #ea913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea913e


Comments

No comments written yet.

Please login to write comment.