Color Hex Logo

#ea734e Color Hex

#EA734E
(234,115,78)
0 Favorites   0 Comments

Color spaces of #ea734e

RGB 23411578
HSL0.040.790.61
HSV14°67°92°
CMYK 0.000.510.67   0.08
XYZ41.437630.304010.8730
Yxy30.30400.50160.3668
Hunter Lab55.049138.028126.8237
CIE-Lab61.915643.287241.5490

#ea734e color RGB value is (234,115,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 01001110
Octal 352 163 116
Decimal 234 115 78
Hex EA 73 4E

RGB Percentages of Color #ea734e

%54.80
%26.93
%18.27

CMYK Percentages of Color #ea734e

%0
%51
%67
%8

Triadic Colors of #ea734e

#ea734e #4eea73 #734eea

Analogous Colors of #ea734e

#ea734e #eac14e #ea4e77

Monochromatic Colors of #ea734e

#ea734e

Complementary Color

#ea734e #4ec5ea

#ea734e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea734e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea734e Color CSS Codes

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

#ea734e Text Font Color

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

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


#ea734e Background Color

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

This div background color is #ea734e


#ea734e Border Color

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

This div border color is #ea734e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea734e


Comments

No comments written yet.

Please login to write comment.