COLOR #EB7F3F

HEX: #EB7F3F
RGB: (235,127,63)

Color info

#EB7F3F contains mainly red color. Web safe color of #EB7F3F is #FF6633 (or #F63).

RGB color model

#EB7F3F color RGB value is (235,127,63).

  • red value is 235;
  • green value is 127;
  • blue value is 63.
RGB:
(235,127,63)
(92%,50%,25%)

RGB channels and saturation

R 235 of 255 = 92%
G 127 of 255 = 50%
B 63 of 255 = 25%

235
127
63

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

Portions of RGB colors in percentages

R + G + B =
235 + 127 + 63 = 425 (100%)
R 235 of 425 ~ 55.29%
G 127 of 425 ~ 29.88%
B 63 of 425 ~ 14.82%

%55.29
%29.88
%14.82

CMYK color model

#EB7F3F color CMYK value is (0,46,73,8).

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 73.19%
  • key color value is 7.84%
CMYK:
(0,46,73,8)
C0M46Y73K8 
(0%,46%,73%,8%)
(0.00/0.46/0.73/0.08)	

CMYK percentages

%0
%45.96
%73.19
%7.84

Codes

Color #EB7F3F in popluar color models

EB7F3F
RGB23512763
HSL22°81.13%58.43%
HSB/HSV22°73.19%92.16%
CMYK0.00%45.96%73.19%
7.84%

Color #EB7F3F in popluar number systems.

HEXEB7F3F
Decimal23512763
Binary111010111111111111111
Octal35317777

Shades and tints

Shades of #EB7F3F

#EB7F3F
(235,127,63)
#D6743A
(214,116,58)
#C16935
(193,105,53)
#AC5E30
(172,94,48)
#97532B
(151,83,43)
#824826
(130,72,38)
#6D3D21
(109,61,33)
#58321C
(88,50,28)
#432717
(67,39,23)
#2E1C12
(46,28,18)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #EB7F3F

#EB7F3F
(235,127,63)
#EC8A50
(236,138,80)
#ED9561
(237,149,97)
#EEA072
(238,160,114)
#EFAB83
(239,171,131)
#F0B694
(240,182,148)
#F1C1A5
(241,193,165)
#F2CCB6
(242,204,182)
#F3D7C7
(243,215,199)
#F4E2D8
(244,226,216)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7F3F color. Also use rgb(235,127,63) instead hex code.

Text Font Color

.myTextColor { color: #EB7F3F; }

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

This text font color is #EB7F3F.


Background Color

.myBgColor { background-color: #EB7F3F; }

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

This div background color is #EB7F3F.


Border color

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

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

This div border color is #EB7F3F.


Opacity

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

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

Text with #EB7F3F 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 #EB7F3F;}

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

This text has shadow with #EB7F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7F3F on black background.


Color preview on white background

This text has color #EB7F3F on white background.



Black color preview on #EB7F3F background

This text has black color on #EB7F3F background.


White color preview on #EB7F3F background

This text has white color on #EB7F3F background.