Color Hex Logo

#ea953e Color Hex

#EA953E
(234,149,62)
0 Favorites   0 Comments

Color spaces of #ea953e

RGB 23414962
HSL0.080.800.58
HSV30°74°92°
CMYK 0.000.360.74   0.08
XYZ45.548639.33519.7492
Yxy39.33510.48130.4157
Hunter Lab62.717719.879334.6860
CIE-Lab68.993324.924657.0656

#ea953e color RGB value is (234,149,62).

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

The process color (four color CMYK) of #ea953e color hex is 0.00, 0.36, 0.74, 0.08. Web safe color of #ea953e is #ff9933. Color #ea953e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010101 00111110
Octal 352 225 76
Decimal 234 149 62
Hex EA 95 3E

RGB Percentages of Color #ea953e

%52.58
%33.48
%13.93

CMYK Percentages of Color #ea953e

%0
%36
%74
%8

Triadic Colors of #ea953e

#ea953e #3eea95 #953eea

Analogous Colors of #ea953e

#ea953e #e9ea3e #ea3f3e

Monochromatic Colors of #ea953e

#ea953e

Complementary Color

#ea953e #3e93ea

#ea953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea953e Color CSS Codes

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

#ea953e Text Font Color

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

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


#ea953e Background Color

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

This div background color is #ea953e


#ea953e Border Color

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

This div border color is #ea953e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea953e


Comments

No comments written yet.

Please login to write comment.