Color Hex Logo

#e48520 Color Hex

#E48520
(228,133,32)
0 Favorites   0 Comments

Color spaces of #e48520

RGB 22813332
HSL0.090.780.51
HSV31°86°89°
CMYK 0.000.420.86   0.11
XYZ40.643133.37335.6661
Yxy33.37330.51010.4188
Hunter Lab57.769624.484634.6235
CIE-Lab64.462029.872664.0590

#e48520 color RGB value is (228,133,32).

#e48520 hex color red value is 228, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e48520 hue: 0.09 , saturation: 0.78 and the lightness value of e48520 is 0.51.

The process color (four color CMYK) of #e48520 color hex is 0.00, 0.42, 0.86, 0.11. Web safe color of #e48520 is #cc9933. Color #e48520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 00100000
Octal 344 205 40
Decimal 228 133 32
Hex E4 85 20

RGB Percentages of Color #e48520

%58.02
%33.84
%8.14

CMYK Percentages of Color #e48520

%0
%42
%86
%11

Triadic Colors of #e48520

#e48520 #20e485 #8520e4

Analogous Colors of #e48520

#e48520 #e1e420 #e42320

Monochromatic Colors of #e48520

#e48520

Complementary Color

#e48520 #207fe4

#e48520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48520 Color CSS Codes

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

#e48520 Text Font Color

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

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


#e48520 Background Color

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

This div background color is #e48520


#e48520 Border Color

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

This div border color is #e48520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,133,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e48520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e48520;
  -webkit-box-shadow: 1px 1px 3px 2px #e48520;
  box-shadow:         1px 1px 3px 2px #e48520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,133,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48520


Comments

No comments written yet.

Please login to write comment.