Color Hex Logo

#eaa50b Color Hex

#EAA50B
(234,165,11)
0 Favorites   0 Comments

Color spaces of #eaa50b

RGB 23416511
HSL0.120.910.48
HSV41°95°92°
CMYK 0.000.290.95   0.08
XYZ47.447244.42696.3911
Yxy44.42690.48280.4521
Hunter Lab66.653510.421340.9724
CIE-Lab72.512915.116674.8821

#eaa50b color RGB value is (234,165,11).

#eaa50b hex color red value is 234, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eaa50b hue: 0.12 , saturation: 0.91 and the lightness value of eaa50b is 0.48.

The process color (four color CMYK) of #eaa50b color hex is 0.00, 0.29, 0.95, 0.08. Web safe color of #eaa50b is #ff9900. Color #eaa50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 00001011
Octal 352 245 13
Decimal 234 165 11
Hex EA A5 B

RGB Percentages of Color #eaa50b

%57.07
%40.24
%2.68

CMYK Percentages of Color #eaa50b

%0
%29
%95
%8

Triadic Colors of #eaa50b

#eaa50b #0beaa5 #a50bea

Analogous Colors of #eaa50b

#eaa50b #c0ea0b #ea360b

Monochromatic Colors of #eaa50b

#eaa50b

Complementary Color

#eaa50b #0b50ea

#eaa50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa50b Color CSS Codes

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

#eaa50b Text Font Color

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

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


#eaa50b Background Color

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

This div background color is #eaa50b


#eaa50b Border Color

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

This div border color is #eaa50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa50b


Comments

No comments written yet.

Please login to write comment.