Color Hex Logo

#eaa002 Color Hex

#EAA002
(234,160,2)
0 Favorites   0 Comments

Color spaces of #eaa002

RGB 2341602
HSL0.110.980.46
HSV41°99°92°
CMYK 0.000.320.99   0.08
XYZ46.513442.63845.8359
Yxy42.63840.48970.4489
Hunter Lab65.298112.878240.4097
CIE-Lab71.308917.687275.1253

#eaa002 color RGB value is (234,160,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00000010
Octal 352 240 2
Decimal 234 160 2
Hex EA A0 2

RGB Percentages of Color #eaa002

%59.09
%40.40
%0.51

CMYK Percentages of Color #eaa002

%0
%32
%99
%8

Triadic Colors of #eaa002

#eaa002 #02eaa0 #a002ea

Analogous Colors of #eaa002

#eaa002 #c0ea02 #ea2c02

Monochromatic Colors of #eaa002

#eaa002

Complementary Color

#eaa002 #024cea

#eaa002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa002 Color CSS Codes

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

#eaa002 Text Font Color

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

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


#eaa002 Background Color

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

This div background color is #eaa002


#eaa002 Border Color

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

This div border color is #eaa002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa002


Comments

No comments written yet.

Please login to write comment.