Color Hex Logo

#ea670a Color Hex

#EA670A
(234,103,10)
0 Favorites   0 Comments

Color spaces of #ea670a

RGB 23410310
HSL0.070.920.48
HSV25°96°92°
CMYK 0.000.560.96   0.08
XYZ38.836727.21483.4932
Yxy27.21480.55840.3913
Hunter Lab52.167841.592032.5474
CIE-Lab59.172647.006366.0576

#ea670a color RGB value is (234,103,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 00001010
Octal 352 147 12
Decimal 234 103 10
Hex EA 67 A

RGB Percentages of Color #ea670a

%67.44
%29.68
%2.88

CMYK Percentages of Color #ea670a

%0
%56
%96
%8

Triadic Colors of #ea670a

#ea670a #0aea67 #670aea

Analogous Colors of #ea670a

#ea670a #ead70a #ea0a1d

Monochromatic Colors of #ea670a

#ea670a

Complementary Color

#ea670a #0a8dea

#ea670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea670a Color CSS Codes

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

#ea670a Text Font Color

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

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


#ea670a Background Color

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

This div background color is #ea670a


#ea670a Border Color

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

This div border color is #ea670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea670a


Comments

No comments written yet.

Please login to write comment.