Color Hex Logo

#e49920 Color Hex

#E49920
(228,153,32)
0 Favorites   0 Comments

Color spaces of #e49920

RGB 22815332
HSL0.100.780.51
HSV37°86°89°
CMYK 0.000.330.86   0.11
XYZ43.646939.38076.6673
Yxy39.38070.48660.4391
Hunter Lab62.754014.331337.6286
CIE-Lab69.026119.260167.7665

#e49920 color RGB value is (228,153,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 00100000
Octal 344 231 40
Decimal 228 153 32
Hex E4 99 20

RGB Percentages of Color #e49920

%55.21
%37.05
%7.75

CMYK Percentages of Color #e49920

%0
%33
%86
%11

Triadic Colors of #e49920

#e49920 #20e499 #9920e4

Analogous Colors of #e49920

#e49920 #cde420 #e43720

Monochromatic Colors of #e49920

#e49920

Complementary Color

#e49920 #206be4

#e49920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49920 Color CSS Codes

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

#e49920 Text Font Color

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

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


#e49920 Background Color

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

This div background color is #e49920


#e49920 Border Color

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

This div border color is #e49920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49920


Comments

No comments written yet.

Please login to write comment.