Color Hex Logo

#e49821 Color Hex

#E49821
(228,152,33)
0 Favorites   0 Comments

Color spaces of #e49821

RGB 22815233
HSL0.100.780.51
HSV37°86°89°
CMYK 0.000.330.86   0.11
XYZ43.497739.06036.6857
Yxy39.06030.48740.4377
Hunter Lab62.498214.861037.4063
CIE-Lab68.794919.816767.2954

#e49821 color RGB value is (228,152,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 00100001
Octal 344 230 41
Decimal 228 152 33
Hex E4 98 21

RGB Percentages of Color #e49821

%55.21
%36.80
%7.99

CMYK Percentages of Color #e49821

%0
%33
%86
%11

Triadic Colors of #e49821

#e49821 #21e498 #9821e4

Analogous Colors of #e49821

#e49821 #cfe421 #e43721

Monochromatic Colors of #e49821

#e49821

Complementary Color

#e49821 #216de4

#e49821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49821 Color CSS Codes

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

#e49821 Text Font Color

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

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


#e49821 Background Color

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

This div background color is #e49821


#e49821 Border Color

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

This div border color is #e49821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49821


Comments

No comments written yet.

Please login to write comment.