Color Hex Logo

#ea773b Color Hex

#EA773B
(234,119,59)
0 Favorites   0 Comments

Color spaces of #ea773b

RGB 23411959
HSL0.060.810.57
HSV21°75°92°
CMYK 0.000.490.75   0.08
XYZ41.317931.00187.9439
Yxy31.00180.51480.3862
Hunter Lab55.679335.020830.5164
CIE-Lab62.509240.363651.7898

#ea773b color RGB value is (234,119,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 00111011
Octal 352 167 73
Decimal 234 119 59
Hex EA 77 3B

RGB Percentages of Color #ea773b

%56.80
%28.88
%14.32

CMYK Percentages of Color #ea773b

%0
%49
%75
%8

Triadic Colors of #ea773b

#ea773b #3bea77 #773bea

Analogous Colors of #ea773b

#ea773b #eacf3b #ea3b57

Monochromatic Colors of #ea773b

#ea773b

Complementary Color

#ea773b #3baeea

#ea773b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea773b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea773b Color CSS Codes

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

#ea773b Text Font Color

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

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


#ea773b Background Color

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

This div background color is #ea773b


#ea773b Border Color

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

This div border color is #ea773b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea773b


Comments

No comments written yet.

Please login to write comment.