COLOR #EB763F

HEX: #EB763F
RGB: (235,118,63)

Color info

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

RGB color model

#EB763F color RGB value is (235,118,63).

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

RGB channels and saturation

R 235 of 255 = 92%
G 118 of 255 = 46%
B 63 of 255 = 25%

235
118
63

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

Portions of RGB colors in percentages

R + G + B =
235 + 118 + 63 = 416 (100%)
R 235 of 416 ~ 56.49%
G 118 of 416 ~ 28.37%
B 63 of 416 ~ 15.14%

%56.49
%28.37
%15.14

CMYK color model

#EB763F color CMYK value is (0,50,73,8).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 73.19%
  • key color value is 7.84%
CMYK:
(0,50,73,8)
C0M50Y73K8 
(0%,50%,73%,8%)
(0.00/0.50/0.73/0.08)	

CMYK percentages

%0
%49.79
%73.19
%7.84

Codes

Color #EB763F in popluar color models

EB763F
RGB23511863
HSL19°81.13%58.43%
HSB/HSV19°73.19%92.16%
CMYK0.00%49.79%73.19%
7.84%

Color #EB763F in popluar number systems.

HEXEB763F
Decimal23511863
Binary111010111110110111111
Octal35316677

Shades and tints

Shades of #EB763F

#EB763F
(235,118,63)
#D66C3A
(214,108,58)
#C16235
(193,98,53)
#AC5830
(172,88,48)
#974E2B
(151,78,43)
#824426
(130,68,38)
#6D3A21
(109,58,33)
#58301C
(88,48,28)
#432617
(67,38,23)
#2E1C12
(46,28,18)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #EB763F

#EB763F
(235,118,63)
#EC8250
(236,130,80)
#ED8E61
(237,142,97)
#EE9A72
(238,154,114)
#EFA683
(239,166,131)
#F0B294
(240,178,148)
#F1BEA5
(241,190,165)
#F2CAB6
(242,202,182)
#F3D6C7
(243,214,199)
#F4E2D8
(244,226,216)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB763F; }

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

This text font color is #EB763F.


Background Color

.myBgColor { background-color: #EB763F; }

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

This div background color is #EB763F.


Border color

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

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

This div border color is #EB763F.


Opacity

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

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

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

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

This text has shadow with #EB763F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB763F on black background.


Color preview on white background

This text has color #EB763F on white background.



Black color preview on #EB763F background

This text has black color on #EB763F background.


White color preview on #EB763F background

This text has white color on #EB763F background.