Color Hex Logo

#ea544d Color Hex

#EA544D
(234,84,77)
0 Favorites   0 Comments

Color spaces of #ea544d

RGB 2348477
HSL0.010.790.61
HSV67°92°
CMYK 0.000.640.67   0.08
XYZ38.441624.36899.6988
Yxy24.36890.53020.3361
Hunter Lab49.364952.613722.9066
CIE-Lab56.455357.456635.6028

#ea544d color RGB value is (234,84,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 01001101
Octal 352 124 115
Decimal 234 84 77
Hex EA 54 4D

RGB Percentages of Color #ea544d

%59.24
%21.27
%19.49

CMYK Percentages of Color #ea544d

%0
%64
%67
%8

Triadic Colors of #ea544d

#ea544d #4dea54 #544dea

Analogous Colors of #ea544d

#ea544d #eaa34d #ea4d95

Monochromatic Colors of #ea544d

#ea544d

Complementary Color

#ea544d #4de3ea

#ea544d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea544d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea544d Color CSS Codes

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

#ea544d Text Font Color

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

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


#ea544d Background Color

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

This div background color is #ea544d


#ea544d Border Color

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

This div border color is #ea544d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea544d


Comments

No comments written yet.

Please login to write comment.