Color Hex Logo

#ea950e Color Hex

#EA950E
(234,149,14)
0 Favorites   0 Comments

Color spaces of #ea950e

RGB 23414914
HSL0.100.890.49
HSV37°94°92°
CMYK 0.000.360.94   0.08
XYZ44.758439.01905.5879
Yxy39.01900.50080.4366
Hunter Lab62.465218.587138.4218
CIE-Lab68.765023.632771.8231

#ea950e color RGB value is (234,149,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010101 00001110
Octal 352 225 16
Decimal 234 149 14
Hex EA 95 E

RGB Percentages of Color #ea950e

%58.94
%37.53
%3.53

CMYK Percentages of Color #ea950e

%0
%36
%94
%8

Triadic Colors of #ea950e

#ea950e #0eea95 #950eea

Analogous Colors of #ea950e

#ea950e #d1ea0e #ea270e

Monochromatic Colors of #ea950e

#ea950e

Complementary Color

#ea950e #0e63ea

#ea950e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea950e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea950e Color CSS Codes

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

#ea950e Text Font Color

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

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


#ea950e Background Color

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

This div background color is #ea950e


#ea950e Border Color

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

This div border color is #ea950e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea950e


Comments

No comments written yet.

Please login to write comment.