Color Hex Logo

#ea972a Color Hex

#EA972A
(234,151,42)
0 Favorites   0 Comments

Color spaces of #ea972a

RGB 23415142
HSL0.090.820.54
HSV34°82°92°
CMYK 0.000.350.82   0.08
XYZ45.416239.79287.4776
Yxy39.79280.49000.4293
Hunter Lab63.081518.120237.1289
CIE-Lab69.321723.129765.2038

#ea972a color RGB value is (234,151,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010111 00101010
Octal 352 227 52
Decimal 234 151 42
Hex EA 97 2A

RGB Percentages of Color #ea972a

%54.80
%35.36
%9.84

CMYK Percentages of Color #ea972a

%0
%35
%82
%8

Triadic Colors of #ea972a

#ea972a #2aea97 #972aea

Analogous Colors of #ea972a

#ea972a #ddea2a #ea372a

Monochromatic Colors of #ea972a

#ea972a

Complementary Color

#ea972a #2a7dea

#ea972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea972a Color CSS Codes

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

#ea972a Text Font Color

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

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


#ea972a Background Color

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

This div background color is #ea972a


#ea972a Border Color

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

This div border color is #ea972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea972a


Comments

No comments written yet.

Please login to write comment.