Color Hex Logo

#eac95b Color Hex

#EAC95B
(234,201,91)
0 Favorites   0 Comments

Color spaces of #eac95b

RGB 23420191
HSL0.130.770.64
HSV46°61°92°
CMYK 0.000.140.61   0.08
XYZ56.706760.021018.4940
Yxy60.02100.41940.4439
Hunter Lab77.4732-4.924740.0779
CIE-Lab81.8496-0.843257.9452

#eac95b color RGB value is (234,201,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01011011
Octal 352 311 133
Decimal 234 201 91
Hex EA C9 5B

RGB Percentages of Color #eac95b

%44.49
%38.21
%17.30

CMYK Percentages of Color #eac95b

%0
%14
%61
%8

Triadic Colors of #eac95b

#eac95b #5beac9 #c95bea

Analogous Colors of #eac95b

#eac95b #c4ea5b #ea825b

Monochromatic Colors of #eac95b

#eac95b

Complementary Color

#eac95b #5b7cea

#eac95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac95b Color CSS Codes

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

#eac95b Text Font Color

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

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


#eac95b Background Color

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

This div background color is #eac95b


#eac95b Border Color

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

This div border color is #eac95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac95b


Comments

No comments written yet.

Please login to write comment.