Color Hex Logo

#eaca4c Color Hex

#EACA4C
(234,202,76)
0 Favorites   0 Comments

Color spaces of #eaca4c

RGB 23420276
HSL0.130.790.61
HSV48°68°92°
CMYK 0.000.140.68   0.08
XYZ56.356760.255315.4976
Yxy60.25530.42660.4561
Hunter Lab77.6243-6.248142.4998
CIE-Lab81.9768-2.259064.5020

#eaca4c color RGB value is (234,202,76).

#eaca4c hex color red value is 234, green value is 202 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eaca4c hue: 0.13 , saturation: 0.79 and the lightness value of eaca4c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 01001100
Octal 352 312 114
Decimal 234 202 76
Hex EA CA 4C

RGB Percentages of Color #eaca4c

%45.70
%39.45
%14.84

CMYK Percentages of Color #eaca4c

%0
%14
%68
%8

Triadic Colors of #eaca4c

#eaca4c #4ceaca #ca4cea

Analogous Colors of #eaca4c

#eaca4c #bbea4c #ea7b4c

Monochromatic Colors of #eaca4c

#eaca4c

Complementary Color

#eaca4c #4c6cea

#eaca4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca4c Color CSS Codes

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

#eaca4c Text Font Color

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

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


#eaca4c Background Color

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

This div background color is #eaca4c


#eaca4c Border Color

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

This div border color is #eaca4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca4c


Comments

No comments written yet.

Please login to write comment.