Color Hex Logo

#eac83e Color Hex

#EAC83E
(234,200,62)
0 Favorites   0 Comments

Color spaces of #eac83e

RGB 23420062
HSL0.130.800.58
HSV48°74°92°
CMYK 0.000.150.74   0.08
XYZ55.455559.148813.0515
Yxy59.14880.43440.4633
Hunter Lab76.9083-5.880243.7741
CIE-Lab81.3733-1.909169.2730

#eac83e color RGB value is (234,200,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 00111110
Octal 352 310 76
Decimal 234 200 62
Hex EA C8 3E

RGB Percentages of Color #eac83e

%47.18
%40.32
%12.50

CMYK Percentages of Color #eac83e

%0
%15
%74
%8

Triadic Colors of #eac83e

#eac83e #3eeac8 #c83eea

Analogous Colors of #eac83e

#eac83e #b6ea3e #ea723e

Monochromatic Colors of #eac83e

#eac83e

Complementary Color

#eac83e #3e60ea

#eac83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac83e Color CSS Codes

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

#eac83e Text Font Color

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

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


#eac83e Background Color

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

This div background color is #eac83e


#eac83e Border Color

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

This div border color is #eac83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,200,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 #eac83e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac83e


Comments

No comments written yet.

Please login to write comment.