Color Hex Logo

#e28124 Color Hex

#E28124
(226,129,36)
0 Favorites   0 Comments

Color spaces of #e28124

RGB 22612936
HSL0.080.770.51
HSV29°84°89°
CMYK 0.000.430.84   0.11
XYZ39.532731.99665.7614
Yxy31.99660.51150.4140
Hunter Lab56.565525.760933.5570
CIE-Lab63.340131.246561.7083

#e28124 color RGB value is (226,129,36).

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

The process color (four color CMYK) of #e28124 color hex is 0.00, 0.43, 0.84, 0.11. Web safe color of #e28124 is #cc9933. Color #e28124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000001 00100100
Octal 342 201 44
Decimal 226 129 36
Hex E2 81 24

RGB Percentages of Color #e28124

%57.80
%32.99
%9.21

CMYK Percentages of Color #e28124

%0
%43
%84
%11

Triadic Colors of #e28124

#e28124 #24e281 #8124e2

Analogous Colors of #e28124

#e28124 #e2e024 #e22426

Monochromatic Colors of #e28124

#e28124

Complementary Color

#e28124 #2485e2

#e28124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28124 Color CSS Codes

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

#e28124 Text Font Color

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

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


#e28124 Background Color

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

This div background color is #e28124


#e28124 Border Color

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

This div border color is #e28124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28124


Comments

No comments written yet.

Please login to write comment.