Color Hex Logo

#eaab0e Color Hex

#EAAB0E
(234,171,14)
0 Favorites   0 Comments

Color spaces of #eaab0e

RGB 23417114
HSL0.120.890.49
HSV43°94°92°
CMYK 0.000.270.94   0.08
XYZ48.573946.65006.8597
Yxy46.65000.47580.4570
Hunter Lab68.30087.418541.8559
CIE-Lab73.965311.971275.5312

#eaab0e color RGB value is (234,171,14).

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

The process color (four color CMYK) of #eaab0e color hex is 0.00, 0.27, 0.94, 0.08. Web safe color of #eaab0e is #ff9900. Color #eaab0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 00001110
Octal 352 253 16
Decimal 234 171 14
Hex EA AB E

RGB Percentages of Color #eaab0e

%55.85
%40.81
%3.34

CMYK Percentages of Color #eaab0e

%0
%27
%94
%8

Triadic Colors of #eaab0e

#eaab0e #0eeaab #ab0eea

Analogous Colors of #eaab0e

#eaab0e #bbea0e #ea3d0e

Monochromatic Colors of #eaab0e

#eaab0e

Complementary Color

#eaab0e #0e4dea

#eaab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab0e Color CSS Codes

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

#eaab0e Text Font Color

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

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


#eaab0e Background Color

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

This div background color is #eaab0e


#eaab0e Border Color

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

This div border color is #eaab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab0e


Comments

No comments written yet.

Please login to write comment.