Color Hex Logo

#eac141 Color Hex

#EAC141
(234,193,65)
0 Favorites   0 Comments

Color spaces of #eac141

RGB 23419365
HSL0.130.800.59
HSV45°72°92°
CMYK 0.000.180.72   0.08
XYZ53.955856.014012.9690
Yxy56.01400.43890.4556
Hunter Lab74.8425-2.289342.1157
CIE-Lab79.62181.839966.4613

#eac141 color RGB value is (234,193,65).

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

The process color (four color CMYK) of #eac141 color hex is 0.00, 0.18, 0.72, 0.08. Web safe color of #eac141 is #ffcc33. Color #eac141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 01000001
Octal 352 301 101
Decimal 234 193 65
Hex EA C1 41

RGB Percentages of Color #eac141

%47.56
%39.23
%13.21

CMYK Percentages of Color #eac141

%0
%18
%72
%8

Triadic Colors of #eac141

#eac141 #41eac1 #c141ea

Analogous Colors of #eac141

#eac141 #bfea41 #ea6d41

Monochromatic Colors of #eac141

#eac141

Complementary Color

#eac141 #416aea

#eac141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac141 Color CSS Codes

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

#eac141 Text Font Color

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

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


#eac141 Background Color

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

This div background color is #eac141


#eac141 Border Color

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

This div border color is #eac141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac141


Comments

No comments written yet.

Please login to write comment.