Color Hex Logo

#ea783a Color Hex

#EA783A
(234,120,58)
0 Favorites   0 Comments

Color spaces of #ea783a

RGB 23412058
HSL0.060.810.57
HSV21°75°92°
CMYK 0.000.490.75   0.08
XYZ41.411931.23097.8485
Yxy31.23090.51450.3880
Hunter Lab55.884634.474930.7925
CIE-Lab62.702139.819052.4583

#ea783a color RGB value is (234,120,58).

#ea783a hex color red value is 234, green value is 120 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ea783a hue: 0.06 , saturation: 0.81 and the lightness value of ea783a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 00111010
Octal 352 170 72
Decimal 234 120 58
Hex EA 78 3A

RGB Percentages of Color #ea783a

%56.80
%29.13
%14.08

CMYK Percentages of Color #ea783a

%0
%49
%75
%8

Triadic Colors of #ea783a

#ea783a #3aea78 #783aea

Analogous Colors of #ea783a

#ea783a #ead03a #ea3a54

Monochromatic Colors of #ea783a

#ea783a

Complementary Color

#ea783a #3aacea

#ea783a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea783a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea783a Color CSS Codes

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

#ea783a Text Font Color

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

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


#ea783a Background Color

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

This div background color is #ea783a


#ea783a Border Color

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

This div border color is #ea783a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea783a


Comments

No comments written yet.

Please login to write comment.