Color Hex Logo

#e2a74a Color Hex

#E2A74A
(226,167,74)
0 Favorites   0 Comments

Color spaces of #e2a74a

RGB 22616774
HSL0.100.720.59
HSV37°67°89°
CMYK 0.000.260.67   0.11
XYZ46.418844.300612.5829
Yxy44.30060.44930.4288
Hunter Lab66.55878.010235.3823
CIE-Lab72.429012.591855.0462

#e2a74a color RGB value is (226,167,74).

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

The process color (four color CMYK) of #e2a74a color hex is 0.00, 0.26, 0.67, 0.11. Web safe color of #e2a74a is #cc9933. Color #e2a74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100111 01001010
Octal 342 247 112
Decimal 226 167 74
Hex E2 A7 4A

RGB Percentages of Color #e2a74a

%48.39
%35.76
%15.85

CMYK Percentages of Color #e2a74a

%0
%26
%67
%11

Triadic Colors of #e2a74a

#e2a74a #4ae2a7 #a74ae2

Analogous Colors of #e2a74a

#e2a74a #d1e24a #e25b4a

Monochromatic Colors of #e2a74a

#e2a74a

Complementary Color

#e2a74a #4a85e2

#e2a74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a74a Color CSS Codes

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

#e2a74a Text Font Color

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

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


#e2a74a Background Color

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

This div background color is #e2a74a


#e2a74a Border Color

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

This div border color is #e2a74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a74a


Comments

No comments written yet.

Please login to write comment.