Color Hex Logo

#e4941f Color Hex

#E4941F
(228,148,31)
0 Favorites   0 Comments

Color spaces of #e4941f

RGB 22814831
HSL0.100.780.51
HSV36°86°89°
CMYK 0.000.350.86   0.11
XYZ42.832137.77276.3297
Yxy37.77270.49270.4345
Hunter Lab61.459516.845436.9154
CIE-Lab67.852821.902367.0970

#e4941f color RGB value is (228,148,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 00011111
Octal 344 224 37
Decimal 228 148 31
Hex E4 94 1F

RGB Percentages of Color #e4941f

%56.02
%36.36
%7.62

CMYK Percentages of Color #e4941f

%0
%35
%86
%11

Triadic Colors of #e4941f

#e4941f #1fe494 #941fe4

Analogous Colors of #e4941f

#e4941f #d2e41f #e4321f

Monochromatic Colors of #e4941f

#e4941f

Complementary Color

#e4941f #1f6fe4

#e4941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4941f Color CSS Codes

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

#e4941f Text Font Color

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

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


#e4941f Background Color

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

This div background color is #e4941f


#e4941f Border Color

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

This div border color is #e4941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4941f


Comments

No comments written yet.

Please login to write comment.