Color Hex Logo

#eaaa34 Color Hex

#EAAA34
(234,170,52)
0 Favorites   0 Comments

Color spaces of #eaaa34

RGB 23417052
HSL0.110.810.56
HSV39°78°92°
CMYK 0.000.270.78   0.08
XYZ48.926246.48989.6436
Yxy46.48980.46570.4425
Hunter Lab68.18348.764839.3427
CIE-Lab73.862213.379765.7845

#eaaa34 color RGB value is (234,170,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00110100
Octal 352 252 64
Decimal 234 170 52
Hex EA AA 34

RGB Percentages of Color #eaaa34

%51.32
%37.28
%11.40

CMYK Percentages of Color #eaaa34

%0
%27
%78
%8

Triadic Colors of #eaaa34

#eaaa34 #34eaaa #aa34ea

Analogous Colors of #eaaa34

#eaaa34 #cfea34 #ea4f34

Monochromatic Colors of #eaaa34

#eaaa34

Complementary Color

#eaaa34 #3474ea

#eaaa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa34 Color CSS Codes

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

#eaaa34 Text Font Color

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

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


#eaaa34 Background Color

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

This div background color is #eaaa34


#eaaa34 Border Color

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

This div border color is #eaaa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa34


Comments

No comments written yet.

Please login to write comment.