Color Hex Logo

#eab561 Color Hex

#EAB561
(234,181,97)
0 Favorites   0 Comments

Color spaces of #eab561

RGB 23418197
HSL0.100.770.65
HSV37°59°92°
CMYK 0.000.230.59   0.08
XYZ52.613251.403218.4581
Yxy51.40320.42960.4197
Hunter Lab71.69605.521934.9230
CIE-Lab76.922610.011549.5221

#eab561 color RGB value is (234,181,97).

#eab561 hex color red value is 234, green value is 181 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eab561 hue: 0.10 , saturation: 0.77 and the lightness value of eab561 is 0.65.

The process color (four color CMYK) of #eab561 color hex is 0.00, 0.23, 0.59, 0.08. Web safe color of #eab561 is #ffcc66. Color #eab561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01100001
Octal 352 265 141
Decimal 234 181 97
Hex EA B5 61

RGB Percentages of Color #eab561

%45.70
%35.35
%18.95

CMYK Percentages of Color #eab561

%0
%23
%59
%8

Triadic Colors of #eab561

#eab561 #61eab5 #b561ea

Analogous Colors of #eab561

#eab561 #dbea61 #ea7161

Monochromatic Colors of #eab561

#eab561

Complementary Color

#eab561 #6196ea

#eab561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab561 Color CSS Codes

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

#eab561 Text Font Color

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

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


#eab561 Background Color

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

This div background color is #eab561


#eab561 Border Color

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

This div border color is #eab561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab561


Comments

No comments written yet.

Please login to write comment.