Color Hex Logo

#e29e5a Color Hex

#E29E5A
(226,158,90)
0 Favorites   0 Comments

Color spaces of #e29e5a

RGB 22615890
HSL0.080.700.62
HSV30°60°89°
CMYK 0.000.300.60   0.11
XYZ45.436441.360715.2615
Yxy41.36070.44520.4053
Hunter Lab64.312313.563130.9489
CIE-Lab70.427918.419545.1231

#e29e5a color RGB value is (226,158,90).

#e29e5a hex color red value is 226, green value is 158 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e29e5a hue: 0.08 , saturation: 0.70 and the lightness value of e29e5a is 0.62.

The process color (four color CMYK) of #e29e5a color hex is 0.00, 0.30, 0.60, 0.11. Web safe color of #e29e5a is #cc9966. Color #e29e5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 01011010
Octal 342 236 132
Decimal 226 158 90
Hex E2 9E 5A

RGB Percentages of Color #e29e5a

%47.68
%33.33
%18.99

CMYK Percentages of Color #e29e5a

%0
%30
%60
%11

Triadic Colors of #e29e5a

#e29e5a #5ae29e #9e5ae2

Analogous Colors of #e29e5a

#e29e5a #e2e25a #e25a5a

Monochromatic Colors of #e29e5a

#e29e5a

Complementary Color

#e29e5a #5a9ee2

#e29e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29e5a Color CSS Codes

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

#e29e5a Text Font Color

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

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


#e29e5a Background Color

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

This div background color is #e29e5a


#e29e5a Border Color

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

This div border color is #e29e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29e5a


Comments

No comments written yet.

Please login to write comment.