Color Hex Logo

#e2a499 Color Hex

#E2A499
(226,164,153)
0 Favorites   0 Comments

Color spaces of #e2a499

RGB 226164153
HSL0.030.560.74
HSV32°89°
CMYK 0.000.270.32   0.11
XYZ50.389345.019636.1708
Yxy45.01960.38300.3421
Hunter Lab67.096616.633615.0053
CIE-Lab72.904821.461814.7694

#e2a499 color RGB value is (226,164,153).

#e2a499 hex color red value is 226, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e2a499 hue: 0.03 , saturation: 0.56 and the lightness value of e2a499 is 0.74.

The process color (four color CMYK) of #e2a499 color hex is 0.00, 0.27, 0.32, 0.11. Web safe color of #e2a499 is #cc9999. Color #e2a499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100100 10011001
Octal 342 244 231
Decimal 226 164 153
Hex E2 A4 99

RGB Percentages of Color #e2a499

%41.62
%30.20
%28.18

CMYK Percentages of Color #e2a499

%0
%27
%32
%11

Triadic Colors of #e2a499

#e2a499 #99e2a4 #a499e2

Analogous Colors of #e2a499

#e2a499 #e2c999 #e299b3

Monochromatic Colors of #e2a499

#e2a499

Complementary Color

#e2a499 #99d7e2

#e2a499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a499 Color CSS Codes

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

#e2a499 Text Font Color

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

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


#e2a499 Background Color

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

This div background color is #e2a499


#e2a499 Border Color

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

This div border color is #e2a499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a499


Comments

No comments written yet.

Please login to write comment.