Color Hex Logo

#eaa300 Color Hex

#EAA300
(234,163,0)
0 Favorites   0 Comments

Color spaces of #eaa300

RGB 2341630
HSL0.121.000.46
HSV42°100°92°
CMYK 0.000.301.00   0.08
XYZ47.028943.68685.9537
Yxy43.68680.48650.4519
Hunter Lab66.096011.339140.9266
CIE-Lab72.018716.078075.8451

#eaa300 color RGB value is (234,163,0).

#eaa300 hex color red value is 234, green value is 163 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eaa300 hue: 0.12 , saturation: 1.00 and the lightness value of eaa300 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 00000000
Octal 352 243 0
Decimal 234 163 0
Hex EA A3 0

RGB Percentages of Color #eaa300

%58.94
%41.06
%0.00

CMYK Percentages of Color #eaa300

%0
%30
%100
%8

Triadic Colors of #eaa300

#eaa300 #00eaa3 #a300ea

Analogous Colors of #eaa300

#eaa300 #bcea00 #ea2e00

Monochromatic Colors of #eaa300

#eaa300

Complementary Color

#eaa300 #0047ea

#eaa300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa300 Color CSS Codes

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

#eaa300 Text Font Color

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

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


#eaa300 Background Color

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

This div background color is #eaa300


#eaa300 Border Color

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

This div border color is #eaa300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa300


Comments

No comments written yet.

Please login to write comment.