Color Hex Logo

#ea803c Color Hex

#EA803C
(234,128,60)
0 Favorites   0 Comments

Color spaces of #ea803c

RGB 23412860
HSL0.070.810.58
HSV23°74°92°
CMYK 0.000.450.74   0.08
XYZ42.466533.25708.4560
Yxy33.25700.50450.3951
Hunter Lab57.668930.524231.6745
CIE-Lab64.368535.827053.2370

#ea803c color RGB value is (234,128,60).

#ea803c hex color red value is 234, green value is 128 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea803c hue: 0.07 , saturation: 0.81 and the lightness value of ea803c is 0.58.

The process color (four color CMYK) of #ea803c color hex is 0.00, 0.45, 0.74, 0.08. Web safe color of #ea803c is #ff9933. Color #ea803c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 00111100
Octal 352 200 74
Decimal 234 128 60
Hex EA 80 3C

RGB Percentages of Color #ea803c

%55.45
%30.33
%14.22

CMYK Percentages of Color #ea803c

%0
%45
%74
%8

Triadic Colors of #ea803c

#ea803c #3cea80 #803cea

Analogous Colors of #ea803c

#ea803c #ead73c #ea3c4f

Monochromatic Colors of #ea803c

#ea803c

Complementary Color

#ea803c #3ca6ea

#ea803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea803c Color CSS Codes

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

#ea803c Text Font Color

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

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


#ea803c Background Color

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

This div background color is #ea803c


#ea803c Border Color

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

This div border color is #ea803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea803c


Comments

No comments written yet.

Please login to write comment.