Color Hex Logo

#e49420 Color Hex

#E49420
(228,148,32)
0 Favorites   0 Comments

Color spaces of #e49420

RGB 22814832
HSL0.100.780.51
HSV36°86°89°
CMYK 0.000.350.86   0.11
XYZ42.845537.77816.4002
Yxy37.77810.49230.4341
Hunter Lab61.463916.867736.8509
CIE-Lab67.856721.925166.8173

#e49420 color RGB value is (228,148,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 00100000
Octal 344 224 40
Decimal 228 148 32
Hex E4 94 20

RGB Percentages of Color #e49420

%55.88
%36.27
%7.84

CMYK Percentages of Color #e49420

%0
%35
%86
%11

Triadic Colors of #e49420

#e49420 #20e494 #9420e4

Analogous Colors of #e49420

#e49420 #d2e420 #e43220

Monochromatic Colors of #e49420

#e49420

Complementary Color

#e49420 #2070e4

#e49420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49420 Color CSS Codes

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

#e49420 Text Font Color

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

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


#e49420 Background Color

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

This div background color is #e49420


#e49420 Border Color

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

This div border color is #e49420


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,148,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 #e49420">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49420


Comments

No comments written yet.

Please login to write comment.