Color Hex Logo

#ea540d Color Hex

#EA540D
(234,84,13)
0 Favorites   0 Comments

Color spaces of #ea540d

RGB 2348413
HSL0.050.890.48
HSV19°94°92°
CMYK 0.000.640.94   0.08
XYZ37.174723.86213.0273
Yxy23.86210.58030.3725
Hunter Lab48.848850.355730.5198
CIE-Lab55.949555.529363.4616

#ea540d color RGB value is (234,84,13).

#ea540d hex color red value is 234, green value is 84 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea540d hue: 0.05 , saturation: 0.89 and the lightness value of ea540d is 0.48.

The process color (four color CMYK) of #ea540d color hex is 0.00, 0.64, 0.94, 0.08. Web safe color of #ea540d is #ff6600. Color #ea540d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 00001101
Octal 352 124 15
Decimal 234 84 13
Hex EA 54 D

RGB Percentages of Color #ea540d

%70.69
%25.38
%3.93

CMYK Percentages of Color #ea540d

%0
%64
%94
%8

Triadic Colors of #ea540d

#ea540d #0dea54 #540dea

Analogous Colors of #ea540d

#ea540d #eac30d #ea0d35

Monochromatic Colors of #ea540d

#ea540d

Complementary Color

#ea540d #0da3ea

#ea540d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea540d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea540d Color CSS Codes

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

#ea540d Text Font Color

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

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


#ea540d Background Color

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

This div background color is #ea540d


#ea540d Border Color

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

This div border color is #ea540d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea540d


Comments

No comments written yet.

Please login to write comment.