Color Hex Logo

#e2a54d Color Hex

#E2A54D
(226,165,77)
0 Favorites   0 Comments

Color spaces of #e2a54d

RGB 22616577
HSL0.100.720.59
HSV35°66°89°
CMYK 0.000.270.66   0.11
XYZ46.158743.614813.0069
Yxy43.61480.44910.4243
Hunter Lab66.04159.187234.5519
CIE-Lab71.970313.832153.1733

#e2a54d color RGB value is (226,165,77).

#e2a54d hex color red value is 226, green value is 165 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e2a54d hue: 0.10 , saturation: 0.72 and the lightness value of e2a54d is 0.59.

The process color (four color CMYK) of #e2a54d color hex is 0.00, 0.27, 0.66, 0.11. Web safe color of #e2a54d is #cc9966. Color #e2a54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100101 01001101
Octal 342 245 115
Decimal 226 165 77
Hex E2 A5 4D

RGB Percentages of Color #e2a54d

%48.29
%35.26
%16.45

CMYK Percentages of Color #e2a54d

%0
%27
%66
%11

Triadic Colors of #e2a54d

#e2a54d #4de2a5 #a54de2

Analogous Colors of #e2a54d

#e2a54d #d5e24d #e25b4d

Monochromatic Colors of #e2a54d

#e2a54d

Complementary Color

#e2a54d #4d8ae2

#e2a54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a54d Color CSS Codes

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

#e2a54d Text Font Color

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

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


#e2a54d Background Color

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

This div background color is #e2a54d


#e2a54d Border Color

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

This div border color is #e2a54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a54d


Comments

No comments written yet.

Please login to write comment.