Color Hex Logo

#e48021 Color Hex

#E48021
(228,128,33)
0 Favorites   0 Comments

Color spaces of #e48021

RGB 22812833
HSL0.080.780.51
HSV29°86°89°
CMYK 0.000.440.86   0.11
XYZ39.988632.04215.5160
Yxy32.04210.51570.4132
Hunter Lab56.605727.039633.8464
CIE-Lab63.377732.513762.8547

#e48021 color RGB value is (228,128,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 00100001
Octal 344 200 41
Decimal 228 128 33
Hex E4 80 21

RGB Percentages of Color #e48021

%58.61
%32.90
%8.48

CMYK Percentages of Color #e48021

%0
%44
%86
%11

Triadic Colors of #e48021

#e48021 #21e480 #8021e4

Analogous Colors of #e48021

#e48021 #e4e221 #e42123

Monochromatic Colors of #e48021

#e48021

Complementary Color

#e48021 #2185e4

#e48021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48021 Color CSS Codes

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

#e48021 Text Font Color

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

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


#e48021 Background Color

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

This div background color is #e48021


#e48021 Border Color

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

This div border color is #e48021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48021


Comments

No comments written yet.

Please login to write comment.