Color Hex Logo

#ea850e Color Hex

#EA850E
(234,133,14)
0 Favorites   0 Comments

Color spaces of #ea850e

RGB 23413314
HSL0.090.890.49
HSV32°94°92°
CMYK 0.000.430.94   0.08
XYZ42.398534.29924.8012
Yxy34.29920.52020.4209
Hunter Lab58.565526.735436.1353
CIE-Lab65.199432.041469.3411

#ea850e color RGB value is (234,133,14).

#ea850e hex color red value is 234, green value is 133 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ea850e hue: 0.09 , saturation: 0.89 and the lightness value of ea850e is 0.49.

The process color (four color CMYK) of #ea850e color hex is 0.00, 0.43, 0.94, 0.08. Web safe color of #ea850e is #ff9900. Color #ea850e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00001110
Octal 352 205 16
Decimal 234 133 14
Hex EA 85 E

RGB Percentages of Color #ea850e

%61.42
%34.91
%3.67

CMYK Percentages of Color #ea850e

%0
%43
%94
%8

Triadic Colors of #ea850e

#ea850e #0eea85 #850eea

Analogous Colors of #ea850e

#ea850e #e1ea0e #ea170e

Monochromatic Colors of #ea850e

#ea850e

Complementary Color

#ea850e #0e73ea

#ea850e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea850e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea850e Color CSS Codes

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

#ea850e Text Font Color

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

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


#ea850e Background Color

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

This div background color is #ea850e


#ea850e Border Color

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

This div border color is #ea850e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea850e


Comments

No comments written yet.

Please login to write comment.