Color Hex Logo

#eaa946 Color Hex

#EAA946
(234,169,70)
0 Favorites   0 Comments

Color spaces of #eaa946

RGB 23416970
HSL0.100.800.60
HSV36°70°92°
CMYK 0.000.280.70   0.08
XYZ49.225146.310612.1387
Yxy46.31060.45720.4301
Hunter Lab68.051910.026537.0605
CIE-Lab73.746614.692458.4782

#eaa946 color RGB value is (234,169,70).

#eaa946 hex color red value is 234, green value is 169 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eaa946 hue: 0.10 , saturation: 0.80 and the lightness value of eaa946 is 0.60.

The process color (four color CMYK) of #eaa946 color hex is 0.00, 0.28, 0.70, 0.08. Web safe color of #eaa946 is #ff9933. Color #eaa946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 01000110
Octal 352 251 106
Decimal 234 169 70
Hex EA A9 46

RGB Percentages of Color #eaa946

%49.47
%35.73
%14.80

CMYK Percentages of Color #eaa946

%0
%28
%70
%8

Triadic Colors of #eaa946

#eaa946 #46eaa9 #a946ea

Analogous Colors of #eaa946

#eaa946 #d9ea46 #ea5746

Monochromatic Colors of #eaa946

#eaa946

Complementary Color

#eaa946 #4687ea

#eaa946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa946 Color CSS Codes

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

#eaa946 Text Font Color

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

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


#eaa946 Background Color

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

This div background color is #eaa946


#eaa946 Border Color

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

This div border color is #eaa946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa946


Comments

No comments written yet.

Please login to write comment.