Color Hex Logo

#eaa154 Color Hex

#EAA154
(234,161,84)
0 Favorites   0 Comments

Color spaces of #eaa154

RGB 23416184
HSL0.090.780.62
HSV31°64°92°
CMYK 0.000.310.64   0.08
XYZ48.276843.622314.2630
Yxy43.62230.45470.4109
Hunter Lab66.047214.891033.4293
CIE-Lab71.975319.732250.1081

#eaa154 color RGB value is (234,161,84).

#eaa154 hex color red value is 234, green value is 161 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eaa154 hue: 0.09 , saturation: 0.78 and the lightness value of eaa154 is 0.62.

The process color (four color CMYK) of #eaa154 color hex is 0.00, 0.31, 0.64, 0.08. Web safe color of #eaa154 is #ff9966. Color #eaa154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01010100
Octal 352 241 124
Decimal 234 161 84
Hex EA A1 54

RGB Percentages of Color #eaa154

%48.85
%33.61
%17.54

CMYK Percentages of Color #eaa154

%0
%31
%64
%8

Triadic Colors of #eaa154

#eaa154 #54eaa1 #a154ea

Analogous Colors of #eaa154

#eaa154 #e8ea54 #ea5654

Monochromatic Colors of #eaa154

#eaa154

Complementary Color

#eaa154 #549dea

#eaa154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa154 Color CSS Codes

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

#eaa154 Text Font Color

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

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


#eaa154 Background Color

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

This div background color is #eaa154


#eaa154 Border Color

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

This div border color is #eaa154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa154


Comments

No comments written yet.

Please login to write comment.