Color Hex Logo

#e49613 Color Hex

#E49613
(228,150,19)
0 Favorites   0 Comments

Color spaces of #e49613

RGB 22815019
HSL0.100.850.48
HSV38°92°89°
CMYK 0.000.340.92   0.11
XYZ43.018838.35375.7518
Yxy38.35370.49380.4402
Hunter Lab61.930415.613637.8447
CIE-Lab68.280520.614870.2680

#e49613 color RGB value is (228,150,19).

#e49613 hex color red value is 228, green value is 150 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e49613 hue: 0.10 , saturation: 0.85 and the lightness value of e49613 is 0.48.

The process color (four color CMYK) of #e49613 color hex is 0.00, 0.34, 0.92, 0.11. Web safe color of #e49613 is #cc9900. Color #e49613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 00010011
Octal 344 226 23
Decimal 228 150 19
Hex E4 96 13

RGB Percentages of Color #e49613

%57.43
%37.78
%4.79

CMYK Percentages of Color #e49613

%0
%34
%92
%11

Triadic Colors of #e49613

#e49613 #13e496 #9613e4

Analogous Colors of #e49613

#e49613 #cae413 #e42e13

Monochromatic Colors of #e49613

#e49613

Complementary Color

#e49613 #1361e4

#e49613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49613 Color CSS Codes

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

#e49613 Text Font Color

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

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


#e49613 Background Color

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

This div background color is #e49613


#e49613 Border Color

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

This div border color is #e49613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49613


Comments

No comments written yet.

Please login to write comment.