Color Hex Logo

#e5a274 Color Hex

#E5A274
(229,162,116)
0 Favorites   0 Comments

Color spaces of #e5a274

RGB 229162116
HSL0.070.680.68
HSV24°49°90°
CMYK 0.000.290.49   0.10
XYZ48.385843.759622.4192
Yxy43.75960.42230.3820
Hunter Lab66.151014.798526.2118
CIE-Lab72.067519.634833.7405

#e5a274 color RGB value is (229,162,116).

#e5a274 hex color red value is 229, green value is 162 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e5a274 hue: 0.07 , saturation: 0.68 and the lightness value of e5a274 is 0.68.

The process color (four color CMYK) of #e5a274 color hex is 0.00, 0.29, 0.49, 0.10. Web safe color of #e5a274 is #cc9966. Color #e5a274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100010 01110100
Octal 345 242 164
Decimal 229 162 116
Hex E5 A2 74

RGB Percentages of Color #e5a274

%45.17
%31.95
%22.88

CMYK Percentages of Color #e5a274

%0
%29
%49
%10

Triadic Colors of #e5a274

#e5a274 #74e5a2 #a274e5

Analogous Colors of #e5a274

#e5a274 #e5db74 #e5747f

Monochromatic Colors of #e5a274

#e5a274

Complementary Color

#e5a274 #74b7e5

#e5a274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a274 Color CSS Codes

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

#e5a274 Text Font Color

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

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


#e5a274 Background Color

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

This div background color is #e5a274


#e5a274 Border Color

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

This div border color is #e5a274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,162,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5a274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5a274;
  -webkit-box-shadow: 1px 1px 3px 2px #e5a274;
  box-shadow:         1px 1px 3px 2px #e5a274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,162,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a274


Comments

No comments written yet.

Please login to write comment.