Color Hex Logo

#eaa15f Color Hex

#EAA15F
(234,161,95)
0 Favorites   0 Comments

Color spaces of #eaa15f

RGB 23416195
HSL0.080.770.65
HSV28°59°92°
CMYK 0.000.310.59   0.08
XYZ48.742143.808416.7133
Yxy43.80840.44610.4009
Hunter Lab66.187915.622131.3601
CIE-Lab72.100220.471344.8115

#eaa15f color RGB value is (234,161,95).

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

The process color (four color CMYK) of #eaa15f color hex is 0.00, 0.31, 0.59, 0.08. Web safe color of #eaa15f is #ff9966. Color #eaa15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01011111
Octal 352 241 137
Decimal 234 161 95
Hex EA A1 5F

RGB Percentages of Color #eaa15f

%47.76
%32.86
%19.39

CMYK Percentages of Color #eaa15f

%0
%31
%59
%8

Triadic Colors of #eaa15f

#eaa15f #5feaa1 #a15fea

Analogous Colors of #eaa15f

#eaa15f #eae75f #ea5f62

Monochromatic Colors of #eaa15f

#eaa15f

Complementary Color

#eaa15f #5fa8ea

#eaa15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa15f Color CSS Codes

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

#eaa15f Text Font Color

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

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


#eaa15f Background Color

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

This div background color is #eaa15f


#eaa15f Border Color

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

This div border color is #eaa15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa15f


Comments

No comments written yet.

Please login to write comment.