Color Hex Logo

#ea723a Color Hex

#EA723A
(234,114,58)
0 Favorites   0 Comments

Color spaces of #ea723a

RGB 23411458
HSL0.050.810.57
HSV19°75°92°
CMYK 0.000.510.75   0.08
XYZ40.712729.83257.6154
Yxy29.83250.52090.3817
Hunter Lab54.619137.469129.9667
CIE-Lab61.509442.814351.2344

#ea723a color RGB value is (234,114,58).

#ea723a hex color red value is 234, green value is 114 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ea723a hue: 0.05 , saturation: 0.81 and the lightness value of ea723a is 0.57.

The process color (four color CMYK) of #ea723a color hex is 0.00, 0.51, 0.75, 0.08. Web safe color of #ea723a is #ff6633. Color #ea723a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 00111010
Octal 352 162 72
Decimal 234 114 58
Hex EA 72 3A

RGB Percentages of Color #ea723a

%57.64
%28.08
%14.29

CMYK Percentages of Color #ea723a

%0
%51
%75
%8

Triadic Colors of #ea723a

#ea723a #3aea72 #723aea

Analogous Colors of #ea723a

#ea723a #eaca3a #ea3a5a

Monochromatic Colors of #ea723a

#ea723a

Complementary Color

#ea723a #3ab2ea

#ea723a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea723a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea723a Color CSS Codes

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

#ea723a Text Font Color

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

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


#ea723a Background Color

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

This div background color is #ea723a


#ea723a Border Color

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

This div border color is #ea723a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea723a


Comments

No comments written yet.

Please login to write comment.