Color Hex Logo

#e29514 Color Hex

#E29514
(226,149,20)
0 Favorites   0 Comments

Color spaces of #e29514

RGB 22614920
HSL0.100.840.48
HSV38°91°89°
CMYK 0.000.340.91   0.11
XYZ42.237737.71425.7152
Yxy37.71420.49300.4402
Hunter Lab61.411915.297437.4706
CIE-Lab67.809420.307569.6154

#e29514 color RGB value is (226,149,20).

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

The process color (four color CMYK) of #e29514 color hex is 0.00, 0.34, 0.91, 0.11. Web safe color of #e29514 is #cc9900. Color #e29514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 00010100
Octal 342 225 24
Decimal 226 149 20
Hex E2 95 14

RGB Percentages of Color #e29514

%57.22
%37.72
%5.06

CMYK Percentages of Color #e29514

%0
%34
%91
%11

Triadic Colors of #e29514

#e29514 #14e295 #9514e2

Analogous Colors of #e29514

#e29514 #c8e214 #e22e14

Monochromatic Colors of #e29514

#e29514

Complementary Color

#e29514 #1461e2

#e29514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29514 Color CSS Codes

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

#e29514 Text Font Color

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

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


#e29514 Background Color

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

This div background color is #e29514


#e29514 Border Color

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

This div border color is #e29514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29514


Comments

No comments written yet.

Please login to write comment.