Color Hex Logo

#ea740f Color Hex

#EA740F
(234,116,15)
0 Favorites   0 Comments

Color spaces of #ea740f

RGB 23411615
HSL0.080.880.49
HSV28°94°92°
CMYK 0.000.500.94   0.08
XYZ40.263330.01774.1238
Yxy30.01770.54110.4034
Hunter Lab54.788435.297633.8893
CIE-Lab61.669540.732566.7480

#ea740f color RGB value is (234,116,15).

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

The process color (four color CMYK) of #ea740f color hex is 0.00, 0.50, 0.94, 0.08. Web safe color of #ea740f is #ff6600. Color #ea740f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 00001111
Octal 352 164 17
Decimal 234 116 15
Hex EA 74 F

RGB Percentages of Color #ea740f

%64.11
%31.78
%4.11

CMYK Percentages of Color #ea740f

%0
%50
%94
%8

Triadic Colors of #ea740f

#ea740f #0fea74 #740fea

Analogous Colors of #ea740f

#ea740f #eae20f #ea0f18

Monochromatic Colors of #ea740f

#ea740f

Complementary Color

#ea740f #0f85ea

#ea740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea740f Color CSS Codes

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

#ea740f Text Font Color

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

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


#ea740f Background Color

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

This div background color is #ea740f


#ea740f Border Color

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

This div border color is #ea740f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea740f


Comments

No comments written yet.

Please login to write comment.