Color Hex Logo

#eaa366 Color Hex

#EAA366
(234,163,102)
0 Favorites   0 Comments

Color spaces of #eaa366

RGB 234163102
HSL0.080.760.66
HSV28°56°92°
CMYK 0.000.300.56   0.08
XYZ49.427244.646118.5828
Yxy44.64610.43870.3963
Hunter Lab66.817715.111130.2832
CIE-Lab72.658319.932441.9210

#eaa366 color RGB value is (234,163,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01100110
Octal 352 243 146
Decimal 234 163 102
Hex EA A3 66

RGB Percentages of Color #eaa366

%46.89
%32.67
%20.44

CMYK Percentages of Color #eaa366

%0
%30
%56
%8

Triadic Colors of #eaa366

#eaa366 #66eaa3 #a366ea

Analogous Colors of #eaa366

#eaa366 #eae566 #ea666b

Monochromatic Colors of #eaa366

#eaa366

Complementary Color

#eaa366 #66adea

#eaa366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa366 Color CSS Codes

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

#eaa366 Text Font Color

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

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


#eaa366 Background Color

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

This div background color is #eaa366


#eaa366 Border Color

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

This div border color is #eaa366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa366


Comments

No comments written yet.

Please login to write comment.