Color Hex Logo

#ea813c Color Hex

#EA813C
(234,129,60)
0 Favorites   0 Comments

Color spaces of #ea813c

RGB 23412960
HSL0.070.810.58
HSV24°74°92°
CMYK 0.000.450.74   0.08
XYZ42.597633.51928.4997
Yxy33.51920.50340.3961
Hunter Lab57.895830.016231.8227
CIE-Lab64.579135.312053.4535

#ea813c color RGB value is (234,129,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 00111100
Octal 352 201 74
Decimal 234 129 60
Hex EA 81 3C

RGB Percentages of Color #ea813c

%55.32
%30.50
%14.18

CMYK Percentages of Color #ea813c

%0
%45
%74
%8

Triadic Colors of #ea813c

#ea813c #3cea81 #813cea

Analogous Colors of #ea813c

#ea813c #ead83c #ea3c4e

Monochromatic Colors of #ea813c

#ea813c

Complementary Color

#ea813c #3ca5ea

#ea813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea813c Color CSS Codes

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

#ea813c Text Font Color

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

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


#ea813c Background Color

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

This div background color is #ea813c


#ea813c Border Color

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

This div border color is #ea813c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,129,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 #ea813c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea813c


Comments

No comments written yet.

Please login to write comment.