Color Hex Logo

#ea785e Color Hex

#EA785E
(234,120,94)
0 Favorites   0 Comments

Color spaces of #ea785e

RGB 23412094
HSL0.030.770.64
HSV11°60°92°
CMYK 0.000.490.60   0.08
XYZ42.668531.733514.4660
Yxy31.73350.48010.3571
Hunter Lab56.332536.621224.2073
CIE-Lab63.122041.804834.3642

#ea785e color RGB value is (234,120,94).

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

The process color (four color CMYK) of #ea785e color hex is 0.00, 0.49, 0.60, 0.08. Web safe color of #ea785e is #ff6666. Color #ea785e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 01011110
Octal 352 170 136
Decimal 234 120 94
Hex EA 78 5E

RGB Percentages of Color #ea785e

%52.23
%26.79
%20.98

CMYK Percentages of Color #ea785e

%0
%49
%60
%8

Triadic Colors of #ea785e

#ea785e #5eea78 #785eea

Analogous Colors of #ea785e

#ea785e #eabe5e #ea5e8a

Monochromatic Colors of #ea785e

#ea785e

Complementary Color

#ea785e #5ed0ea

#ea785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea785e Color CSS Codes

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

#ea785e Text Font Color

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

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


#ea785e Background Color

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

This div background color is #ea785e


#ea785e Border Color

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

This div border color is #ea785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea785e


Comments

No comments written yet.

Please login to write comment.