Color Hex Logo

#eaa674 Color Hex

#EAA674
(234,166,116)
0 Favorites   0 Comments

Color spaces of #eaa674

RGB 234166116
HSL0.070.740.69
HSV25°50°92°
CMYK 0.000.290.50   0.08
XYZ50.720346.025822.7336
Yxy46.02580.42450.3852
Hunter Lab67.842314.726227.6219
CIE-Lab73.562319.512035.7682

#eaa674 color RGB value is (234,166,116).

#eaa674 hex color red value is 234, green value is 166 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eaa674 hue: 0.07 , saturation: 0.74 and the lightness value of eaa674 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 01110100
Octal 352 246 164
Decimal 234 166 116
Hex EA A6 74

RGB Percentages of Color #eaa674

%45.35
%32.17
%22.48

CMYK Percentages of Color #eaa674

%0
%29
%50
%8

Triadic Colors of #eaa674

#eaa674 #74eaa6 #a674ea

Analogous Colors of #eaa674

#eaa674 #eae174 #ea747d

Monochromatic Colors of #eaa674

#eaa674

Complementary Color

#eaa674 #74b8ea

#eaa674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa674 Color CSS Codes

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

#eaa674 Text Font Color

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

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


#eaa674 Background Color

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

This div background color is #eaa674


#eaa674 Border Color

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

This div border color is #eaa674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa674


Comments

No comments written yet.

Please login to write comment.