Color Hex Logo

#eaa00d Color Hex

#EAA00D
(234,160,13)
0 Favorites   0 Comments

Color spaces of #eaa00d

RGB 23416013
HSL0.110.890.48
HSV40°94°92°
CMYK 0.000.320.94   0.08
XYZ46.575142.66316.1608
Yxy42.66310.48820.4472
Hunter Lab65.317012.976940.1296
CIE-Lab71.325717.788773.7802

#eaa00d color RGB value is (234,160,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00001101
Octal 352 240 15
Decimal 234 160 13
Hex EA A0 D

RGB Percentages of Color #eaa00d

%57.49
%39.31
%3.19

CMYK Percentages of Color #eaa00d

%0
%32
%94
%8

Triadic Colors of #eaa00d

#eaa00d #0deaa0 #a00dea

Analogous Colors of #eaa00d

#eaa00d #c6ea0d #ea310d

Monochromatic Colors of #eaa00d

#eaa00d

Complementary Color

#eaa00d #0d57ea

#eaa00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa00d Color CSS Codes

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

#eaa00d Text Font Color

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

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


#eaa00d Background Color

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

This div background color is #eaa00d


#eaa00d Border Color

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

This div border color is #eaa00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa00d


Comments

No comments written yet.

Please login to write comment.