Color Hex Logo

#ea460a Color Hex

#EA460A
(234,70,10)
0 Favorites   0 Comments

Color spaces of #ea460a

RGB 2347010
HSL0.040.920.48
HSV16°96°92°
CMYK 0.000.700.96   0.08
XYZ36.176621.89472.6065
Yxy21.89470.59620.3608
Hunter Lab46.791856.119929.4515
CIE-Lab53.915160.995962.9026

#ea460a color RGB value is (234,70,10).

#ea460a hex color red value is 234, green value is 70 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ea460a hue: 0.04 , saturation: 0.92 and the lightness value of ea460a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 00001010
Octal 352 106 12
Decimal 234 70 10
Hex EA 46 A

RGB Percentages of Color #ea460a

%74.52
%22.29
%3.18

CMYK Percentages of Color #ea460a

%0
%70
%96
%8

Triadic Colors of #ea460a

#ea460a #0aea46 #460aea

Analogous Colors of #ea460a

#ea460a #eab60a #ea0a3e

Monochromatic Colors of #ea460a

#ea460a

Complementary Color

#ea460a #0aaeea

#ea460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea460a Color CSS Codes

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

#ea460a Text Font Color

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

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


#ea460a Background Color

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

This div background color is #ea460a


#ea460a Border Color

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

This div border color is #ea460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea460a


Comments

No comments written yet.

Please login to write comment.