Color Hex Logo

#eaaa3f Color Hex

#EAAA3F
(234,170,63)
0 Favorites   0 Comments

Color spaces of #eaaa3f

RGB 23417063
HSL0.100.800.58
HSV38°73°92°
CMYK 0.000.270.73   0.08
XYZ49.203646.600811.1042
Yxy46.60080.46020.4359
Hunter Lab68.26489.195138.1410
CIE-Lab73.933713.827661.6168

#eaaa3f color RGB value is (234,170,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00111111
Octal 352 252 77
Decimal 234 170 63
Hex EA AA 3F

RGB Percentages of Color #eaaa3f

%50.11
%36.40
%13.49

CMYK Percentages of Color #eaaa3f

%0
%27
%73
%8

Triadic Colors of #eaaa3f

#eaaa3f #3feaaa #aa3fea

Analogous Colors of #eaaa3f

#eaaa3f #d5ea3f #ea553f

Monochromatic Colors of #eaaa3f

#eaaa3f

Complementary Color

#eaaa3f #3f7fea

#eaaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa3f Color CSS Codes

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

#eaaa3f Text Font Color

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

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


#eaaa3f Background Color

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

This div background color is #eaaa3f


#eaaa3f Border Color

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

This div border color is #eaaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa3f


Comments

No comments written yet.

Please login to write comment.