Color Hex Logo

#ea9221 Color Hex

#EA9221
(234,146,33)
0 Favorites   0 Comments

Color spaces of #ea9221

RGB 23414633
HSL0.090.830.52
HSV34°86°92°
CMYK 0.000.380.86   0.08
XYZ44.485138.16006.4598
Yxy38.16000.49920.4283
Hunter Lab61.773820.438937.0416
CIE-Lab68.138425.540467.0623

#ea9221 color RGB value is (234,146,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 00100001
Octal 352 222 41
Decimal 234 146 33
Hex EA 92 21

RGB Percentages of Color #ea9221

%56.66
%35.35
%7.99

CMYK Percentages of Color #ea9221

%0
%38
%86
%8

Triadic Colors of #ea9221

#ea9221 #21ea92 #9221ea

Analogous Colors of #ea9221

#ea9221 #deea21 #ea2e21

Monochromatic Colors of #ea9221

#ea9221

Complementary Color

#ea9221 #2179ea

#ea9221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9221 Color CSS Codes

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

#ea9221 Text Font Color

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

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


#ea9221 Background Color

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

This div background color is #ea9221


#ea9221 Border Color

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

This div border color is #ea9221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,146,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9221


Comments

No comments written yet.

Please login to write comment.