COLOR #E17B00

HEX: #E17B00
RGB: (225,123,0)

Color info

#E17B00 contains mainly red color. Web safe color of #E17B00 is #CC6600 (or #C60).

RGB color model

#E17B00 color RGB value is (225,123,0).

  • red value is 225;
  • green value is 123;
  • blue value is 0.
RGB:
(225,123,0)
(88%,48%,0%)

RGB channels and saturation

R 225 of 255 = 88%
G 123 of 255 = 48%
B 0 of 255 = 0%

225
123
0

R + G + B ~ 45%. #E17B00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 123 + 0 = 348 (100%)
R 225 of 348 ~ 64.66%
G 123 of 348 ~ 35.34%
B 0 of 348 ~ 0%

%64.66
%35.34

CMYK color model

#E17B00 color CMYK value is (0,45,100,12).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,45,100,12)
C0M45Y100K12 
(0%,45%,100%,12%)
(0.00/0.45/1.00/0.12)	

CMYK percentages

%0
%45.33
%100
%11.76

Codes

Color #E17B00 in popluar color models

E17B00
RGB2251230
HSL33°100.00%44.12%
HSB/HSV33°100.00%88.24%
CMYK0.00%45.33%100.00%
11.76%

Color #E17B00 in popluar number systems.

HEXE17B00
Decimal2251230
Binary1110000111110110
Octal3411730

Shades and tints

Shades of #E17B00

#E17B00
(225,123,0)
#CD7000
(205,112,0)
#B96500
(185,101,0)
#A55A00
(165,90,0)
#914F00
(145,79,0)
#7D4400
(125,68,0)
#693900
(105,57,0)
#552E00
(85,46,0)
#412300
(65,35,0)
#2D1800
(45,24,0)
#190D00
(25,13,0)
#000000
(0,0,0)

Tints of #E17B00

#E17B00
(225,123,0)
#E38717
(227,135,23)
#E5932E
(229,147,46)
#E79F45
(231,159,69)
#E9AB5C
(233,171,92)
#EBB773
(235,183,115)
#EDC38A
(237,195,138)
#EFCFA1
(239,207,161)
#F1DBB8
(241,219,184)
#F3E7CF
(243,231,207)
#F5F3E6
(245,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17B00 color. Also use rgb(225,123,0) instead hex code.

Text Font Color

.myTextColor { color: #E17B00; }

<p style="color:#E17B00">This sample text font color is #E17B00.</p>

This text font color is #E17B00.


Background Color

.myBgColor { background-color: #E17B00; }

<div style="background-color:#E17B00">Inner text</div>

This div background color is #E17B00.


Border color

.myBorderColor { border: 1px solid #E17B00; }

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

This div border color is #E17B00.


Opacity

.myOpacity80 { color: #E17B00; opacity: 0.8; }

<p style="color:#E17B00;opacity:0.8;">80%</p>

Text with #E17B00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E17B00;}

<p style="text-shadow: 3px 3px 1px #E17B00">Text here.</p>

This text has shadow with #E17B00 color.

.textShadow {text-shadow: 3px 3px 1px #E17B00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E17B00, 5px 5px 20px red">Text here.</p>

This text has shadow with #E17B00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17B00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E17B00, Direction=45, Strength=4)">Text</p>

This text has shadow with #E17B00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E17B00;
  -webkit-box-shadow:	1px 1px 3px 2px #E17B00;
  box-shadow:		1px 1px 3px 2px #E17B00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E17B00;
-webkit-box-shadow: 1px 1px 3px 2px #E17B00;
box-shadow:1px 1px 3px 2px #E17B00;">
Div content here</div>
This div box has shadow with color #E17B00.

Preview

Color preview on black background

This text has color #E17B00 on black background.


Color preview on white background

This text has color #E17B00 on white background.



Black color preview on #E17B00 background

This text has black color on #E17B00 background.


White color preview on #E17B00 background

This text has white color on #E17B00 background.