Color Hex Logo

#e29523 Color Hex

#E29523
(226,149,35)
0 Favorites   0 Comments

Color spaces of #e29523

RGB 22614935
HSL0.100.770.51
HSV36°85°89°
CMYK 0.000.340.85   0.11
XYZ42.414837.78506.6478
Yxy37.78500.48840.4351
Hunter Lab61.469515.595836.6166
CIE-Lab67.861920.614165.8360

#e29523 color RGB value is (226,149,35).

#e29523 hex color red value is 226, green value is 149 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e29523 hue: 0.10 , saturation: 0.77 and the lightness value of e29523 is 0.51.

The process color (four color CMYK) of #e29523 color hex is 0.00, 0.34, 0.85, 0.11. Web safe color of #e29523 is #cc9933. Color #e29523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 00100011
Octal 342 225 43
Decimal 226 149 35
Hex E2 95 23

RGB Percentages of Color #e29523

%55.12
%36.34
%8.54

CMYK Percentages of Color #e29523

%0
%34
%85
%11

Triadic Colors of #e29523

#e29523 #23e295 #9523e2

Analogous Colors of #e29523

#e29523 #d0e223 #e23523

Monochromatic Colors of #e29523

#e29523

Complementary Color

#e29523 #2370e2

#e29523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29523 Color CSS Codes

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

#e29523 Text Font Color

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

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


#e29523 Background Color

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

This div background color is #e29523


#e29523 Border Color

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

This div border color is #e29523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29523


Comments

No comments written yet.

Please login to write comment.