Color Hex Logo

#ea471a Color Hex

#EA471A
(234,71,26)
0 Favorites   0 Comments

Color spaces of #ea471a

RGB 2347126
HSL0.040.830.51
HSV13°89°92°
CMYK 0.000.700.89   0.08
XYZ36.371422.07353.3209
Yxy22.07350.58890.3574
Hunter Lab46.982455.966328.6969
CIE-Lab54.104960.827058.3827

#ea471a color RGB value is (234,71,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 00011010
Octal 352 107 32
Decimal 234 71 26
Hex EA 47 1A

RGB Percentages of Color #ea471a

%70.69
%21.45
%7.85

CMYK Percentages of Color #ea471a

%0
%70
%89
%8

Triadic Colors of #ea471a

#ea471a #1aea47 #471aea

Analogous Colors of #ea471a

#ea471a #eaaf1a #ea1a55

Monochromatic Colors of #ea471a

#ea471a

Complementary Color

#ea471a #1abdea

#ea471a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea471a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea471a Color CSS Codes

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

#ea471a Text Font Color

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

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


#ea471a Background Color

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

This div background color is #ea471a


#ea471a Border Color

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

This div border color is #ea471a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea471a


Comments

No comments written yet.

Please login to write comment.