Color Hex Logo

#eaa001 Color Hex

#EAA001
(234,160,1)
0 Favorites   0 Comments

Color spaces of #eaa001

RGB 2341601
HSL0.110.990.46
HSV41°100°92°
CMYK 0.000.321.00   0.08
XYZ46.508042.63625.8071
Yxy42.63620.48980.4490
Hunter Lab65.296412.869740.4346
CIE-Lab71.307417.678475.2470

#eaa001 color RGB value is (234,160,1).

#eaa001 hex color red value is 234, green value is 160 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eaa001 hue: 0.11 , saturation: 0.99 and the lightness value of eaa001 is 0.46.

The process color (four color CMYK) of #eaa001 color hex is 0.00, 0.32, 1.00, 0.08. Web safe color of #eaa001 is #ff9900. Color #eaa001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00000001
Octal 352 240 1
Decimal 234 160 1
Hex EA A0 1

RGB Percentages of Color #eaa001

%59.24
%40.51
%0.25

CMYK Percentages of Color #eaa001

%0
%32
%100
%8

Triadic Colors of #eaa001

#eaa001 #01eaa0 #a001ea

Analogous Colors of #eaa001

#eaa001 #c0ea01 #ea2b01

Monochromatic Colors of #eaa001

#eaa001

Complementary Color

#eaa001 #014bea

#eaa001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa001 Color CSS Codes

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

#eaa001 Text Font Color

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

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


#eaa001 Background Color

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

This div background color is #eaa001


#eaa001 Border Color

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

This div border color is #eaa001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa001


Comments

No comments written yet.

Please login to write comment.