Color Hex Logo

#eac25a Color Hex

#EAC25A
(234,194,90)
0 Favorites   0 Comments

Color spaces of #eac25a

RGB 23419490
HSL0.120.770.64
HSV43°62°92°
CMYK 0.000.170.62   0.08
XYZ55.068956.814217.7366
Yxy56.81420.42480.4383
Hunter Lab75.3752-1.495038.8111
CIE-Lab80.07502.714156.4187

#eac25a color RGB value is (234,194,90).

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

The process color (four color CMYK) of #eac25a color hex is 0.00, 0.17, 0.62, 0.08. Web safe color of #eac25a is #ffcc66. Color #eac25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01011010
Octal 352 302 132
Decimal 234 194 90
Hex EA C2 5A

RGB Percentages of Color #eac25a

%45.17
%37.45
%17.37

CMYK Percentages of Color #eac25a

%0
%17
%62
%8

Triadic Colors of #eac25a

#eac25a #5aeac2 #c25aea

Analogous Colors of #eac25a

#eac25a #caea5a #ea7a5a

Monochromatic Colors of #eac25a

#eac25a

Complementary Color

#eac25a #5a82ea

#eac25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac25a Color CSS Codes

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

#eac25a Text Font Color

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

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


#eac25a Background Color

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

This div background color is #eac25a


#eac25a Border Color

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

This div border color is #eac25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac25a


Comments

No comments written yet.

Please login to write comment.