Color Hex Logo

#eaa367 Color Hex

#EAA367
(234,163,103)
0 Favorites   0 Comments

Color spaces of #eaa367

RGB 234163103
HSL0.080.760.66
HSV27°56°92°
CMYK 0.000.300.56   0.08
XYZ49.477144.666118.8457
Yxy44.66610.43790.3953
Hunter Lab66.832715.188630.0641
CIE-Lab72.671520.010641.4232

#eaa367 color RGB value is (234,163,103).

#eaa367 hex color red value is 234, green value is 163 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #eaa367 hue: 0.08 , saturation: 0.76 and the lightness value of eaa367 is 0.66.

The process color (four color CMYK) of #eaa367 color hex is 0.00, 0.30, 0.56, 0.08. Web safe color of #eaa367 is #ff9966. Color #eaa367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01100111
Octal 352 243 147
Decimal 234 163 103
Hex EA A3 67

RGB Percentages of Color #eaa367

%46.80
%32.60
%20.60

CMYK Percentages of Color #eaa367

%0
%30
%56
%8

Triadic Colors of #eaa367

#eaa367 #67eaa3 #a367ea

Analogous Colors of #eaa367

#eaa367 #eae567 #ea676d

Monochromatic Colors of #eaa367

#eaa367

Complementary Color

#eaa367 #67aeea

#eaa367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa367 Color CSS Codes

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

#eaa367 Text Font Color

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

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


#eaa367 Background Color

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

This div background color is #eaa367


#eaa367 Border Color

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

This div border color is #eaa367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa367


Comments

No comments written yet.

Please login to write comment.