Hex #e1cb38 Color

#e1cb38
equivalent to

RGB

(225, 203, 56)

Details of #e1cb38

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
225
53.1211
0.14
0.00
81.2943
59.0049
52°
76.8147
203
59.0049
0.74
0.10
-7.5153
0.4268
75°
-10.9839
56
12.3307
0.55
0.75   0.12
70.9866
0.4741
88°
44.2549

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100001
341
225
E1
Green
11001011
313
203
CB
Blue
111000
70
56
38

RGB in % of #e1cb38

%46.49
%41.94
%11.57

CMYK in % of #e1cb38

%0
%10
%75
%12

Triads of color #e1cb38

#e1cb38 #cb38e1 #38e138

Similar Colors to #e1cb38

#e1cb38 #e17738 #a3e138

Preview Color #e1cb38 on black ground

#e1cb38 is very interesting for text.

Preview Color #e1cb38 on white ground

#e1cb38 is very interesting for text.

CSS Codes #e1cb38 color

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

Text Font Color #e1cb38

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

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

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

This div background color is #e1cb38


Border Color #e1cb38

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

The color of this border is #e1cb38


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #e1cb38