Color Hex Logo

#ea785f Color Hex

#EA785F
(234,120,95)
0 Favorites   0 Comments

Color spaces of #ea785f

RGB 23412095
HSL0.030.770.65
HSV11°59°92°
CMYK 0.000.490.59   0.08
XYZ42.713731.751614.7039
Yxy31.75160.47900.3561
Hunter Lab56.348636.697823.9725
CIE-Lab63.137141.875133.8337

#ea785f color RGB value is (234,120,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 01011111
Octal 352 170 137
Decimal 234 120 95
Hex EA 78 5F

RGB Percentages of Color #ea785f

%52.12
%26.73
%21.16

CMYK Percentages of Color #ea785f

%0
%49
%59
%8

Triadic Colors of #ea785f

#ea785f #5fea78 #785fea

Analogous Colors of #ea785f

#ea785f #eabe5f #ea5f8c

Monochromatic Colors of #ea785f

#ea785f

Complementary Color

#ea785f #5fd1ea

#ea785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea785f Color CSS Codes

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

#ea785f Text Font Color

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

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


#ea785f Background Color

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

This div background color is #ea785f


#ea785f Border Color

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

This div border color is #ea785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea785f


Comments

No comments written yet.

Please login to write comment.