Color Hex Logo

#eaa05d Color Hex

#EAA05D
(234,160,93)
0 Favorites   0 Comments

Color spaces of #eaa05d

RGB 23416093
HSL0.080.770.64
HSV29°60°92°
CMYK 0.000.320.60   0.08
XYZ48.478343.424416.1826
Yxy43.42440.44850.4018
Hunter Lab65.897215.996231.5680
CIE-Lab71.842120.860745.5120

#eaa05d color RGB value is (234,160,93).

#eaa05d hex color red value is 234, green value is 160 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eaa05d hue: 0.08 , saturation: 0.77 and the lightness value of eaa05d is 0.64.

The process color (four color CMYK) of #eaa05d color hex is 0.00, 0.32, 0.60, 0.08. Web safe color of #eaa05d is #ff9966. Color #eaa05d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 01011101
Octal 352 240 135
Decimal 234 160 93
Hex EA A0 5D

RGB Percentages of Color #eaa05d

%48.05
%32.85
%19.10

CMYK Percentages of Color #eaa05d

%0
%32
%60
%8

Triadic Colors of #eaa05d

#eaa05d #5deaa0 #a05dea

Analogous Colors of #eaa05d

#eaa05d #eae75d #ea5d61

Monochromatic Colors of #eaa05d

#eaa05d

Complementary Color

#eaa05d #5da7ea

#eaa05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa05d Color CSS Codes

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

#eaa05d Text Font Color

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

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


#eaa05d Background Color

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

This div background color is #eaa05d


#eaa05d Border Color

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

This div border color is #eaa05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa05d


Comments

No comments written yet.

Please login to write comment.