Color Hex Logo

#eaa75d Color Hex

#EAA75D
(234,167,93)
0 Favorites   0 Comments

Color spaces of #eaa75d

RGB 23416793
HSL0.090.770.64
HSV31°60°92°
CMYK 0.000.290.60   0.08
XYZ49.726245.920216.5986
Yxy45.92020.44300.4091
Hunter Lab67.764412.397232.9123
CIE-Lab73.493717.140447.4595

#eaa75d color RGB value is (234,167,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 01011101
Octal 352 247 135
Decimal 234 167 93
Hex EA A7 5D

RGB Percentages of Color #eaa75d

%47.37
%33.81
%18.83

CMYK Percentages of Color #eaa75d

%0
%29
%60
%8

Triadic Colors of #eaa75d

#eaa75d #5deaa7 #a75dea

Analogous Colors of #eaa75d

#eaa75d #e7ea5d #ea605d

Monochromatic Colors of #eaa75d

#eaa75d

Complementary Color

#eaa75d #5da0ea

#eaa75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa75d Color CSS Codes

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

#eaa75d Text Font Color

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

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


#eaa75d Background Color

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

This div background color is #eaa75d


#eaa75d Border Color

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

This div border color is #eaa75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa75d


Comments

No comments written yet.

Please login to write comment.