Color Hex Logo

#eaa344 Color Hex

#EAA344
(234,163,68)
0 Favorites   0 Comments

Color spaces of #eaa344

RGB 23416368
HSL0.100.800.59
HSV34°71°92°
CMYK 0.000.300.71   0.08
XYZ48.072344.104211.4481
Yxy44.10420.46390.4256
Hunter Lab66.411012.989936.2671
CIE-Lab72.298117.776857.8419

#eaa344 color RGB value is (234,163,68).

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

The process color (four color CMYK) of #eaa344 color hex is 0.00, 0.30, 0.71, 0.08. Web safe color of #eaa344 is #ff9933. Color #eaa344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01000100
Octal 352 243 104
Decimal 234 163 68
Hex EA A3 44

RGB Percentages of Color #eaa344

%50.32
%35.05
%14.62

CMYK Percentages of Color #eaa344

%0
%30
%71
%8

Triadic Colors of #eaa344

#eaa344 #44eaa3 #a344ea

Analogous Colors of #eaa344

#eaa344 #deea44 #ea5044

Monochromatic Colors of #eaa344

#eaa344

Complementary Color

#eaa344 #448bea

#eaa344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa344 Color CSS Codes

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

#eaa344 Text Font Color

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

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


#eaa344 Background Color

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

This div background color is #eaa344


#eaa344 Border Color

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

This div border color is #eaa344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa344


Comments

No comments written yet.

Please login to write comment.