Color Hex Logo

#eab60e Color Hex

#EAB60E
(234,182,14)
0 Favorites   0 Comments

Color spaces of #eab60e

RGB 23418214
HSL0.130.890.49
HSV46°94°92°
CMYK 0.000.220.94   0.08
XYZ50.738950.98007.5814
Yxy50.98000.46420.4664
Hunter Lab71.40031.896343.6847
CIE-Lab76.66696.179677.4907

#eab60e color RGB value is (234,182,14).

#eab60e hex color red value is 234, green value is 182 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eab60e hue: 0.13 , saturation: 0.89 and the lightness value of eab60e is 0.49.

The process color (four color CMYK) of #eab60e color hex is 0.00, 0.22, 0.94, 0.08. Web safe color of #eab60e is #ffcc00. Color #eab60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 00001110
Octal 352 266 16
Decimal 234 182 14
Hex EA B6 E

RGB Percentages of Color #eab60e

%54.42
%42.33
%3.26

CMYK Percentages of Color #eab60e

%0
%22
%94
%8

Triadic Colors of #eab60e

#eab60e #0eeab6 #b60eea

Analogous Colors of #eab60e

#eab60e #b0ea0e #ea480e

Monochromatic Colors of #eab60e

#eab60e

Complementary Color

#eab60e #0e42ea

#eab60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab60e Color CSS Codes

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

#eab60e Text Font Color

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

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


#eab60e Background Color

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

This div background color is #eab60e


#eab60e Border Color

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

This div border color is #eab60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab60e


Comments

No comments written yet.

Please login to write comment.