Color Hex Logo

#eaa81d Color Hex

#EAA81D
(234,168,29)
0 Favorites   0 Comments

Color spaces of #eaa81d

RGB 23416829
HSL0.110.830.52
HSV41°88°92°
CMYK 0.000.280.88   0.08
XYZ48.156145.58647.4234
Yxy45.58640.47600.4506
Hunter Lab67.51779.156840.7436
CIE-Lab73.276313.791572.2206

#eaa81d color RGB value is (234,168,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 00011101
Octal 352 250 35
Decimal 234 168 29
Hex EA A8 1D

RGB Percentages of Color #eaa81d

%54.29
%38.98
%6.73

CMYK Percentages of Color #eaa81d

%0
%28
%88
%8

Triadic Colors of #eaa81d

#eaa81d #1deaa8 #a81dea

Analogous Colors of #eaa81d

#eaa81d #c6ea1d #ea421d

Monochromatic Colors of #eaa81d

#eaa81d

Complementary Color

#eaa81d #1d5fea

#eaa81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa81d Color CSS Codes

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

#eaa81d Text Font Color

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

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


#eaa81d Background Color

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

This div background color is #eaa81d


#eaa81d Border Color

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

This div border color is #eaa81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,168,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 #eaa81d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa81d


Comments

No comments written yet.

Please login to write comment.