Color Hex Logo

#eaa975 Color Hex

#EAA975
(234,169,117)
0 Favorites   0 Comments

Color spaces of #eaa975

RGB 234169117
HSL0.070.740.69
HSV27°50°92°
CMYK 0.000.280.50   0.08
XYZ51.330547.152723.2256
Yxy47.15270.42170.3874
Hunter Lab68.667813.263428.0137
CIE-Lab74.287318.006636.1685

#eaa975 color RGB value is (234,169,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 01110101
Octal 352 251 165
Decimal 234 169 117
Hex EA A9 75

RGB Percentages of Color #eaa975

%45.00
%32.50
%22.50

CMYK Percentages of Color #eaa975

%0
%28
%50
%8

Triadic Colors of #eaa975

#eaa975 #75eaa9 #a975ea

Analogous Colors of #eaa975

#eaa975 #eae475 #ea757c

Monochromatic Colors of #eaa975

#eaa975

Complementary Color

#eaa975 #75b6ea

#eaa975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa975 Color CSS Codes

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

#eaa975 Text Font Color

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

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


#eaa975 Background Color

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

This div background color is #eaa975


#eaa975 Border Color

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

This div border color is #eaa975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa975


Comments

No comments written yet.

Please login to write comment.