Color Hex Logo

#eaa950 Color Hex

#EAA950
(234,169,80)
0 Favorites   0 Comments

Color spaces of #eaa950

RGB 23416980
HSL0.100.790.62
HSV35°66°92°
CMYK 0.000.280.66   0.08
XYZ49.567646.447513.9422
Yxy46.44750.45080.4224
Hunter Lab68.152410.557335.5775
CIE-Lab73.835015.240754.0817

#eaa950 color RGB value is (234,169,80).

#eaa950 hex color red value is 234, green value is 169 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eaa950 hue: 0.10 , saturation: 0.79 and the lightness value of eaa950 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 01010000
Octal 352 251 120
Decimal 234 169 80
Hex EA A9 50

RGB Percentages of Color #eaa950

%48.45
%34.99
%16.56

CMYK Percentages of Color #eaa950

%0
%28
%66
%8

Triadic Colors of #eaa950

#eaa950 #50eaa9 #a950ea

Analogous Colors of #eaa950

#eaa950 #deea50 #ea5c50

Monochromatic Colors of #eaa950

#eaa950

Complementary Color

#eaa950 #5091ea

#eaa950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa950 Color CSS Codes

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

#eaa950 Text Font Color

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

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


#eaa950 Background Color

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

This div background color is #eaa950


#eaa950 Border Color

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

This div border color is #eaa950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa950


Comments

No comments written yet.

Please login to write comment.