Color Hex Logo

#ea790e Color Hex

#EA790E
(234,121,14)
0 Favorites   0 Comments

Color spaces of #ea790e

RGB 23412114
HSL0.080.890.49
HSV29°94°92°
CMYK 0.000.480.94   0.08
XYZ40.848331.19894.2845
Yxy31.19890.53510.4087
Hunter Lab55.856032.791734.5513
CIE-Lab62.675238.207567.6206

#ea790e color RGB value is (234,121,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 00001110
Octal 352 171 16
Decimal 234 121 14
Hex EA 79 E

RGB Percentages of Color #ea790e

%63.41
%32.79
%3.79

CMYK Percentages of Color #ea790e

%0
%48
%94
%8

Triadic Colors of #ea790e

#ea790e #0eea79 #790eea

Analogous Colors of #ea790e

#ea790e #eae70e #ea0e11

Monochromatic Colors of #ea790e

#ea790e

Complementary Color

#ea790e #0e7fea

#ea790e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea790e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea790e Color CSS Codes

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

#ea790e Text Font Color

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

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


#ea790e Background Color

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

This div background color is #ea790e


#ea790e Border Color

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

This div border color is #ea790e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea790e


Comments

No comments written yet.

Please login to write comment.