Color Hex Logo

#eab55b Color Hex

#EAB55B
(234,181,91)
0 Favorites   0 Comments

Color spaces of #eab55b

RGB 23418191
HSL0.100.770.64
HSV38°61°92°
CMYK 0.000.230.61   0.08
XYZ52.343951.295517.0397
Yxy51.29550.43370.4251
Hunter Lab71.62095.119636.0286
CIE-Lab76.85779.589852.3213

#eab55b color RGB value is (234,181,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01011011
Octal 352 265 133
Decimal 234 181 91
Hex EA B5 5B

RGB Percentages of Color #eab55b

%46.25
%35.77
%17.98

CMYK Percentages of Color #eab55b

%0
%23
%61
%8

Triadic Colors of #eab55b

#eab55b #5beab5 #b55bea

Analogous Colors of #eab55b

#eab55b #d8ea5b #ea6e5b

Monochromatic Colors of #eab55b

#eab55b

Complementary Color

#eab55b #5b90ea

#eab55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab55b Color CSS Codes

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

#eab55b Text Font Color

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

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


#eab55b Background Color

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

This div background color is #eab55b


#eab55b Border Color

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

This div border color is #eab55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab55b


Comments

No comments written yet.

Please login to write comment.