Color Hex Logo

#eaa31d Color Hex

#EAA31D
(234,163,29)
0 Favorites   0 Comments

Color spaces of #eaa31d

RGB 23416329
HSL0.110.830.52
HSV39°88°92°
CMYK 0.000.300.88   0.08
XYZ47.250643.77557.1215
Yxy43.77550.48140.4460
Hunter Lab66.163111.691139.9324
CIE-Lab72.078216.441871.2777

#eaa31d color RGB value is (234,163,29).

#eaa31d hex color red value is 234, green value is 163 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eaa31d hue: 0.11 , saturation: 0.83 and the lightness value of eaa31d is 0.52.

The process color (four color CMYK) of #eaa31d color hex is 0.00, 0.30, 0.88, 0.08. Web safe color of #eaa31d is #ff9933. Color #eaa31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 00011101
Octal 352 243 35
Decimal 234 163 29
Hex EA A3 1D

RGB Percentages of Color #eaa31d

%54.93
%38.26
%6.81

CMYK Percentages of Color #eaa31d

%0
%30
%88
%8

Triadic Colors of #eaa31d

#eaa31d #1deaa3 #a31dea

Analogous Colors of #eaa31d

#eaa31d #cbea1d #ea3d1d

Monochromatic Colors of #eaa31d

#eaa31d

Complementary Color

#eaa31d #1d64ea

#eaa31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa31d Color CSS Codes

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

#eaa31d Text Font Color

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

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


#eaa31d Background Color

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

This div background color is #eaa31d


#eaa31d Border Color

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

This div border color is #eaa31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa31d


Comments

No comments written yet.

Please login to write comment.