Color Hex Logo

#ea4921 Color Hex

#EA4921
(234,73,33)
0 Favorites   0 Comments

Color spaces of #ea4921

RGB 2347333
HSL0.030.830.52
HSV12°86°92°
CMYK 0.000.690.86   0.08
XYZ36.588722.36733.8277
Yxy22.36730.58280.3563
Hunter Lab47.294155.330528.3073
CIE-Lab54.414660.213755.8871

#ea4921 color RGB value is (234,73,33).

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

The process color (four color CMYK) of #ea4921 color hex is 0.00, 0.69, 0.86, 0.08. Web safe color of #ea4921 is #ff3333. Color #ea4921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 00100001
Octal 352 111 41
Decimal 234 73 33
Hex EA 49 21

RGB Percentages of Color #ea4921

%68.82
%21.47
%9.71

CMYK Percentages of Color #ea4921

%0
%69
%86
%8

Triadic Colors of #ea4921

#ea4921 #21ea49 #4921ea

Analogous Colors of #ea4921

#ea4921 #eaae21 #ea215d

Monochromatic Colors of #ea4921

#ea4921

Complementary Color

#ea4921 #21c2ea

#ea4921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4921 Color CSS Codes

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

#ea4921 Text Font Color

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

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


#ea4921 Background Color

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

This div background color is #ea4921


#ea4921 Border Color

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

This div border color is #ea4921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4921

#ea4921 Color Palettes


Comments

No comments written yet.

Please login to write comment.