Color Hex Logo

#ea972f Color Hex

#EA972F
(234,151,47)
0 Favorites   0 Comments

Color spaces of #ea972f

RGB 23415147
HSL0.090.820.55
HSV33°80°92°
CMYK 0.000.350.80   0.08
XYZ45.511439.83097.9787
Yxy39.83090.48770.4268
Hunter Lab63.111718.275236.6827
CIE-Lab69.348923.285363.4607

#ea972f color RGB value is (234,151,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010111 00101111
Octal 352 227 57
Decimal 234 151 47
Hex EA 97 2F

RGB Percentages of Color #ea972f

%54.17
%34.95
%10.88

CMYK Percentages of Color #ea972f

%0
%35
%80
%8

Triadic Colors of #ea972f

#ea972f #2fea97 #972fea

Analogous Colors of #ea972f

#ea972f #e0ea2f #ea3a2f

Monochromatic Colors of #ea972f

#ea972f

Complementary Color

#ea972f #2f82ea

#ea972f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea972f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea972f Color CSS Codes

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

#ea972f Text Font Color

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

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


#ea972f Background Color

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

This div background color is #ea972f


#ea972f Border Color

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

This div border color is #ea972f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea972f


Comments

No comments written yet.

Please login to write comment.