Color Hex Logo

#eab93e Color Hex

#EAB93E
(234,185,62)
0 Favorites   0 Comments

Color spaces of #eab93e

RGB 23418562
HSL0.120.800.58
HSV43°74°92°
CMYK 0.000.210.74   0.08
XYZ52.150152.538111.9497
Yxy52.53810.44710.4504
Hunter Lab72.48321.581440.9636
CIE-Lab77.60155.877265.6267

#eab93e color RGB value is (234,185,62).

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

The process color (four color CMYK) of #eab93e color hex is 0.00, 0.21, 0.74, 0.08. Web safe color of #eab93e is #ffcc33. Color #eab93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00111110
Octal 352 271 76
Decimal 234 185 62
Hex EA B9 3E

RGB Percentages of Color #eab93e

%48.65
%38.46
%12.89

CMYK Percentages of Color #eab93e

%0
%21
%74
%8

Triadic Colors of #eab93e

#eab93e #3eeab9 #b93eea

Analogous Colors of #eab93e

#eab93e #c5ea3e #ea633e

Monochromatic Colors of #eab93e

#eab93e

Complementary Color

#eab93e #3e6fea

#eab93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab93e Color CSS Codes

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

#eab93e Text Font Color

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

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


#eab93e Background Color

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

This div background color is #eab93e


#eab93e Border Color

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

This div border color is #eab93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab93e


Comments

No comments written yet.

Please login to write comment.