Color Hex Logo

#e49814 Color Hex

#E49814
(228,152,20)
0 Favorites   0 Comments

Color spaces of #e49814

RGB 22815220
HSL0.110.840.49
HSV38°91°89°
CMYK 0.000.330.91   0.11
XYZ43.349439.00105.9050
Yxy39.00100.49120.4419
Hunter Lab62.450814.614638.1094
CIE-Lab68.752019.563470.4205

#e49814 color RGB value is (228,152,20).

#e49814 hex color red value is 228, green value is 152 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e49814 hue: 0.11 , saturation: 0.84 and the lightness value of e49814 is 0.49.

The process color (four color CMYK) of #e49814 color hex is 0.00, 0.33, 0.91, 0.11. Web safe color of #e49814 is #cc9900. Color #e49814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 00010100
Octal 344 230 24
Decimal 228 152 20
Hex E4 98 14

RGB Percentages of Color #e49814

%57.00
%38.00
%5.00

CMYK Percentages of Color #e49814

%0
%33
%91
%11

Triadic Colors of #e49814

#e49814 #14e498 #9814e4

Analogous Colors of #e49814

#e49814 #c8e414 #e43014

Monochromatic Colors of #e49814

#e49814

Complementary Color

#e49814 #1460e4

#e49814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49814 Color CSS Codes

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

#e49814 Text Font Color

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

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


#e49814 Background Color

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

This div background color is #e49814


#e49814 Border Color

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

This div border color is #e49814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49814


Comments

No comments written yet.

Please login to write comment.