Color Hex Logo

#eaaa17 Color Hex

#EAAA17
(234,170,23)
0 Favorites   0 Comments

Color spaces of #eaaa17

RGB 23417023
HSL0.120.830.50
HSV42°90°92°
CMYK 0.000.270.90   0.08
XYZ48.461146.30377.1940
Yxy46.30370.47530.4541
Hunter Lab68.04688.040941.3646
CIE-Lab73.742212.623473.8741

#eaaa17 color RGB value is (234,170,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00010111
Octal 352 252 27
Decimal 234 170 23
Hex EA AA 17

RGB Percentages of Color #eaaa17

%54.80
%39.81
%5.39

CMYK Percentages of Color #eaaa17

%0
%27
%90
%8

Triadic Colors of #eaaa17

#eaaa17 #17eaaa #aa17ea

Analogous Colors of #eaaa17

#eaaa17 #c1ea17 #ea4017

Monochromatic Colors of #eaaa17

#eaaa17

Complementary Color

#eaaa17 #1757ea

#eaaa17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa17 Color CSS Codes

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

#eaaa17 Text Font Color

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

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


#eaaa17 Background Color

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

This div background color is #eaaa17


#eaaa17 Border Color

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

This div border color is #eaaa17


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,170,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 #eaaa17">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa17


Comments

No comments written yet.

Please login to write comment.