Gradient Amber (SAE/ECE)

Gradient and text preview:

This paragraph uses color with hex code E16000. Color of text is in garmony with gradient primary color FF7E00.

Stat info: Views 2470 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF7E00 255.126.0
Secondary color #F06F00 240.111.0
Border color #E16000 225.96.0
Box shadow color #FF8D0F 255.141.15
Text color 1234567890 #E16000 225.96.0

CSS3 styles:

background: #FF7E00;
color: #E16000;
background: linear-gradient(to bottom, #FF7E00 0%, #F06F00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7E00), color-stop(100%, #F06F00));
background: -webkit-linear-gradient(top, #FF7E00 0%, #F06F00 100%);
background: -moz-linear-gradient(top, #FF7E00 0%, #F06F00 100%);
background: -o-linear-gradient(top, #FF7E00 0%, #F06F00 100%);
background: -ms-linear-gradient(top, #FF7E00 0%, #F06F00 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7E00', endColorstr='#F06F00', GradientType=0);
border: 1px solid #E16000;
text-shadow: 0 1px 0 #FF8D0F;
-webkit-text-shadow: 0 1px 0 #FF8D0F;
-moz-text-shadow: 0 1px 0 #FF8D0F;
box-shadow: inset 0 1px 0 #FF8D0F;
-webkit-box-shadow: inset 0 1px 0 #FF8D0F;
-moz-box-shadow: inset 0 1px 0 #FF8D0F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.