Color Hex Logo

#e7a42c Color Hex

#E7A42C
(231,164,44)
0 Favorites   0 Comments

Color spaces of #e7a42c

RGB 23116444
HSL0.110.800.54
HSV39°81°91°
CMYK 0.000.290.81   0.09
XYZ46.685143.72178.3614
Yxy43.72170.47270.4427
Hunter Lab66.122410.314138.7882
CIE-Lab72.042115.010966.7868

#e7a42c color RGB value is (231,164,44).

#e7a42c hex color red value is 231, green value is 164 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e7a42c hue: 0.11 , saturation: 0.80 and the lightness value of e7a42c is 0.54.

The process color (four color CMYK) of #e7a42c color hex is 0.00, 0.29, 0.81, 0.09. Web safe color of #e7a42c is #ff9933. Color #e7a42c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10100100 00101100
Octal 347 244 54
Decimal 231 164 44
Hex E7 A4 2C

RGB Percentages of Color #e7a42c

%52.62
%37.36
%10.02

CMYK Percentages of Color #e7a42c

%0
%29
%81
%9

Triadic Colors of #e7a42c

#e7a42c #2ce7a4 #a42ce7

Analogous Colors of #e7a42c

#e7a42c #cde72c #e7472c

Monochromatic Colors of #e7a42c

#e7a42c

Complementary Color

#e7a42c #2c6fe7

#e7a42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7a42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7a42c Color CSS Codes

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

#e7a42c Text Font Color

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

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


#e7a42c Background Color

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

This div background color is #e7a42c


#e7a42c Border Color

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

This div border color is #e7a42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7a42c


Comments

No comments written yet.

Please login to write comment.