Color Hex Logo

#eab00e Color Hex

#EAB00E
(234,176,14)
0 Favorites   0 Comments

Color spaces of #eab00e

RGB 23417614
HSL0.120.890.49
HSV44°94°92°
CMYK 0.000.250.94   0.08
XYZ49.536348.57487.1805
Yxy48.57480.47050.4613
Hunter Lab69.69564.901942.6785
CIE-Lab75.18609.332476.4142

#eab00e color RGB value is (234,176,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 00001110
Octal 352 260 16
Decimal 234 176 14
Hex EA B0 E

RGB Percentages of Color #eab00e

%55.19
%41.51
%3.30

CMYK Percentages of Color #eab00e

%0
%25
%94
%8

Triadic Colors of #eab00e

#eab00e #0eeab0 #b00eea

Analogous Colors of #eab00e

#eab00e #b6ea0e #ea420e

Monochromatic Colors of #eab00e

#eab00e

Complementary Color

#eab00e #0e48ea

#eab00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab00e Color CSS Codes

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

#eab00e Text Font Color

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

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


#eab00e Background Color

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

This div background color is #eab00e


#eab00e Border Color

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

This div border color is #eab00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab00e


Comments

No comments written yet.

Please login to write comment.