Color Hex Logo

#eab16a Color Hex

#EAB16A
(234,177,106)
0 Favorites   0 Comments

Color spaces of #eab16a

RGB 234177106
HSL0.090.750.67
HSV33°55°92°
CMYK 0.000.240.55   0.08
XYZ52.255349.977320.5281
Yxy49.97730.42570.4071
Hunter Lab70.69468.226132.2698
CIE-Lab76.055312.816844.0347

#eab16a color RGB value is (234,177,106).

#eab16a hex color red value is 234, green value is 177 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eab16a hue: 0.09 , saturation: 0.75 and the lightness value of eab16a is 0.67.

The process color (four color CMYK) of #eab16a color hex is 0.00, 0.24, 0.55, 0.08. Web safe color of #eab16a is #ff9966. Color #eab16a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01101010
Octal 352 261 152
Decimal 234 177 106
Hex EA B1 6A

RGB Percentages of Color #eab16a

%45.26
%34.24
%20.50

CMYK Percentages of Color #eab16a

%0
%24
%55
%8

Triadic Colors of #eab16a

#eab16a #6aeab1 #b16aea

Analogous Colors of #eab16a

#eab16a #e3ea6a #ea716a

Monochromatic Colors of #eab16a

#eab16a

Complementary Color

#eab16a #6aa3ea

#eab16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab16a Color CSS Codes

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

#eab16a Text Font Color

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

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


#eab16a Background Color

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

This div background color is #eab16a


#eab16a Border Color

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

This div border color is #eab16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab16a

#eab16a Color Palettes


Comments

No comments written yet.

Please login to write comment.