Color Hex Logo

#ea922c Color Hex

#EA922C
(234,146,44)
0 Favorites   0 Comments

Color spaces of #ea922c

RGB 23414644
HSL0.090.820.55
HSV32°81°92°
CMYK 0.000.380.81   0.08
XYZ44.665238.23207.4083
Yxy38.23200.49460.4234
Hunter Lab61.832020.735836.1787
CIE-Lab68.191325.835763.5086

#ea922c color RGB value is (234,146,44).

#ea922c hex color red value is 234, green value is 146 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ea922c hue: 0.09 , saturation: 0.82 and the lightness value of ea922c is 0.55.

The process color (four color CMYK) of #ea922c color hex is 0.00, 0.38, 0.81, 0.08. Web safe color of #ea922c is #ff9933. Color #ea922c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 00101100
Octal 352 222 54
Decimal 234 146 44
Hex EA 92 2C

RGB Percentages of Color #ea922c

%55.19
%34.43
%10.38

CMYK Percentages of Color #ea922c

%0
%38
%81
%8

Triadic Colors of #ea922c

#ea922c #2cea92 #922cea

Analogous Colors of #ea922c

#ea922c #e3ea2c #ea332c

Monochromatic Colors of #ea922c

#ea922c

Complementary Color

#ea922c #2c84ea

#ea922c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea922c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea922c Color CSS Codes

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

#ea922c Text Font Color

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

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


#ea922c Background Color

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

This div background color is #ea922c


#ea922c Border Color

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

This div border color is #ea922c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea922c


Comments

No comments written yet.

Please login to write comment.