Color Hex Logo

#ea791c Color Hex

#EA791C
(234,121,28)
0 Favorites   0 Comments

Color spaces of #ea791c

RGB 23412128
HSL0.080.830.51
HSV27°88°92°
CMYK 0.000.480.88   0.08
XYZ40.978731.25104.9708
Yxy31.25100.53080.4048
Hunter Lab55.902633.017733.8598
CIE-Lab62.719038.419964.2422

#ea791c color RGB value is (234,121,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 00011100
Octal 352 171 34
Decimal 234 121 28
Hex EA 79 1C

RGB Percentages of Color #ea791c

%61.10
%31.59
%7.31

CMYK Percentages of Color #ea791c

%0
%48
%88
%8

Triadic Colors of #ea791c

#ea791c #1cea79 #791cea

Analogous Colors of #ea791c

#ea791c #eae01c #ea1c26

Monochromatic Colors of #ea791c

#ea791c

Complementary Color

#ea791c #1c8dea

#ea791c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea791c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea791c Color CSS Codes

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

#ea791c Text Font Color

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

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


#ea791c Background Color

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

This div background color is #ea791c


#ea791c Border Color

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

This div border color is #ea791c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea791c


Comments

No comments written yet.

Please login to write comment.