Color Hex Logo

#eaa40b Color Hex

#EAA40B
(234,164,11)
0 Favorites   0 Comments

Color spaces of #eaa40b

RGB 23416411
HSL0.110.910.48
HSV41°95°92°
CMYK 0.000.300.95   0.08
XYZ47.267544.06756.3312
Yxy44.06750.48400.4512
Hunter Lab66.383410.928040.8137
CIE-Lab72.273615.646874.7130

#eaa40b color RGB value is (234,164,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 00001011
Octal 352 244 13
Decimal 234 164 11
Hex EA A4 B

RGB Percentages of Color #eaa40b

%57.21
%40.10
%2.69

CMYK Percentages of Color #eaa40b

%0
%30
%95
%8

Triadic Colors of #eaa40b

#eaa40b #0beaa4 #a40bea

Analogous Colors of #eaa40b

#eaa40b #c1ea0b #ea350b

Monochromatic Colors of #eaa40b

#eaa40b

Complementary Color

#eaa40b #0b51ea

#eaa40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa40b Color CSS Codes

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

#eaa40b Text Font Color

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

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


#eaa40b Background Color

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

This div background color is #eaa40b


#eaa40b Border Color

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

This div border color is #eaa40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa40b

#eaa40b Color Palettes


Comments

No comments written yet.

Please login to write comment.