Color Hex Logo

#ea941f Color Hex

#EA941F
(234,148,31)
0 Favorites   0 Comments

Color spaces of #ea941f

RGB 23414831
HSL0.100.830.52
HSV35°87°92°
CMYK 0.000.370.87   0.08
XYZ44.768938.77126.4203
Yxy38.77120.49770.4310
Hunter Lab62.266519.373037.4732
CIE-Lab68.585224.438267.9920

#ea941f color RGB value is (234,148,31).

#ea941f hex color red value is 234, green value is 148 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ea941f hue: 0.10 , saturation: 0.83 and the lightness value of ea941f is 0.52.

The process color (four color CMYK) of #ea941f color hex is 0.00, 0.37, 0.87, 0.08. Web safe color of #ea941f is #ff9933. Color #ea941f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 00011111
Octal 352 224 37
Decimal 234 148 31
Hex EA 94 1F

RGB Percentages of Color #ea941f

%56.66
%35.84
%7.51

CMYK Percentages of Color #ea941f

%0
%37
%87
%8

Triadic Colors of #ea941f

#ea941f #1fea94 #941fea

Analogous Colors of #ea941f

#ea941f #dbea1f #ea2f1f

Monochromatic Colors of #ea941f

#ea941f

Complementary Color

#ea941f #1f75ea

#ea941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea941f Color CSS Codes

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

#ea941f Text Font Color

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

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


#ea941f Background Color

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

This div background color is #ea941f


#ea941f Border Color

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

This div border color is #ea941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea941f


Comments

No comments written yet.

Please login to write comment.