Color Hex Logo

#e28216 Color Hex

#E28216
(226,130,22)
0 Favorites   0 Comments

Color spaces of #e28216

RGB 22613022
HSL0.090.820.49
HSV32°90°89°
CMYK 0.000.420.90   0.11
XYZ39.491532.19194.8913
Yxy32.19190.51570.4204
Hunter Lab56.737924.950734.6052
CIE-Lab63.501230.422465.9740

#e28216 color RGB value is (226,130,22).

#e28216 hex color red value is 226, green value is 130 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e28216 hue: 0.09 , saturation: 0.82 and the lightness value of e28216 is 0.49.

The process color (four color CMYK) of #e28216 color hex is 0.00, 0.42, 0.90, 0.11. Web safe color of #e28216 is #cc9900. Color #e28216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000010 00010110
Octal 342 202 26
Decimal 226 130 22
Hex E2 82 16

RGB Percentages of Color #e28216

%59.79
%34.39
%5.82

CMYK Percentages of Color #e28216

%0
%42
%90
%11

Triadic Colors of #e28216

#e28216 #16e282 #8216e2

Analogous Colors of #e28216

#e28216 #dce216 #e21c16

Monochromatic Colors of #e28216

#e28216

Complementary Color

#e28216 #1676e2

#e28216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28216 Color CSS Codes

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

#e28216 Text Font Color

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

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


#e28216 Background Color

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

This div background color is #e28216


#e28216 Border Color

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

This div border color is #e28216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28216


Comments

No comments written yet.

Please login to write comment.