Color Hex Logo

#e1972b Color Hex

#E1972B
(225,151,43)
0 Favorites   0 Comments

Color spaces of #e1972b

RGB 22515143
HSL0.100.750.53
HSV36°81°88°
CMYK 0.000.330.81   0.12
XYZ42.554038.31527.4382
Yxy38.31520.48190.4339
Hunter Lab61.899314.390036.2048
CIE-Lab68.252319.348863.5041

#e1972b color RGB value is (225,151,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 00101011
Octal 341 227 53
Decimal 225 151 43
Hex E1 97 2B

RGB Percentages of Color #e1972b

%53.70
%36.04
%10.26

CMYK Percentages of Color #e1972b

%0
%33
%81
%12

Triadic Colors of #e1972b

#e1972b #2be197 #972be1

Analogous Colors of #e1972b

#e1972b #d0e12b #e13c2b

Monochromatic Colors of #e1972b

#e1972b

Complementary Color

#e1972b #2b75e1

#e1972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1972b Color CSS Codes

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

#e1972b Text Font Color

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

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


#e1972b Background Color

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

This div background color is #e1972b


#e1972b Border Color

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

This div border color is #e1972b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1972b


Comments

No comments written yet.

Please login to write comment.