Color Hex Logo

#ea915e Color Hex

#EA915E
(234,145,94)
0 Favorites   0 Comments

Color spaces of #ea915e

RGB 23414594
HSL0.060.770.64
HSV22°60°92°
CMYK 0.000.380.60   0.08
XYZ46.077538.551415.6023
Yxy38.55140.45970.3846
Hunter Lab62.089823.809728.5641
CIE-Lab68.425128.882640.9023

#ea915e color RGB value is (234,145,94).

#ea915e hex color red value is 234, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea915e hue: 0.06 , saturation: 0.77 and the lightness value of ea915e is 0.64.

The process color (four color CMYK) of #ea915e color hex is 0.00, 0.38, 0.60, 0.08. Web safe color of #ea915e is #ff9966. Color #ea915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010001 01011110
Octal 352 221 136
Decimal 234 145 94
Hex EA 91 5E

RGB Percentages of Color #ea915e

%49.47
%30.66
%19.87

CMYK Percentages of Color #ea915e

%0
%38
%60
%8

Triadic Colors of #ea915e

#ea915e #5eea91 #915eea

Analogous Colors of #ea915e

#ea915e #ead75e #ea5e71

Monochromatic Colors of #ea915e

#ea915e

Complementary Color

#ea915e #5eb7ea

#ea915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea915e Color CSS Codes

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

#ea915e Text Font Color

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

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


#ea915e Background Color

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

This div background color is #ea915e


#ea915e Border Color

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

This div border color is #ea915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea915e


Comments

No comments written yet.

Please login to write comment.