Color Hex Logo

#eaa51b Color Hex

#EAA51B
(234,165,27)
0 Favorites   0 Comments

Color spaces of #eaa51b

RGB 23416527
HSL0.110.830.51
HSV40°88°92°
CMYK 0.000.290.88   0.08
XYZ47.584644.48187.1148
Yxy44.48180.47980.4485
Hunter Lab66.694710.638640.3614
CIE-Lab72.549415.342072.1154

#eaa51b color RGB value is (234,165,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 00011011
Octal 352 245 33
Decimal 234 165 27
Hex EA A5 1B

RGB Percentages of Color #eaa51b

%54.93
%38.73
%6.34

CMYK Percentages of Color #eaa51b

%0
%29
%88
%8

Triadic Colors of #eaa51b

#eaa51b #1beaa5 #a51bea

Analogous Colors of #eaa51b

#eaa51b #c8ea1b #ea3d1b

Monochromatic Colors of #eaa51b

#eaa51b

Complementary Color

#eaa51b #1b60ea

#eaa51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa51b Color CSS Codes

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

#eaa51b Text Font Color

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

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


#eaa51b Background Color

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

This div background color is #eaa51b


#eaa51b Border Color

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

This div border color is #eaa51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa51b


Comments

No comments written yet.

Please login to write comment.