Color Hex Logo

#ea694e Color Hex

#EA694E
(234,105,78)
0 Favorites   0 Comments

Color spaces of #ea694e

RGB 23410578
HSL0.030.790.61
HSV10°67°92°
CMYK 0.000.550.67   0.08
XYZ40.358428.145610.5133
Yxy28.14560.51080.3562
Hunter Lab53.052442.948025.3873
CIE-Lab60.020148.137539.3155

#ea694e color RGB value is (234,105,78).

#ea694e hex color red value is 234, green value is 105 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ea694e hue: 0.03 , saturation: 0.79 and the lightness value of ea694e is 0.61.

The process color (four color CMYK) of #ea694e color hex is 0.00, 0.55, 0.67, 0.08. Web safe color of #ea694e is #ff6666. Color #ea694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 01001110
Octal 352 151 116
Decimal 234 105 78
Hex EA 69 4E

RGB Percentages of Color #ea694e

%56.12
%25.18
%18.71

CMYK Percentages of Color #ea694e

%0
%55
%67
%8

Triadic Colors of #ea694e

#ea694e #4eea69 #694eea

Analogous Colors of #ea694e

#ea694e #eab74e #ea4e81

Monochromatic Colors of #ea694e

#ea694e

Complementary Color

#ea694e #4ecfea

#ea694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea694e Color CSS Codes

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

#ea694e Text Font Color

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

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


#ea694e Background Color

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

This div background color is #ea694e


#ea694e Border Color

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

This div border color is #ea694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea694e


Comments

No comments written yet.

Please login to write comment.