Color Hex Logo

#e7994e Color Hex

#E7994E
(231,153,78)
0 Favorites   0 Comments

Color spaces of #e7994e

RGB 23115378
HSL0.080.760.61
HSV29°66°91°
CMYK 0.000.340.66   0.09
XYZ45.721440.321412.5808
Yxy40.32140.46360.4088
Hunter Lab63.499117.402232.7025
CIE-Lab69.697822.382050.3428

#e7994e color RGB value is (231,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 01001110
Octal 347 231 116
Decimal 231 153 78
Hex E7 99 4E

RGB Percentages of Color #e7994e

%50.00
%33.12
%16.88

CMYK Percentages of Color #e7994e

%0
%34
%66
%9

Triadic Colors of #e7994e

#e7994e #4ee799 #994ee7

Analogous Colors of #e7994e

#e7994e #e7e64e #e74e50

Monochromatic Colors of #e7994e

#e7994e

Complementary Color

#e7994e #4e9ce7

#e7994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7994e Color CSS Codes

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

#e7994e Text Font Color

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

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


#e7994e Background Color

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

This div background color is #e7994e


#e7994e Border Color

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

This div border color is #e7994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7994e


Comments

No comments written yet.

Please login to write comment.