Color Hex Logo

#ea560a Color Hex

#EA560A
(234,86,10)
0 Favorites   0 Comments

Color spaces of #ea560a

RGB 2348610
HSL0.060.920.48
HSV20°96°92°
CMYK 0.000.630.96   0.08
XYZ37.314324.16992.9857
Yxy24.16990.57880.3749
Hunter Lab49.162949.445230.8133
CIE-Lab56.257554.658764.2715

#ea560a color RGB value is (234,86,10).

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

The process color (four color CMYK) of #ea560a color hex is 0.00, 0.63, 0.96, 0.08. Web safe color of #ea560a is #ff6600. Color #ea560a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 00001010
Octal 352 126 12
Decimal 234 86 10
Hex EA 56 A

RGB Percentages of Color #ea560a

%70.91
%26.06
%3.03

CMYK Percentages of Color #ea560a

%0
%63
%96
%8

Triadic Colors of #ea560a

#ea560a #0aea56 #560aea

Analogous Colors of #ea560a

#ea560a #eac60a #ea0a2e

Monochromatic Colors of #ea560a

#ea560a

Complementary Color

#ea560a #0a9eea

#ea560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea560a Color CSS Codes

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

#ea560a Text Font Color

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

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


#ea560a Background Color

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

This div background color is #ea560a


#ea560a Border Color

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

This div border color is #ea560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea560a


Comments

No comments written yet.

Please login to write comment.