Color Hex Logo

#ea716a Color Hex

#EA716A
(234,113,106)
0 Favorites   0 Comments

Color spaces of #ea716a

RGB 234113106
HSL0.010.750.67
HSV55°92°
CMYK 0.000.520.55   0.08
XYZ42.438330.343317.2558
Yxy30.34330.47130.3370
Hunter Lab55.084841.121319.9862
CIE-Lab61.949346.169826.1635

#ea716a color RGB value is (234,113,106).

#ea716a hex color red value is 234, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ea716a hue: 0.01 , saturation: 0.75 and the lightness value of ea716a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 01101010
Octal 352 161 152
Decimal 234 113 106
Hex EA 71 6A

RGB Percentages of Color #ea716a

%51.66
%24.94
%23.40

CMYK Percentages of Color #ea716a

%0
%52
%55
%8

Triadic Colors of #ea716a

#ea716a #6aea71 #716aea

Analogous Colors of #ea716a

#ea716a #eab16a #ea6aa3

Monochromatic Colors of #ea716a

#ea716a

Complementary Color

#ea716a #6ae3ea

#ea716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea716a Color CSS Codes

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

#ea716a Text Font Color

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

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


#ea716a Background Color

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

This div background color is #ea716a


#ea716a Border Color

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

This div border color is #ea716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea716a


Comments

No comments written yet.

Please login to write comment.