Color Hex Logo

#eaaa56 Color Hex

#EAAA56
(234,170,86)
0 Favorites   0 Comments

Color spaces of #eaaa56

RGB 23417086
HSL0.090.780.63
HSV34°63°92°
CMYK 0.000.270.63   0.08
XYZ49.986146.913815.2248
Yxy46.91380.44580.4184
Hunter Lab68.493610.403934.7665
CIE-Lab74.134615.078751.5974

#eaaa56 color RGB value is (234,170,86).

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

The process color (four color CMYK) of #eaaa56 color hex is 0.00, 0.27, 0.63, 0.08. Web safe color of #eaaa56 is #ff9966. Color #eaaa56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 01010110
Octal 352 252 126
Decimal 234 170 86
Hex EA AA 56

RGB Percentages of Color #eaaa56

%47.76
%34.69
%17.55

CMYK Percentages of Color #eaaa56

%0
%27
%63
%8

Triadic Colors of #eaaa56

#eaaa56 #56eaaa #aa56ea

Analogous Colors of #eaaa56

#eaaa56 #e0ea56 #ea6056

Monochromatic Colors of #eaaa56

#eaaa56

Complementary Color

#eaaa56 #5696ea

#eaaa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa56 Color CSS Codes

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

#eaaa56 Text Font Color

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

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


#eaaa56 Background Color

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

This div background color is #eaaa56


#eaaa56 Border Color

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

This div border color is #eaaa56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa56


Comments

No comments written yet.

Please login to write comment.