Color Hex Logo

#eaa56b Color Hex

#EAA56B
(234,165,107)
0 Favorites   0 Comments

Color spaces of #eaa56b

RGB 234165107
HSL0.080.750.67
HSV27°54°92°
CMYK 0.000.290.54   0.08
XYZ50.040745.464220.0480
Yxy45.46420.43310.3934
Hunter Lab67.427114.475329.5704
CIE-Lab73.196519.269140.0068

#eaa56b color RGB value is (234,165,107).

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

The process color (four color CMYK) of #eaa56b color hex is 0.00, 0.29, 0.54, 0.08. Web safe color of #eaa56b is #ff9966. Color #eaa56b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 01101011
Octal 352 245 153
Decimal 234 165 107
Hex EA A5 6B

RGB Percentages of Color #eaa56b

%46.25
%32.61
%21.15

CMYK Percentages of Color #eaa56b

%0
%29
%54
%8

Triadic Colors of #eaa56b

#eaa56b #6beaa5 #a56bea

Analogous Colors of #eaa56b

#eaa56b #eae56b #ea6b71

Monochromatic Colors of #eaa56b

#eaa56b

Complementary Color

#eaa56b #6bb0ea

#eaa56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa56b Color CSS Codes

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

#eaa56b Text Font Color

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

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


#eaa56b Background Color

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

This div background color is #eaa56b


#eaa56b Border Color

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

This div border color is #eaa56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa56b


Comments

No comments written yet.

Please login to write comment.