Color Hex Logo

#ea470f Color Hex

#EA470F
(234,71,15)
0 Favorites   0 Comments

Color spaces of #ea470f

RGB 2347115
HSL0.040.880.49
HSV15°94°92°
CMYK 0.000.700.94   0.08
XYZ36.271122.03342.7931
Yxy22.03340.59370.3606
Hunter Lab46.939755.785329.3298
CIE-Lab54.062460.676161.8127

#ea470f color RGB value is (234,71,15).

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

The process color (four color CMYK) of #ea470f color hex is 0.00, 0.70, 0.94, 0.08. Web safe color of #ea470f is #ff3300. Color #ea470f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 00001111
Octal 352 107 17
Decimal 234 71 15
Hex EA 47 F

RGB Percentages of Color #ea470f

%73.13
%22.19
%4.69

CMYK Percentages of Color #ea470f

%0
%70
%94
%8

Triadic Colors of #ea470f

#ea470f #0fea47 #470fea

Analogous Colors of #ea470f

#ea470f #eab50f #ea0f44

Monochromatic Colors of #ea470f

#ea470f

Complementary Color

#ea470f #0fb2ea

#ea470f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea470f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea470f Color CSS Codes

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

#ea470f Text Font Color

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

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


#ea470f Background Color

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

This div background color is #ea470f


#ea470f Border Color

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

This div border color is #ea470f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea470f


Comments

No comments written yet.

Please login to write comment.