Color Hex Logo

#eac238 Color Hex

#EAC238
(234,194,56)
0 Favorites   0 Comments

Color spaces of #eac238

RGB 23419456
HSL0.130.810.57
HSV47°76°92°
CMYK 0.000.170.76   0.08
XYZ53.937356.361511.7774
Yxy56.36150.44180.4617
Hunter Lab75.0743-3.136343.2508
CIE-Lab79.81910.942069.9126

#eac238 color RGB value is (234,194,56).

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

The process color (four color CMYK) of #eac238 color hex is 0.00, 0.17, 0.76, 0.08. Web safe color of #eac238 is #ffcc33. Color #eac238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00111000
Octal 352 302 70
Decimal 234 194 56
Hex EA C2 38

RGB Percentages of Color #eac238

%48.35
%40.08
%11.57

CMYK Percentages of Color #eac238

%0
%17
%76
%8

Triadic Colors of #eac238

#eac238 #38eac2 #c238ea

Analogous Colors of #eac238

#eac238 #b9ea38 #ea6938

Monochromatic Colors of #eac238

#eac238

Complementary Color

#eac238 #3860ea

#eac238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac238 Color CSS Codes

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

#eac238 Text Font Color

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

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


#eac238 Background Color

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

This div background color is #eac238


#eac238 Border Color

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

This div border color is #eac238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac238


Comments

No comments written yet.

Please login to write comment.