Color Hex Logo

#eac35a Color Hex

#EAC35A
(234,195,90)
0 Favorites   0 Comments

Color spaces of #eac35a

RGB 23419590
HSL0.120.770.64
HSV44°62°92°
CMYK 0.000.170.62   0.08
XYZ55.292357.260817.8111
Yxy57.26080.42410.4392
Hunter Lab75.6709-1.995039.0142
CIE-Lab80.32612.194756.6988

#eac35a color RGB value is (234,195,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 01011010
Octal 352 303 132
Decimal 234 195 90
Hex EA C3 5A

RGB Percentages of Color #eac35a

%45.09
%37.57
%17.34

CMYK Percentages of Color #eac35a

%0
%17
%62
%8

Triadic Colors of #eac35a

#eac35a #5aeac3 #c35aea

Analogous Colors of #eac35a

#eac35a #c9ea5a #ea7b5a

Monochromatic Colors of #eac35a

#eac35a

Complementary Color

#eac35a #5a81ea

#eac35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac35a Color CSS Codes

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

#eac35a Text Font Color

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

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


#eac35a Background Color

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

This div background color is #eac35a


#eac35a Border Color

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

This div border color is #eac35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac35a


Comments

No comments written yet.

Please login to write comment.