Color Hex Logo

#eab43e Color Hex

#EAB43E
(234,180,62)
0 Favorites   0 Comments

Color spaces of #eab43e

RGB 23418062
HSL0.110.800.58
HSV41°74°92°
CMYK 0.000.230.74   0.08
XYZ51.122450.482711.6071
Yxy50.48270.45160.4459
Hunter Lab71.05124.093940.0501
CIE-Lab76.36468.501964.4181

#eab43e color RGB value is (234,180,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 00111110
Octal 352 264 76
Decimal 234 180 62
Hex EA B4 3E

RGB Percentages of Color #eab43e

%49.16
%37.82
%13.03

CMYK Percentages of Color #eab43e

%0
%23
%74
%8

Triadic Colors of #eab43e

#eab43e #3eeab4 #b43eea

Analogous Colors of #eab43e

#eab43e #caea3e #ea5e3e

Monochromatic Colors of #eab43e

#eab43e

Complementary Color

#eab43e #3e74ea

#eab43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab43e Color CSS Codes

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

#eab43e Text Font Color

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

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


#eab43e Background Color

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

This div background color is #eab43e


#eab43e Border Color

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

This div border color is #eab43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab43e

#eab43e Color Palettes


Comments

No comments written yet.

Please login to write comment.