Color Hex Logo

#eaca3a Color Hex

#EACA3A
(234,202,58)
0 Favorites   0 Comments

Color spaces of #eaca3a

RGB 23420258
HSL0.140.810.57
HSV49°75°92°
CMYK 0.000.140.75   0.08
XYZ55.815960.039012.6499
Yxy60.03900.43430.4672
Hunter Lab77.4848-7.016744.5599
CIE-Lab81.8594-3.101071.1330

#eaca3a color RGB value is (234,202,58).

#eaca3a hex color red value is 234, green value is 202 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eaca3a hue: 0.14 , saturation: 0.81 and the lightness value of eaca3a is 0.57.

The process color (four color CMYK) of #eaca3a color hex is 0.00, 0.14, 0.75, 0.08. Web safe color of #eaca3a is #ffcc33. Color #eaca3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 00111010
Octal 352 312 72
Decimal 234 202 58
Hex EA CA 3A

RGB Percentages of Color #eaca3a

%47.37
%40.89
%11.74

CMYK Percentages of Color #eaca3a

%0
%14
%75
%8

Triadic Colors of #eaca3a

#eaca3a #3aeaca #ca3aea

Analogous Colors of #eaca3a

#eaca3a #b2ea3a #ea723a

Monochromatic Colors of #eaca3a

#eaca3a

Complementary Color

#eaca3a #3a5aea

#eaca3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca3a Color CSS Codes

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

#eaca3a Text Font Color

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

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


#eaca3a Background Color

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

This div background color is #eaca3a


#eaca3a Border Color

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

This div border color is #eaca3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca3a


Comments

No comments written yet.

Please login to write comment.