Color Hex Logo

#eac640 Color Hex

#EAC640
(234,198,64)
0 Favorites   0 Comments

Color spaces of #eac640

RGB 23419864
HSL0.130.800.58
HSV47°73°92°
CMYK 0.000.150.73   0.08
XYZ55.051258.250813.1925
Yxy58.25080.43520.4605
Hunter Lab76.3222-4.811843.1771
CIE-Lab80.8780-0.792068.0652

#eac640 color RGB value is (234,198,64).

#eac640 hex color red value is 234, green value is 198 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eac640 hue: 0.13 , saturation: 0.80 and the lightness value of eac640 is 0.58.

The process color (four color CMYK) of #eac640 color hex is 0.00, 0.15, 0.73, 0.08. Web safe color of #eac640 is #ffcc33. Color #eac640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01000000
Octal 352 306 100
Decimal 234 198 64
Hex EA C6 40

RGB Percentages of Color #eac640

%47.18
%39.92
%12.90

CMYK Percentages of Color #eac640

%0
%15
%73
%8

Triadic Colors of #eac640

#eac640 #40eac6 #c640ea

Analogous Colors of #eac640

#eac640 #b9ea40 #ea7140

Monochromatic Colors of #eac640

#eac640

Complementary Color

#eac640 #4064ea

#eac640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac640 Color CSS Codes

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

#eac640 Text Font Color

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

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


#eac640 Background Color

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

This div background color is #eac640


#eac640 Border Color

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

This div border color is #eac640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac640


Comments

No comments written yet.

Please login to write comment.