Color Hex Logo

#eab01a Color Hex

#EAB01A
(234,176,26)
0 Favorites   0 Comments

Color spaces of #eab01a

RGB 23417626
HSL0.120.830.51
HSV43°89°92°
CMYK 0.000.250.89   0.08
XYZ49.643548.61777.7449
Yxy48.61770.46830.4586
Hunter Lab69.72645.066542.2228
CIE-Lab75.21299.506874.3965

#eab01a color RGB value is (234,176,26).

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

The process color (four color CMYK) of #eab01a color hex is 0.00, 0.25, 0.89, 0.08. Web safe color of #eab01a is #ff9933. Color #eab01a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 00011010
Octal 352 260 32
Decimal 234 176 26
Hex EA B0 1A

RGB Percentages of Color #eab01a

%53.67
%40.37
%5.96

CMYK Percentages of Color #eab01a

%0
%25
%89
%8

Triadic Colors of #eab01a

#eab01a #1aeab0 #b01aea

Analogous Colors of #eab01a

#eab01a #bcea1a #ea481a

Monochromatic Colors of #eab01a

#eab01a

Complementary Color

#eab01a #1a54ea

#eab01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab01a Color CSS Codes

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

#eab01a Text Font Color

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

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


#eab01a Background Color

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

This div background color is #eab01a


#eab01a Border Color

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

This div border color is #eab01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab01a


Comments

No comments written yet.

Please login to write comment.