Color Hex Logo

#ea782a Color Hex

#EA782A
(234,120,42)
0 Favorites   0 Comments

Color spaces of #ea782a

RGB 23412042
HSL0.070.820.54
HSV24°82°92°
CMYK 0.000.490.82   0.08
XYZ41.066131.09256.0275
Yxy31.09250.52520.3977
Hunter Lab55.760633.878932.6234
CIE-Lab62.585639.262959.2690

#ea782a color RGB value is (234,120,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 00101010
Octal 352 170 52
Decimal 234 120 42
Hex EA 78 2A

RGB Percentages of Color #ea782a

%59.09
%30.30
%10.61

CMYK Percentages of Color #ea782a

%0
%49
%82
%8

Triadic Colors of #ea782a

#ea782a #2aea78 #782aea

Analogous Colors of #ea782a

#ea782a #ead82a #ea2a3c

Monochromatic Colors of #ea782a

#ea782a

Complementary Color

#ea782a #2a9cea

#ea782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea782a Color CSS Codes

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

#ea782a Text Font Color

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

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


#ea782a Background Color

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

This div background color is #ea782a


#ea782a Border Color

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

This div border color is #ea782a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea782a


Comments

No comments written yet.

Please login to write comment.