Color Hex Logo

#eaaa39 Color Hex

#EAAA39
(234,170,57)
0 Favorites   0 Comments

Color spaces of #eaaa39

RGB 23417057
HSL0.110.810.57
HSV38°76°92°
CMYK 0.000.270.76   0.08
XYZ49.044946.537310.2685
Yxy46.53730.46330.4397
Hunter Lab68.21838.949038.8282
CIE-Lab73.892813.571663.9518

#eaaa39 color RGB value is (234,170,57).

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

The process color (four color CMYK) of #eaaa39 color hex is 0.00, 0.27, 0.76, 0.08. Web safe color of #eaaa39 is #ff9933. Color #eaaa39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00111001
Octal 352 252 71
Decimal 234 170 57
Hex EA AA 39

RGB Percentages of Color #eaaa39

%50.76
%36.88
%12.36

CMYK Percentages of Color #eaaa39

%0
%27
%76
%8

Triadic Colors of #eaaa39

#eaaa39 #39eaaa #aa39ea

Analogous Colors of #eaaa39

#eaaa39 #d2ea39 #ea5139

Monochromatic Colors of #eaaa39

#eaaa39

Complementary Color

#eaaa39 #3979ea

#eaaa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa39 Color CSS Codes

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

#eaaa39 Text Font Color

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

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


#eaaa39 Background Color

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

This div background color is #eaaa39


#eaaa39 Border Color

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

This div border color is #eaaa39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa39


Comments

No comments written yet.

Please login to write comment.