Color Hex Logo

#ea791e Color Hex

#EA791E
(234,121,30)
0 Favorites   0 Comments

Color spaces of #ea791e

RGB 23412130
HSL0.070.830.52
HSV27°87°92°
CMYK 0.000.480.87   0.08
XYZ41.003431.26095.1011
Yxy31.26090.53000.4041
Hunter Lab55.911433.060333.7287
CIE-Lab62.727338.460063.6373

#ea791e color RGB value is (234,121,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 00011110
Octal 352 171 36
Decimal 234 121 30
Hex EA 79 1E

RGB Percentages of Color #ea791e

%60.78
%31.43
%7.79

CMYK Percentages of Color #ea791e

%0
%48
%87
%8

Triadic Colors of #ea791e

#ea791e #1eea79 #791eea

Analogous Colors of #ea791e

#ea791e #eadf1e #ea1e29

Monochromatic Colors of #ea791e

#ea791e

Complementary Color

#ea791e #1e8fea

#ea791e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea791e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea791e Color CSS Codes

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

#ea791e Text Font Color

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

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


#ea791e Background Color

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

This div background color is #ea791e


#ea791e Border Color

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

This div border color is #ea791e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea791e


Comments

No comments written yet.

Please login to write comment.