Color Hex Logo

#eaaa14 Color Hex

#EAAA14
(234,170,20)
1 Favorites   0 Comments

Color spaces of #eaaa14

RGB 23417020
HSL0.120.840.50
HSV42°91°92°
CMYK 0.000.270.91   0.08
XYZ48.432746.29247.0445
Yxy46.29240.47590.4549
Hunter Lab68.03857.996541.4883
CIE-Lab73.734912.576974.4256

#eaaa14 color RGB value is (234,170,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00010100
Octal 352 252 24
Decimal 234 170 20
Hex EA AA 14

RGB Percentages of Color #eaaa14

%55.19
%40.09
%4.72

CMYK Percentages of Color #eaaa14

%0
%27
%91
%8

Triadic Colors of #eaaa14

#eaaa14 #14eaaa #aa14ea

Analogous Colors of #eaaa14

#eaaa14 #bfea14 #ea3f14

Monochromatic Colors of #eaaa14

#eaaa14

Complementary Color

#eaaa14 #1454ea

#eaaa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa14 Color CSS Codes

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

#eaaa14 Text Font Color

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

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


#eaaa14 Background Color

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

This div background color is #eaaa14


#eaaa14 Border Color

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

This div border color is #eaaa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa14


Comments

No comments written yet.

Please login to write comment.