Color Hex Logo

#eaa667 Color Hex

#EAA667
(234,166,103)
0 Favorites   0 Comments

Color spaces of #eaa667

RGB 234166103
HSL0.080.760.66
HSV29°56°92°
CMYK 0.000.290.56   0.08
XYZ50.016145.744119.0253
Yxy45.74410.43570.3985
Hunter Lab67.634413.641830.6660
CIE-Lab73.379218.415542.2904

#eaa667 color RGB value is (234,166,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 01100111
Octal 352 246 147
Decimal 234 166 103
Hex EA A6 67

RGB Percentages of Color #eaa667

%46.52
%33.00
%20.48

CMYK Percentages of Color #eaa667

%0
%29
%56
%8

Triadic Colors of #eaa667

#eaa667 #67eaa6 #a667ea

Analogous Colors of #eaa667

#eaa667 #eae867 #ea676a

Monochromatic Colors of #eaa667

#eaa667

Complementary Color

#eaa667 #67abea

#eaa667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa667 Color CSS Codes

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

#eaa667 Text Font Color

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

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


#eaa667 Background Color

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

This div background color is #eaa667


#eaa667 Border Color

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

This div border color is #eaa667


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,166,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 #eaa667">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa667


Comments

No comments written yet.

Please login to write comment.