Hex #ee7600 Color

#ee7600
equivalent to

RGB

(238, 118, 0)

Details of #ee7600

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
41.7383
0.08
0.00
62.6206
31.1340
30°
55.7979
118
31.1340
1.00
0.50
41.1636
0.5443
100°
35.8768
0
3.8096
0.47
1.00   0.07
70.1388
0.4060
93°
35.0110

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
1110110
166
118
76
Blue
0
0
0
0

RGB in % of #ee7600

%66.85
%33.15
%0.00

CMYK in % of #ee7600

%0
%50
%100
%7

Triads of color #ee7600

#ee7600 #7600ee #00ee00

Similar Colors to #ee7600

#ee7600 #ee0001 #eeed00

Preview Color #ee7600 on black ground

#ee7600 is very interesting for text.

Preview Color #ee7600 on white ground

#ee7600 is very interesting for text.

CSS Codes #ee7600 color

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

Text Font Color #ee7600

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

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

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

This div background color is #ee7600


Border Color #ee7600

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

The color of this border is #ee7600


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ee7600