Color Hex Logo

#ea594d Color Hex

#EA594D
(234,89,77)
0 Favorites   0 Comments

Color spaces of #ea594d

RGB 2348977
HSL0.010.790.61
HSV67°92°
CMYK 0.000.620.67   0.08
XYZ38.843625.17309.8328
Yxy25.17300.52600.3409
Hunter Lab50.172750.392123.5013
CIE-Lab57.243655.343136.5525

#ea594d color RGB value is (234,89,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 01001101
Octal 352 131 115
Decimal 234 89 77
Hex EA 59 4D

RGB Percentages of Color #ea594d

%58.50
%22.25
%19.25

CMYK Percentages of Color #ea594d

%0
%62
%67
%8

Triadic Colors of #ea594d

#ea594d #4dea59 #594dea

Analogous Colors of #ea594d

#ea594d #eaa84d #ea4d90

Monochromatic Colors of #ea594d

#ea594d

Complementary Color

#ea594d #4ddeea

#ea594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea594d Color CSS Codes

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

#ea594d Text Font Color

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

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


#ea594d Background Color

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

This div background color is #ea594d


#ea594d Border Color

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

This div border color is #ea594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea594d


Comments

No comments written yet.

Please login to write comment.