Color Hex Logo

#ea542c Color Hex

#EA542C
(234,84,44)
0 Favorites   0 Comments

Color spaces of #ea542c

RGB 2348444
HSL0.040.820.55
HSV13°81°92°
CMYK 0.000.640.81   0.08
XYZ37.556624.01495.0388
Yxy24.01490.56380.3605
Hunter Lab49.005051.040628.2072
CIE-Lab56.102756.116652.5104

#ea542c color RGB value is (234,84,44).

#ea542c hex color red value is 234, green value is 84 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ea542c hue: 0.04 , saturation: 0.82 and the lightness value of ea542c is 0.55.

The process color (four color CMYK) of #ea542c color hex is 0.00, 0.64, 0.81, 0.08. Web safe color of #ea542c is #ff6633. Color #ea542c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 00101100
Octal 352 124 54
Decimal 234 84 44
Hex EA 54 2C

RGB Percentages of Color #ea542c

%64.64
%23.20
%12.15

CMYK Percentages of Color #ea542c

%0
%64
%81
%8

Triadic Colors of #ea542c

#ea542c #2cea54 #542cea

Analogous Colors of #ea542c

#ea542c #eab32c #ea2c63

Monochromatic Colors of #ea542c

#ea542c

Complementary Color

#ea542c #2cc2ea

#ea542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea542c Color CSS Codes

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

#ea542c Text Font Color

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

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


#ea542c Background Color

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

This div background color is #ea542c


#ea542c Border Color

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

This div border color is #ea542c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea542c


Comments

No comments written yet.

Please login to write comment.