Color Hex Logo

#e7a14e Color Hex

#E7A14E
(231,161,78)
0 Favorites   0 Comments

Color spaces of #e7a14e

RGB 23116178
HSL0.090.760.61
HSV33°66°91°
CMYK 0.000.300.66   0.09
XYZ47.075043.028713.0320
Yxy43.02870.45640.4172
Hunter Lab65.596313.306634.1383
CIE-Lab71.574418.121852.4275

#e7a14e color RGB value is (231,161,78).

#e7a14e hex color red value is 231, green value is 161 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e7a14e hue: 0.09 , saturation: 0.76 and the lightness value of e7a14e is 0.61.

The process color (four color CMYK) of #e7a14e color hex is 0.00, 0.30, 0.66, 0.09. Web safe color of #e7a14e is #ff9966. Color #e7a14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10100001 01001110
Octal 347 241 116
Decimal 231 161 78
Hex E7 A1 4E

RGB Percentages of Color #e7a14e

%49.15
%34.26
%16.60

CMYK Percentages of Color #e7a14e

%0
%30
%66
%9

Triadic Colors of #e7a14e

#e7a14e #4ee7a1 #a14ee7

Analogous Colors of #e7a14e

#e7a14e #e1e74e #e7554e

Monochromatic Colors of #e7a14e

#e7a14e

Complementary Color

#e7a14e #4e94e7

#e7a14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7a14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7a14e Color CSS Codes

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

#e7a14e Text Font Color

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

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


#e7a14e Background Color

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

This div background color is #e7a14e


#e7a14e Border Color

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

This div border color is #e7a14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7a14e


Comments

No comments written yet.

Please login to write comment.