Color Hex Logo

#e1983e Color Hex

#E1983E
(225,152,62)
0 Favorites   0 Comments

Color spaces of #e1983e

RGB 22515262
HSL0.090.730.56
HSV33°72°88°
CMYK 0.000.320.72   0.12
XYZ43.149138.81189.7747
Yxy38.81180.47040.4231
Hunter Lab62.299114.607734.3068
CIE-Lab68.614719.561456.3349

#e1983e color RGB value is (225,152,62).

#e1983e hex color red value is 225, green value is 152 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e1983e hue: 0.09 , saturation: 0.73 and the lightness value of e1983e is 0.56.

The process color (four color CMYK) of #e1983e color hex is 0.00, 0.32, 0.72, 0.12. Web safe color of #e1983e is #cc9933. Color #e1983e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 00111110
Octal 341 230 76
Decimal 225 152 62
Hex E1 98 3E

RGB Percentages of Color #e1983e

%51.25
%34.62
%14.12

CMYK Percentages of Color #e1983e

%0
%32
%72
%12

Triadic Colors of #e1983e

#e1983e #3ee198 #983ee1

Analogous Colors of #e1983e

#e1983e #d9e13e #e1473e

Monochromatic Colors of #e1983e

#e1983e

Complementary Color

#e1983e #3e87e1

#e1983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1983e Color CSS Codes

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

#e1983e Text Font Color

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

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


#e1983e Background Color

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

This div background color is #e1983e


#e1983e Border Color

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

This div border color is #e1983e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,152,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1983e


Comments

No comments written yet.

Please login to write comment.