Color Hex Logo

#ea600a Color Hex

#EA600A
(234,96,10)
0 Favorites   0 Comments

Color spaces of #ea600a

RGB 2349610
HSL0.060.920.48
HSV23°96°92°
CMYK 0.000.590.96   0.08
XYZ38.169325.88013.2708
Yxy25.88010.56700.3844
Hunter Lab50.872544.900531.7987
CIE-Lab57.923150.254765.2816

#ea600a color RGB value is (234,96,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 00001010
Octal 352 140 12
Decimal 234 96 10
Hex EA 60 A

RGB Percentages of Color #ea600a

%68.82
%28.24
%2.94

CMYK Percentages of Color #ea600a

%0
%59
%96
%8

Triadic Colors of #ea600a

#ea600a #0aea60 #600aea

Analogous Colors of #ea600a

#ea600a #ead00a #ea0a24

Monochromatic Colors of #ea600a

#ea600a

Complementary Color

#ea600a #0a94ea

#ea600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea600a Color CSS Codes

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

#ea600a Text Font Color

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

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


#ea600a Background Color

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

This div background color is #ea600a


#ea600a Border Color

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

This div border color is #ea600a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea600a


Comments

No comments written yet.

Please login to write comment.