Color Hex Logo

#ea781e Color Hex

#EA781E
(234,120,30)
0 Favorites   0 Comments

Color spaces of #ea781e

RGB 23412030
HSL0.070.830.52
HSV26°87°92°
CMYK 0.000.490.87   0.08
XYZ40.882531.01915.0608
Yxy31.01910.53120.4030
Hunter Lab55.694833.561233.5989
CIE-Lab62.523838.965563.4768

#ea781e color RGB value is (234,120,30).

#ea781e hex color red value is 234, green value is 120 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ea781e hue: 0.07 , saturation: 0.83 and the lightness value of ea781e is 0.52.

The process color (four color CMYK) of #ea781e color hex is 0.00, 0.49, 0.87, 0.08. Web safe color of #ea781e is #ff6633. Color #ea781e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 00011110
Octal 352 170 36
Decimal 234 120 30
Hex EA 78 1E

RGB Percentages of Color #ea781e

%60.94
%31.25
%7.81

CMYK Percentages of Color #ea781e

%0
%49
%87
%8

Triadic Colors of #ea781e

#ea781e #1eea78 #781eea

Analogous Colors of #ea781e

#ea781e #eade1e #ea1e2a

Monochromatic Colors of #ea781e

#ea781e

Complementary Color

#ea781e #1e90ea

#ea781e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea781e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea781e Color CSS Codes

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

#ea781e Text Font Color

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

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


#ea781e Background Color

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

This div background color is #ea781e


#ea781e Border Color

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

This div border color is #ea781e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea781e


Comments

No comments written yet.

Please login to write comment.