Hex #e3a690 Color

#e3a690
equivalent to

RGB

(227, 166, 144)

Details of #e3a690

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
227
50.3488
0.04
0.00
73.2963
45.6169
16°
67.5403
166
45.6169
0.60
0.27
19.6659
0.3918
37°
14.8699
144
32.5368
0.73
0.37   0.11
20.2477
0.3550
89°
18.7253

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100011
343
227
E3
Green
10100110
246
166
A6
Blue
10010000
220
144
90

RGB in % of #e3a690

%42.27
%30.91
%26.82

CMYK in % of #e3a690

%0
%27
%37
%11

Triads of color #e3a690

#e3a690 #a690e3 #90e390

Similar Colors to #e3a690

#e3a690 #e390a4 #e3d090

Preview Color #e3a690 on black ground

#e3a690 is very interesting for text.

Preview Color #e3a690 on white ground

#e3a690 is very interesting for text.

CSS Codes #e3a690 color

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

Text Font Color #e3a690

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

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


Background Color #e3a690

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

This div background color is #e3a690


Border Color #e3a690

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

The color of this border is #e3a690


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #e3a690