Color Hex Logo

#eaa917 Color Hex

#EAA917
(234,169,23)
0 Favorites   0 Comments

Color spaces of #eaa917

RGB 23416923
HSL0.120.830.50
HSV42°90°92°
CMYK 0.000.280.90   0.08
XYZ48.274345.93027.1317
Yxy45.93020.47640.4532
Hunter Lab67.77188.546041.2011
CIE-Lab73.500213.152473.6911

#eaa917 color RGB value is (234,169,23).

#eaa917 hex color red value is 234, green value is 169 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eaa917 hue: 0.12 , saturation: 0.83 and the lightness value of eaa917 is 0.50.

The process color (four color CMYK) of #eaa917 color hex is 0.00, 0.28, 0.90, 0.08. Web safe color of #eaa917 is #ff9900. Color #eaa917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 00010111
Octal 352 251 27
Decimal 234 169 23
Hex EA A9 17

RGB Percentages of Color #eaa917

%54.93
%39.67
%5.40

CMYK Percentages of Color #eaa917

%0
%28
%90
%8

Triadic Colors of #eaa917

#eaa917 #17eaa9 #a917ea

Analogous Colors of #eaa917

#eaa917 #c2ea17 #ea3f17

Monochromatic Colors of #eaa917

#eaa917

Complementary Color

#eaa917 #1758ea

#eaa917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa917 Color CSS Codes

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

#eaa917 Text Font Color

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

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


#eaa917 Background Color

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

This div background color is #eaa917


#eaa917 Border Color

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

This div border color is #eaa917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa917


Comments

No comments written yet.

Please login to write comment.