Color Hex Logo

#e0972e Color Hex

#E0972E
(224,151,46)
0 Favorites   0 Comments

Color spaces of #e0972e

RGB 22415146
HSL0.100.740.53
HSV35°79°88°
CMYK 0.000.330.79   0.12
XYZ42.300238.17787.7244
Yxy38.17780.47960.4328
Hunter Lab61.788214.071835.8396
CIE-Lab68.151519.021462.2948

#e0972e color RGB value is (224,151,46).

#e0972e hex color red value is 224, green value is 151 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e0972e hue: 0.10 , saturation: 0.74 and the lightness value of e0972e is 0.53.

The process color (four color CMYK) of #e0972e color hex is 0.00, 0.33, 0.79, 0.12. Web safe color of #e0972e is #cc9933. Color #e0972e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010111 00101110
Octal 340 227 56
Decimal 224 151 46
Hex E0 97 2E

RGB Percentages of Color #e0972e

%53.21
%35.87
%10.93

CMYK Percentages of Color #e0972e

%0
%33
%79
%12

Triadic Colors of #e0972e

#e0972e #2ee097 #972ee0

Analogous Colors of #e0972e

#e0972e #d0e02e #e03e2e

Monochromatic Colors of #e0972e

#e0972e

Complementary Color

#e0972e #2e77e0

#e0972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0972e Color CSS Codes

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

#e0972e Text Font Color

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

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


#e0972e Background Color

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

This div background color is #e0972e


#e0972e Border Color

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

This div border color is #e0972e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0972e


Comments

No comments written yet.

Please login to write comment.