Color Hex Logo

#e29306 Color Hex

#E29306
(226,147,6)
0 Favorites   0 Comments

Color spaces of #e29306

RGB 2261476
HSL0.110.950.45
HSV38°97°89°
CMYK 0.000.350.97   0.11
XYZ41.830637.04935.1188
Yxy37.04930.49800.4411
Hunter Lab60.868116.151937.6216
CIE-Lab67.314021.213271.4622

#e29306 color RGB value is (226,147,6).

#e29306 hex color red value is 226, green value is 147 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e29306 hue: 0.11 , saturation: 0.95 and the lightness value of e29306 is 0.45.

The process color (four color CMYK) of #e29306 color hex is 0.00, 0.35, 0.97, 0.11. Web safe color of #e29306 is #cc9900. Color #e29306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 00000110
Octal 342 223 6
Decimal 226 147 6
Hex E2 93 6

RGB Percentages of Color #e29306

%59.63
%38.79
%1.58

CMYK Percentages of Color #e29306

%0
%35
%97
%11

Triadic Colors of #e29306

#e29306 #06e293 #9306e2

Analogous Colors of #e29306

#e29306 #c3e206 #e22506

Monochromatic Colors of #e29306

#e29306

Complementary Color

#e29306 #0655e2

#e29306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29306 Color CSS Codes

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

#e29306 Text Font Color

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

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


#e29306 Background Color

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

This div background color is #e29306


#e29306 Border Color

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

This div border color is #e29306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29306


Comments

No comments written yet.

Please login to write comment.