color codes Logo

#e8942c color codes

#E8942C
(232,148,44)
0 Favorites   0 Comments

Color spaces of #e8942c

RGB 23214844
HSL0.090.800.54
HSV33°81°91°
CMYK 0.000.360.81   0.09
XYZ44.323238.51757.4814
Yxy38.51750.49070.4264
Hunter Lab62.062518.870236.2965
CIE-Lab68.400323.939963.6014

#e8942c color RGB value is (232,148,44).

#e8942c hex color red value is 232, green value is 148 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e8942c hue: 0.09 , saturation: 0.80 and the lightness value of e8942c is 0.54.

The process color (four color CMYK) of #e8942c color code is 0.00, 0.36, 0.81, 0.09. Web safe color of #e8942c is #ff9933. Color #e8942c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 00101100
Octal 350 224 54
Decimal 232 148 44
Hex E8 94 2C

RGB Percentages of Color #e8942c

%54.72
%34.91
%10.38

CMYK Percentages of Color #e8942c

%0
%36
%81
%9

Triadic Colors of #e8942c

#e8942c #2ce894 #942ce8

Analogous Colors of #e8942c

#e8942c #dee82c #e8362c

Monochromatic Colors of #e8942c

#e8942c

Complementary Color

#e8942c #2c80e8

#e8942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8942c Color CSS Codes

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

#e8942c Text Font Color

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

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


#e8942c Background Color

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

This div background color is #e8942c


#e8942c Border Color

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

This div border color is #e8942c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8942c


Comments

No comments written yet.

Please login to write comment.