COLOR #EB620E

HEX: #EB620E
RGB: (235,98,14)

Color info

#EB620E contains mainly red color. Web safe color of #EB620E is #FF6600 (or #F60).

RGB color model

#EB620E color RGB value is (235,98,14).

  • red value is 235;
  • green value is 98;
  • blue value is 14.
RGB:
(235,98,14)
(92%,38%,5%)

RGB channels and saturation

R 235 of 255 = 92%
G 98 of 255 = 38%
B 14 of 255 = 5%

235
98
14

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

Portions of RGB colors in percentages

R + G + B =
235 + 98 + 14 = 347 (100%)
R 235 of 347 ~ 67.72%
G 98 of 347 ~ 28.24%
B 14 of 347 ~ 4.03%

%67.72
%28.24

CMYK color model

#EB620E color CMYK value is (0,58,94,8).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 94.04%
  • key color value is 7.84%
CMYK:
(0,58,94,8)
C0M58Y94K8 
(0%,58%,94%,8%)
(0.00/0.58/0.94/0.08)	

CMYK percentages

%0
%58.3
%94.04
%7.84

Codes

Color #EB620E in popluar color models

EB620E
RGB2359814
HSL23°88.76%48.82%
HSB/HSV23°94.04%92.16%
CMYK0.00%58.30%94.04%
7.84%

Color #EB620E in popluar number systems.

HEXEB620E
Decimal2359814
Binary1110101111000101110
Octal35314216

Shades and tints

Shades of #EB620E

#EB620E
(235,98,14)
#D65A0D
(214,90,13)
#C1520C
(193,82,12)
#AC4A0B
(172,74,11)
#97420A
(151,66,10)
#823A09
(130,58,9)
#6D3208
(109,50,8)
#582A07
(88,42,7)
#432206
(67,34,6)
#2E1A05
(46,26,5)
#191204
(25,18,4)
#000000
(0,0,0)

Tints of #EB620E

#EB620E
(235,98,14)
#EC7023
(236,112,35)
#ED7E38
(237,126,56)
#EE8C4D
(238,140,77)
#EF9A62
(239,154,98)
#F0A877
(240,168,119)
#F1B68C
(241,182,140)
#F2C4A1
(242,196,161)
#F3D2B6
(243,210,182)
#F4E0CB
(244,224,203)
#F5EEE0
(245,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB620E color. Also use rgb(235,98,14) instead hex code.

Text Font Color

.myTextColor { color: #EB620E; }

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

This text font color is #EB620E.


Background Color

.myBgColor { background-color: #EB620E; }

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

This div background color is #EB620E.


Border color

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

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

This div border color is #EB620E.


Opacity

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

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

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

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

This text has shadow with #EB620E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB620E on black background.


Color preview on white background

This text has color #EB620E on white background.



Black color preview on #EB620E background

This text has black color on #EB620E background.


White color preview on #EB620E background

This text has white color on #EB620E background.