Color Hex Logo

#ea491a Color Hex

#EA491A
(234,73,26)
0 Favorites   0 Comments

Color spaces of #ea491a

RGB 2347326
HSL0.040.830.51
HSV14°89°92°
CMYK 0.000.690.89   0.08
XYZ36.500722.33213.3640
Yxy22.33210.58690.3591
Hunter Lab47.256955.172128.8592
CIE-Lab54.377660.081258.5837

#ea491a color RGB value is (234,73,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 00011010
Octal 352 111 32
Decimal 234 73 26
Hex EA 49 1A

RGB Percentages of Color #ea491a

%70.27
%21.92
%7.81

CMYK Percentages of Color #ea491a

%0
%69
%89
%8

Triadic Colors of #ea491a

#ea491a #1aea49 #491aea

Analogous Colors of #ea491a

#ea491a #eab11a #ea1a53

Monochromatic Colors of #ea491a

#ea491a

Complementary Color

#ea491a #1abbea

#ea491a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea491a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea491a Color CSS Codes

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

#ea491a Text Font Color

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

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


#ea491a Background Color

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

This div background color is #ea491a


#ea491a Border Color

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

This div border color is #ea491a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea491a


Comments

No comments written yet.

Please login to write comment.