Color Hex Logo

#eac626 Color Hex

#EAC626
(234,198,38)
0 Favorites   0 Comments

Color spaces of #eac626

RGB 23419838
HSL0.140.820.53
HSV49°84°92°
CMYK 0.000.150.84   0.08
XYZ54.475658.020510.1616
Yxy58.02050.44410.4730
Hunter Lab76.1712-5.641145.4103
CIE-Lab80.7502-1.698776.0919

#eac626 color RGB value is (234,198,38).

#eac626 hex color red value is 234, green value is 198 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #eac626 hue: 0.14 , saturation: 0.82 and the lightness value of eac626 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00100110
Octal 352 306 46
Decimal 234 198 38
Hex EA C6 26

RGB Percentages of Color #eac626

%49.79
%42.13
%8.09

CMYK Percentages of Color #eac626

%0
%15
%84
%8

Triadic Colors of #eac626

#eac626 #26eac6 #c626ea

Analogous Colors of #eac626

#eac626 #acea26 #ea6426

Monochromatic Colors of #eac626

#eac626

Complementary Color

#eac626 #264aea

#eac626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac626 Color CSS Codes

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

#eac626 Text Font Color

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

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


#eac626 Background Color

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

This div background color is #eac626


#eac626 Border Color

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

This div border color is #eac626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac626


Comments

No comments written yet.

Please login to write comment.