Color Hex Logo

#e79a5a Color Hex

#E79A5A
(231,154,90)
0 Favorites   0 Comments

Color spaces of #e79a5a

RGB 23115490
HSL0.080.750.63
HSV27°61°91°
CMYK 0.000.330.61   0.09
XYZ46.356140.838315.1122
Yxy40.83830.45310.3992
Hunter Lab63.904917.649130.7125
CIE-Lab70.062522.614844.8330

#e79a5a color RGB value is (231,154,90).

#e79a5a hex color red value is 231, green value is 154 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e79a5a hue: 0.08 , saturation: 0.75 and the lightness value of e79a5a is 0.63.

The process color (four color CMYK) of #e79a5a color hex is 0.00, 0.33, 0.61, 0.09. Web safe color of #e79a5a is #ff9966. Color #e79a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011010 01011010
Octal 347 232 132
Decimal 231 154 90
Hex E7 9A 5A

RGB Percentages of Color #e79a5a

%48.63
%32.42
%18.95

CMYK Percentages of Color #e79a5a

%0
%33
%61
%9

Triadic Colors of #e79a5a

#e79a5a #5ae79a #9a5ae7

Analogous Colors of #e79a5a

#e79a5a #e7e15a #e75a60

Monochromatic Colors of #e79a5a

#e79a5a

Complementary Color

#e79a5a #5aa7e7

#e79a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79a5a Color CSS Codes

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

#e79a5a Text Font Color

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

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


#e79a5a Background Color

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

This div background color is #e79a5a


#e79a5a Border Color

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

This div border color is #e79a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79a5a


Comments

No comments written yet.

Please login to write comment.