Hex #e08140 Color

#e08140
equivalent to

RGB

(224, 129, 64)

Details of #e08140

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
224
39.5161
0.07
0.00
63.2750
31.9180
24°
56.4960
129
31.9180
0.72
0.42
31.4747
0.4917
71°
25.9841
64
8.9285
0.56
0.71   0.12
49.7910
0.3972
88°
30.1796

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100000
340
224
E0
Green
10000001
201
129
81
Blue
1000000
100
64
40

RGB in % of #e08140

%53.72
%30.94
%15.35

CMYK in % of #e08140

%0
%42
%71
%12

Triads of color #e08140

#e08140 #8140e0 #40e040

Similar Colors to #e08140

#e08140 #e0404f #e0d140

Preview Color #e08140 on black ground

#e08140 is very interesting for text.

Preview Color #e08140 on white ground

#e08140 is very interesting for text.

CSS Codes #e08140 color

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

Text Font Color #e08140

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

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

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

This div background color is #e08140


Border Color #e08140

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

The color of this border is #e08140


Examples Css3

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

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 #e08140">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #e08140