Color Hex Logo

#ea935e Color Hex

#EA935E
(234,147,94)
0 Favorites   0 Comments

Color spaces of #ea935e

RGB 23414794
HSL0.060.770.64
HSV23°60°92°
CMYK 0.000.370.60   0.08
XYZ46.385839.168015.7051
Yxy39.16800.45810.3868
Hunter Lab62.584322.776728.9306
CIE-Lab68.872827.826841.4449

#ea935e color RGB value is (234,147,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 01011110
Octal 352 223 136
Decimal 234 147 94
Hex EA 93 5E

RGB Percentages of Color #ea935e

%49.26
%30.95
%19.79

CMYK Percentages of Color #ea935e

%0
%37
%60
%8

Triadic Colors of #ea935e

#ea935e #5eea93 #935eea

Analogous Colors of #ea935e

#ea935e #ead95e #ea5e6f

Monochromatic Colors of #ea935e

#ea935e

Complementary Color

#ea935e #5eb5ea

#ea935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea935e Color CSS Codes

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

#ea935e Text Font Color

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

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


#ea935e Background Color

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

This div background color is #ea935e


#ea935e Border Color

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

This div border color is #ea935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea935e


Comments

No comments written yet.

Please login to write comment.