Color Hex Logo

#ea5a3d Color Hex

#EA5A3D
(234,90,61)
0 Favorites   0 Comments

Color spaces of #ea5a3d

RGB 2349061
HSL0.030.800.58
HSV10°74°92°
CMYK 0.000.620.74   0.08
XYZ38.430225.14177.2422
Yxy25.14170.54270.3550
Hunter Lab50.141549.061026.5355
CIE-Lab57.213254.153045.1958

#ea5a3d color RGB value is (234,90,61).

#ea5a3d hex color red value is 234, green value is 90 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ea5a3d hue: 0.03 , saturation: 0.80 and the lightness value of ea5a3d is 0.58.

The process color (four color CMYK) of #ea5a3d color hex is 0.00, 0.62, 0.74, 0.08. Web safe color of #ea5a3d is #ff6633. Color #ea5a3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011010 00111101
Octal 352 132 75
Decimal 234 90 61
Hex EA 5A 3D

RGB Percentages of Color #ea5a3d

%60.78
%23.38
%15.84

CMYK Percentages of Color #ea5a3d

%0
%62
%74
%8

Triadic Colors of #ea5a3d

#ea5a3d #3dea5a #5a3dea

Analogous Colors of #ea5a3d

#ea5a3d #eab13d #ea3d77

Monochromatic Colors of #ea5a3d

#ea5a3d

Complementary Color

#ea5a3d #3dcdea

#ea5a3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5a3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5a3d Color CSS Codes

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

#ea5a3d Text Font Color

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

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


#ea5a3d Background Color

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

This div background color is #ea5a3d


#ea5a3d Border Color

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

This div border color is #ea5a3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5a3d


Comments

No comments written yet.

Please login to write comment.