Color Hex Logo

#e0972f Color Hex

#E0972F
(224,151,47)
0 Favorites   0 Comments

Color spaces of #e0972f

RGB 22415147
HSL0.100.740.53
HSV35°79°88°
CMYK 0.000.330.79   0.12
XYZ42.320238.18577.8294
Yxy38.18570.47910.4323
Hunter Lab61.794614.105735.7441
CIE-Lab68.157319.056661.9314

#e0972f color RGB value is (224,151,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010111 00101111
Octal 340 227 57
Decimal 224 151 47
Hex E0 97 2F

RGB Percentages of Color #e0972f

%53.08
%35.78
%11.14

CMYK Percentages of Color #e0972f

%0
%33
%79
%12

Triadic Colors of #e0972f

#e0972f #2fe097 #972fe0

Analogous Colors of #e0972f

#e0972f #d1e02f #e03e2f

Monochromatic Colors of #e0972f

#e0972f

Complementary Color

#e0972f #2f78e0

#e0972f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0972f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0972f Color CSS Codes

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

#e0972f Text Font Color

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

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


#e0972f Background Color

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

This div background color is #e0972f


#e0972f Border Color

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

This div border color is #e0972f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e0972f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0972f


Comments

No comments written yet.

Please login to write comment.