Color Hex Logo

#eaa153 Color Hex

#EAA153
(234,161,83)
0 Favorites   0 Comments

Color spaces of #eaa153

RGB 23416183
HSL0.090.780.62
HSV31°65°92°
CMYK 0.000.310.65   0.08
XYZ48.237943.606714.0581
Yxy43.60670.45550.4118
Hunter Lab66.035414.829833.6027
CIE-Lab71.964819.670250.5788

#eaa153 color RGB value is (234,161,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01010011
Octal 352 241 123
Decimal 234 161 83
Hex EA A1 53

RGB Percentages of Color #eaa153

%48.95
%33.68
%17.36

CMYK Percentages of Color #eaa153

%0
%31
%65
%8

Triadic Colors of #eaa153

#eaa153 #53eaa1 #a153ea

Analogous Colors of #eaa153

#eaa153 #e8ea53 #ea5653

Monochromatic Colors of #eaa153

#eaa153

Complementary Color

#eaa153 #539cea

#eaa153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa153 Color CSS Codes

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

#eaa153 Text Font Color

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

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


#eaa153 Background Color

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

This div background color is #eaa153


#eaa153 Border Color

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

This div border color is #eaa153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa153

#eaa153 Color Palettes


Comments

No comments written yet.

Please login to write comment.