Color Hex Logo

#ea785c Color Hex

#EA785C
(234,120,92)
0 Favorites   0 Comments

Color spaces of #ea785c

RGB 23412092
HSL0.030.770.64
HSV12°61°92°
CMYK 0.000.490.61   0.08
XYZ42.579931.698113.9993
Yxy31.69810.48230.3591
Hunter Lab56.301136.470824.6682
CIE-Lab63.092641.666535.4229

#ea785c color RGB value is (234,120,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 01011100
Octal 352 170 134
Decimal 234 120 92
Hex EA 78 5C

RGB Percentages of Color #ea785c

%52.47
%26.91
%20.63

CMYK Percentages of Color #ea785c

%0
%49
%61
%8

Triadic Colors of #ea785c

#ea785c #5cea78 #785cea

Analogous Colors of #ea785c

#ea785c #eabf5c #ea5c87

Monochromatic Colors of #ea785c

#ea785c

Complementary Color

#ea785c #5cceea

#ea785c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea785c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea785c Color CSS Codes

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

#ea785c Text Font Color

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

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


#ea785c Background Color

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

This div background color is #ea785c


#ea785c Border Color

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

This div border color is #ea785c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea785c


Comments

No comments written yet.

Please login to write comment.