Color Hex Logo

#eaa35d Color Hex

#EAA35D
(234,163,93)
0 Favorites   0 Comments

Color spaces of #eaa35d

RGB 23416393
HSL0.080.770.64
HSV30°60°92°
CMYK 0.000.300.60   0.08
XYZ49.004744.477116.3580
Yxy44.47710.44610.4049
Hunter Lab66.691214.452432.1412
CIE-Lab72.546219.266346.3447

#eaa35d color RGB value is (234,163,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01011101
Octal 352 243 135
Decimal 234 163 93
Hex EA A3 5D

RGB Percentages of Color #eaa35d

%47.76
%33.27
%18.98

CMYK Percentages of Color #eaa35d

%0
%30
%60
%8

Triadic Colors of #eaa35d

#eaa35d #5deaa3 #a35dea

Analogous Colors of #eaa35d

#eaa35d #eaea5d #ea5d5d

Monochromatic Colors of #eaa35d

#eaa35d

Complementary Color

#eaa35d #5da4ea

#eaa35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa35d Color CSS Codes

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

#eaa35d Text Font Color

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

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


#eaa35d Background Color

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

This div background color is #eaa35d


#eaa35d Border Color

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

This div border color is #eaa35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa35d


Comments

No comments written yet.

Please login to write comment.