Color Hex Logo

#ea942b Color Hex

#EA942B
(234,148,43)
0 Favorites   0 Comments

Color spaces of #ea942b

RGB 23414843
HSL0.090.820.54
HSV33°82°92°
CMYK 0.000.370.82   0.08
XYZ44.957638.84677.4141
Yxy38.84670.49290.4259
Hunter Lab62.327119.682636.5762
CIE-Lab68.640124.747564.2611

#ea942b color RGB value is (234,148,43).

#ea942b hex color red value is 234, green value is 148 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ea942b hue: 0.09 , saturation: 0.82 and the lightness value of ea942b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 00101011
Octal 352 224 53
Decimal 234 148 43
Hex EA 94 2B

RGB Percentages of Color #ea942b

%55.06
%34.82
%10.12

CMYK Percentages of Color #ea942b

%0
%37
%82
%8

Triadic Colors of #ea942b

#ea942b #2bea94 #942bea

Analogous Colors of #ea942b

#ea942b #e1ea2b #ea352b

Monochromatic Colors of #ea942b

#ea942b

Complementary Color

#ea942b #2b81ea

#ea942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea942b Color CSS Codes

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

#ea942b Text Font Color

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

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


#ea942b Background Color

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

This div background color is #ea942b


#ea942b Border Color

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

This div border color is #ea942b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea942b

#ea942b Color Palettes


Comments

No comments written yet.

Please login to write comment.