Color Hex Logo

#eab03e Color Hex

#EAB03E
(234,176,62)
0 Favorites   0 Comments

Color spaces of #eab03e

RGB 23417662
HSL0.110.800.58
HSV40°74°92°
CMYK 0.000.250.74   0.08
XYZ50.326548.890911.3418
Yxy48.89090.45520.4422
Hunter Lab69.92206.112139.3282
CIE-Lab75.383410.610063.4545

#eab03e color RGB value is (234,176,62).

#eab03e hex color red value is 234, green value is 176 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eab03e hue: 0.11 , saturation: 0.80 and the lightness value of eab03e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 00111110
Octal 352 260 76
Decimal 234 176 62
Hex EA B0 3E

RGB Percentages of Color #eab03e

%49.58
%37.29
%13.14

CMYK Percentages of Color #eab03e

%0
%25
%74
%8

Triadic Colors of #eab03e

#eab03e #3eeab0 #b03eea

Analogous Colors of #eab03e

#eab03e #ceea3e #ea5a3e

Monochromatic Colors of #eab03e

#eab03e

Complementary Color

#eab03e #3e78ea

#eab03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab03e Color CSS Codes

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

#eab03e Text Font Color

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

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


#eab03e Background Color

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

This div background color is #eab03e


#eab03e Border Color

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

This div border color is #eab03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab03e


Comments

No comments written yet.

Please login to write comment.