Color Hex Logo

#eac03e Color Hex

#EAC03E
(234,192,62)
0 Favorites   0 Comments

Color spaces of #eac03e

RGB 23419262
HSL0.130.800.58
HSV45°74°92°
CMYK 0.000.180.74   0.08
XYZ53.650855.539512.4499
Yxy55.53950.44110.4566
Hunter Lab74.5248-1.915442.2626
CIE-Lab79.35102.225567.3253

#eac03e color RGB value is (234,192,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 00111110
Octal 352 300 76
Decimal 234 192 62
Hex EA C0 3E

RGB Percentages of Color #eac03e

%47.95
%39.34
%12.70

CMYK Percentages of Color #eac03e

%0
%18
%74
%8

Triadic Colors of #eac03e

#eac03e #3eeac0 #c03eea

Analogous Colors of #eac03e

#eac03e #beea3e #ea6a3e

Monochromatic Colors of #eac03e

#eac03e

Complementary Color

#eac03e #3e68ea

#eac03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac03e Color CSS Codes

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

#eac03e Text Font Color

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

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


#eac03e Background Color

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

This div background color is #eac03e


#eac03e Border Color

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

This div border color is #eac03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac03e

#eac03e Color Palettes


Comments

No comments written yet.

Please login to write comment.